summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
Commit message (Collapse)AuthorAgeFilesLines
* Tue Jun 2 06:47:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * docs/Options.html: When we use ClientConnectionHandler RW we don't use the LF loop. In case the buffers are full, we use the flushing strategy for which the default is leader follower, but that will not work because we don't use the lf loop in this case. Added a note the ClientConnectionHandler RW needs a FlusingStrategy of blocking * tests/Bug_3683_Regression/Echo_Client_i.cpp * tests/Bug_3683_Regression/Echo_Client_i.h * tests/Bug_3683_Regression/run_test.pl * tests/Bug_3683_Regression/Simple_util.cpp Use a commandline argument -p to indicate the size of the string in megabytes. * tests/Bug_3683_Regression/svc.conf Set the FlushingStrategy to blocking * tao/Transport.cpp: Small layout to debug message * tao/PortableServer/Root_POA.cpp: * tao/LocateRequest_Invocation_Adapter.cpp Layout change
* Wed May 27 18:10:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-271-5/+2
| | | | | | | | | * tao/ORB_Core.cpp: * TAO_IDL/tao_idl.cpp: Unicode fixes * tao/PortableServer/Root_POA.h: Layout changes
* Wed May 20 09:32:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/SmartProxies/SmartProxies.rc * tao/BiDir_GIOP/TAO_BiDir_GIOP.rc * tao/Compression/bzip2/TAO_Bzip2Compressor.rc * tao/CodecFactory/TAO_CodecFactory.rc * tao/Compression/TAO_Compression.rc * tao/DynamicAny/TAO_DynamicAny.rc * tao/DynamicInterface/TAO_DynamicInterface.rc * tao/IFR_Client/TAO_IFR_Client.rc * tao/ImR_Client/TAO_IMR_Client.rc * tao/IORInterceptor/TAO_IORInterceptor.rc * tao/IORManipulation/TAO_IORManip.rc * tao/IORTable/TAO_IORTable.rc * tao/Compression/lzo/TAO_LzoCompressor.rc * tao/Messaging/TAO_Messaging.rc * tao/ObjRefTemplate/TAO_ObjRefTemplate.rc * tao/PortableServer/TAO_PortableServer.rc * tao/RTCORBA/TAO_RTCORBA.rc * tao/RTPortableServer/TAO_RTPortableServer.rc * tao/RTScheduling/TAO_RTScheduler.rc * tao/Strategies/TAO_Strategies.rc * tao/Valuetype/TAO_Valuetype.rc * tao/Compression/zlib/TAO_ZlibCompressor.rc * tao/TypeCodeFactory/TypeCodeFactory.rc Use unix style of includes to work with cegcc
* Thu Feb 26 14:26:25 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-261-25/+0
| | | | | * tao/PortableServer/PortableServer_include.pidl: Removed old comments
* Fri Feb 13 14:35:39 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-02-131-23/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of the ZIOP Beta 1 spec * tao/CDR.cpp: * tao/CDR.h: * tao/CDR.inl: * tao/Messaging/Asynch_Invocation.cpp: * tao/TAO_Server_Request.cpp: Removed obsolete compression flag. * tao/Compression/zlib/ZlibCompressor.cpp: * tao/Compression/bzip2/Bzip2Compressor.cpp: * tao/Compression/Compression.pidl: Added description to Compression exception in order to meet the ZIOP Beta 1 specification * tao/Compression/Compression_Manager.cpp: No major changes made. * tao/GIOP_Message_Base.cpp: * tao/GIOP_Message_Base.h: * tao/GIOP_Message_State.cpp: Implementation of compression and decompression methods. * tao/ORB_Core.h: * tao/ORB_Core.inl: Removed ziop_enabled method since it became obsolete. * tao/orbconf.h: Implemented compression policies. * tao/Remote_Invocation.cpp: * tao/PortableServer/Upcall_Wrapper.cpp: Removed compression and decompression methods here (moved to GIOP_Message_Base. * tao/Synch_Invocation.cpp: Due to interface change of format_message method in GIOP_Message_Base. Removed obsolete compression flag. * tao/ZIOP_Adapter.h: * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP.h: * tao/ZIOP/ZIOP.pidl: Refactored current ZIOP implementation in order to meet the ZIOP Beta 1 specification. * tao/ZIOP/ZIOP_Policy_i.cpp: * tao/ZIOP/ZIOP_Policy_i.h: * tao/ZIOP/ZIOP_Policy_Validator.cpp: * tao/ZIOP/ZIOP_PolicyFactory.cpp: Implemented compression policies. * tao/Transport.cpp: * tao/Transport.h: * tao/IIOP_Transport.cpp: * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp: * tao/Strategies/DIOP_Transport.cpp: * tao/Strategies/SHMIOP_Transport.cpp: Due to interface change of format_message method in GIOP_Message_Base.
* Thu Feb 12 20:22:44 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-123-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/Exclusive_TMS.cpp: Updated a few debug statements to have the same layout as in other places * tao/Acceptor_Impl.cpp * tao/Asynch_Queued_Message.cpp * tao/CSD_Framework/CSD_Strategy_Repository.cpp * tao/default_resource.cpp * tao/DynamicInterface/DII_Invocation.cpp * tao/DynamicInterface/DII_Reply_Dispatcher.cpp * tao/DynamicInterface/DII_Reply_Handler.cpp * tao/Exclusive_TMS.cpp * tao/FlResource/FlResource_Factory.cpp * tao/FoxResource/FoxResource_Factory.cpp * tao/GIOP_Message_Base.cpp * tao/GIOP_Message_Generator_Parser_10.cpp * tao/GIOP_Message_State.cpp * tao/IIOP_Connector.cpp * tao/IIOP_Profile.cpp * tao/Invocation_Adapter.cpp * tao/Messaging/Asynch_Reply_Dispatcher.cpp * tao/Muxed_TMS.cpp * tao/ORB_Core.cpp * tao/PI/Interceptor_List_T.cpp * tao/PortableServer/Active_Object_Map.cpp * tao/PortableServer/Object_Adapter.cpp * tao/PortableServer/Root_POA.cpp * tao/QtResource/QtResource_Factory.cpp * tao/Queued_Data.cpp * tao/Remote_Invocation.cpp * tao/RTScheduling/Request_Interceptor.cpp * tao/RTScheduling/RTScheduler_Initializer.cpp * tao/Strategies/COIOP_Acceptor.cpp * tao/Strategies/COIOP_Profile.cpp * tao/Strategies/DIOP_Acceptor.cpp * tao/Strategies/DIOP_Transport.cpp * tao/Strategies/SCIOP_Acceptor.cpp * tao/Strategies/SCIOP_Connection_Handler.cpp * tao/Strategies/SCIOP_Connector.cpp * tao/Strategies/SCIOP_Endpoint.cpp * tao/Strategies/SCIOP_Profile.cpp * tao/Strategies/SCIOP_Transport.cpp * tao/Strategies/SHMIOP_Profile.cpp * tao/Strategies/SHMIOP_Transport.cpp * tao/Strategies/UIOP_Acceptor.cpp * tao/Strategies/UIOP_Connector.cpp * tao/Strategies/UIOP_Profile.cpp * tao/Strategies/UIOP_Transport.cpp * tao/Synch_Invocation.cpp * tao/Synch_Reply_Dispatcher.cpp * tao/Tagged_Profile.cpp * tao/TkResource/TkResource_Factory.cpp * tao/Transport_Cache_Manager_T.cpp * tao/Transport_Connector.cpp * tao/Wait_On_Read.cpp * tao/XtResource/XtResource_Factory.cpp Updated debug statements with layout and unicode fixes
* Mon Feb 2 13:30:17 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-022-3/+3
| | | | | | | | | * tao/PortableServer/Root_POA.cpp (check_for_valid_wait_for_completions): Also check whether the poa member is not zero, when retrieving the orb_core we use that pointer and could crash if it is zero * tao/PortableServer/POA_Current_Impl.h: Doxygen change
* Fri Jan 30 14:52:30 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2009-01-3058-93/+101
|
* ChangeLogTag: Fri Jan 23 21:31:09 UTC 2009 Adam Mitz <mitza@ociweb.com>mitza2009-01-231-8/+0
|
* ChangeLogTag: Thu Jan 22 22:58:21 UTC 2009 Adam Mitz <mitza@ociweb.com>mitza2009-01-221-0/+8
|
* ChangeLogTag: Mon Jan 19 16:16:24 UTC 2009 Vladimir Zykov <vz@prismtech.com>vzykov2009-01-191-10/+27
|
* Wed Dec 24 10:28:46 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-12-242-0/+10
|
* Thu Oct 30 12:17:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-301-2/+2
|
* Fri Oct 17 13:55:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-171-8/+0
|
* Sun Oct 12 20:53:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-122-6/+6
|
* Mon Sep 29 14:59:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-293-25/+19
|
* ChangeLogTag: Wed Aug 6 19:08:39 UTC 2008 Jeff Parsons ↵parsons2008-08-061-9/+8
| | | | <j.parsons@vanderbilt.edu>
* Tue Jul 22 11:31:28 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-07-223-15/+26
|
* Tue Jul 22 08:14:28 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-07-221-6/+4
|
* ChangeLogTag: Tue May 20 19:37:31 UTC 2008 Jeff Parsons ↵parsons2008-05-201-0/+3
| | | | <j.parsons@vanderbilt.edu>
* Wed May 14 11:03:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-05-142-2/+2
|
* ChangeLogTag: Fri May 9 13:36:02 UTC 2008 Jeff Parsons ↵parsons2008-05-091-1/+1
| | | | <j.parsons@vanderbilt.edu>
* Fri May 9 12:42:10 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-05-097-423/+689
|
* Thu Apr 24 18:33:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-2412-14/+13
|
* Thu Apr 24 09:21:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-242-16/+11
|
* Thu Apr 10 11:29:34 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-104-40/+20
|
* ChangeLogTag: Wed Apr 2 11:33:48 UTC 2008 Vladimir Zykov ↵vzykov2008-04-021-0/+1
| | | | <vladimir.zykov@prismtech.com>
* ChangeLogTag: Tue Apr 1 14:11:00 UTC 2008 Vladimir Zykov ↵vzykov2008-04-011-1/+1
| | | | <vladimir.zykov@prismtech.com>
* Tue Apr 1 12:59:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-016-13/+9
|
* ChangeLogTag: Mon Mar 31 15:55:18 UTC 2008 Vladimir Zykov ↵vzykov2008-03-316-2/+8
| | | | <vladimir.zykov@prismtech.com>
* ChangeLogTag: Fri Mar 28 09:07:14 UTC 2008 Vladimir Zykov ↵vzykov2008-03-282-4/+5
| | | | <vladimir.zykov@prismtech.com>
* Tue Mar 18 09:24:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-03-181-18/+18
|
* Thu Mar 13 09:31:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-03-131-21/+10
|
* Thu Mar 13 09:31:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-03-132-17/+16
|
* Tue Feb 5 19:56:41 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-02-059-101/+50
|
* ChangeLogTag: Tue Jan 8 10:11:48 UTC 2008 Vladimir Zykov ↵vzykov2008-01-083-2/+51
| | | | <vladimir.zykov@prismtech.com>
* ChangeLogTag: Mon Jan 7 12:56:12 UTC 2008 Martin Corino <mcorino@remedy.nl>mcorino2008-01-071-0/+7
|
* (no commit message)Johnny Willemsen2007-12-021-1/+1
|
* ChangeLogTag: Thu Nov 29 14:46:49 UTC 2007 Vladimir Zykov ↵vzykov2007-11-291-0/+48
| | | | <vladimir.zykov@prismtech.com>
* Thu Nov 1 10:49:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-11-011-2/+1
|
* Tue Sep 25 05:06:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-251-2/+2
|
* Tue Sep 25 05:06:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-251-1/+1
|
* Mon Sep 24 07:43:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-241-2/+2
|
* Thu Sep 20 08:36:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-208-61/+43
|
* Fri Sep 7 18:15:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-072-2/+2
|
* Tue Aug 14 17:47:30 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-08-143-26/+26
|
* Wed Aug 8 11:58:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-08-083-32/+51
|
* Tue Aug 7 12:41:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-08-071-2/+2
|
* Mon Aug 6 11:00:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-08-061-32/+16
|
* Sun Aug 5 18:58:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-08-051-2/+1
|