summaryrefslogtreecommitdiff
path: root/TAO/tao
Commit message (Collapse)AuthorAgeFilesLines
* Tue Feb 19 01:48:59 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-199-45/+95
|
* Added checks for file status in FT_Storable abstraction. Updated object ↵stanleyk2013-02-182-14/+23
| | | | group creation to prevent adding same object group multiple times.
* Fixed compilation issue for corba_e build.stanleyk2013-02-161-1/+1
|
* Fri Feb 15 19:56:11 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-152-10/+21
|
* Fri Feb 15 19:25:53 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-152-46/+68
|
* Backed out change to move explicit point deref operation. Was causing issues ↵stanleyk2013-02-132-8/+11
| | | | with MSVC compilers.
* Apply patches from Bug 4082 that enable faster DynamicAnylabancap2013-02-122-26/+14
|
* Mon Feb 11 20:08:11 UTC 2013 Byron Harris <harrisb@ociweb.com>harrisb2013-02-111-71/+71
|
* Mon Feb 11 15:46:44 UTC 2013 Byron Harris <harrisb@ociweb.com>harrisb2013-02-113-26/+78
|
* Mon Feb 11 01:32:19 UTC 2013 Phil Mesnier <mesnier_p@socket.net>Phil Mesnier2013-02-111-1/+1
|
* Fri Feb 8 22:28:42 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-084-7/+11
| | | | | | | | | | | | | | | | | | | | | | * tao/Dynamic_TP/DTP_ORBInitializer.cpp: Fix Coverity 972925. Unchecked dynamic cast. * tao/Dynamic_TP/DTP_Task.cpp: Fix Coverity 972742. Unintialized members. * tao/PortableServer/ServantRetentionStrategyNonRetain.h: * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp: Fix Coverity 972992. Stray pointer arethmetic. * utils/logWalker/GIOP_Buffer.cpp: Fix Coverity 972917. Logically dead code. * utils/logWalker/Log.cpp: Fix Coverity 972930. Potential null dereference.
* Fri Feb 8 19:25:49 UTC 2013 Byron Harris <harrisb@ociweb.com>harrisb2013-02-082-2/+8
|
* Fix Coverity issues.stanleyk2013-02-081-1/+1
|
* Thu Feb 7 23:02:53 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-073-1/+11
| | | | | | | | | | | | * bin/tao_orb_tests.lst: * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.cpp: * tao/Stub.h: * tao/Stub.inl: * tests/Bug_4059_Regression: Fix for bugzilla 4059.
* Thu Feb 7 21:39:47 UTC 2013 Byron Harris <harrisb@ociweb.com>harrisb2013-02-075-16/+17
|
* Scoreboard cleanup for wchar compatibility.labancap2013-02-072-2/+3
|
* Wed Feb 6 21:49:45 UTC 2013 Byron Harris <harrisb@ociweb.com>harrisb2013-02-062-2/+2
|
* Scoreboard cleanup for wchar compatibilitylabancap2013-02-061-11/+11
|
* Wed Feb 6 19:44:23 UTC 2013 Byron Harris <harrisb@ociweb.com>harrisb2013-02-061-0/+4
|
* Removed unnecessary ACE_TEXT_ALWAYS_CHAR wrapperslabancap2013-02-061-8/+5
|
* Fixed dependency issues. Fixed erroneous avoids in Naming_Service mpc.stanleyk2013-02-061-1/+1
|
* Wed Feb 6 14:20:33 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-064-1/+20
| | | | | | | | | | | * tao/Dynamic_TP/DTP_POA_Strategy.h: * tao/Dynamic_TP/DTP_Task.h: * tao/Dynamic_TP/DTP_Task.cpp: Scoreboard cleanup for compact or other builds lacking Messaging support. * tao/ORB_Core.cpp: Scoreboard cleanup for wchar compatibility.
* Fixed fuzz errors.stanleyk2013-02-062-6/+2
|
* Merge in OCI_Reliability_Enhancements branch. stanleyk2013-02-05104-576/+7002
|
* ChangeLogTag: Fri Feb 1 15:13:31 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-02-012-27/+48
|
* Wed Jan 30 12:44:00 UTC 2013 Simon Massey <simon dot massey at prismtech ↵sma2013-01-301-0/+26
| | | | | dot com> Fix a memory leak of a datablock due to ZIOP decompression (possiably) replacing it. If replaced the original db may need to be released and the new db always does.
* Mon Jan 28 11:26:06 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-01-281-3/+2
| | | | | | | | | | * TAO_IDL/be/be_visitor_interface/interface_ch.cpp: * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: Generate also ostream insertion methods for components * tao/DynamicInterface/Request.h: Doxygen fixes
* ChangeLogTag: Wed Jan 23 19:43:50 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-01-231-1/+1
|
* Wed Jan 16 08:45:30 UTC 2013 Simon Massey <simon dot massey at prismtech ↵sma2013-01-162-16/+32
| | | | | dot com> tao/GIOP_Message_Base.cpp, tao/ZIOP/ZIOP.cpp: Correct flags used.
* Mon Jan 7 14:00:00 UTC 2013 Simon Massey <simon dot massey at prismtech ↵sma2013-01-071-3/+2
| | | | | | dot com> * tao/Transport.inl: The new inline function has been moved outside of the #if #endif section it shouldn't have been conditional.
* Fri Jan 4 15:28:20 UTC 2013 Simon Massey <simon dot massey at prismtech ↵sma2013-01-043-6/+21
| | | | dot com> Bugzilla 4080 fix and test
* Fri Jan 4 12:07:03 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-01-041-2/+2
| | | | | | * tao/Monitor/Monitor.cpp: Fixed versioned namespace problem
* ChangeLogTag:Thu Dec 27 10:00:49 CET 2012 Johnny Willemsen ↵Johnny Willemsen2012-12-271-2/+2
| | | | <jwillemsen@remedy.nl>
* Zapped empty linesJohnny Willemsen2012-12-181-4/+0
|
* Wed Dec 05 09:41:00 UTC 2012 Simon Massey <simon dot massey at prismtech ↵sma2012-12-052-34/+18
| | | | | | dot com> orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp: Re-fixed the memory leak in MIOP listener tao/GIOP_Message_Base.cpp & tao/ZIOP/ZIOP.cpp: Corrected mix-up between Message block self_flags() and data block flags()
* Mon Dec 3 15:28:17 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-035-42/+21
| | | | | | | | | | * tao/AnyTypeCode/Sequence_TypeCode_Static.h: * tao/AnyTypeCode/String_TypeCode.h: * tao/AnyTypeCode/String_TypeCode_Static.h: * tao/AnyTypeCode/Struct_TypeCode_Static.h: * tao/AnyTypeCode/Union_TypeCode.h: Layout changes
* Wed Nov 28 07:33:16 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-285-17/+9
| | | | | | | | | | | | | * tao/AnyTypeCode/Any.cpp: * tao/AnyTypeCode/Any_Basic_Impl.cpp: * tao/AnyTypeCode/Any_Impl_T.cpp: * tao/AnyTypeCode/Any_Special_Impl_T.cpp: * tao/AnyTypeCode/Objref_TypeCode.h: Layout changes * tests/Bug_2936_Regression/bug2936.cpp: Fixed compile problems
* Fri Nov 23 08:08:57 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-239-21/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * orbsvcs/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.cpp: * orbsvcs/tests/Bug_3486_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3646b_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3646c_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3646d_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3663_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp: * tao/CSD_Framework/CSD_ORBInitializer.cpp: * tao/Codeset/Codeset_Manager_i.cpp: * tao/ORBInitializer_Registry.cpp: * tao/ORB_Core.cpp: * tao/PI/ORBInitInfo.cpp: * tao/PortableServer/LifespanStrategyPersistent.cpp: * tao/RTCORBA/RT_ORBInitializer.cpp: * tao/TAO_Internal.cpp: * tao/params.cpp: * tests/Bug_2677_Regression/server.cpp: * tests/Bug_2936_Regression/bug2936.cpp: * tests/Bug_3542_Regression/server.cpp: * tests/DLL_ORB/client.cpp: * tests/DLL_ORB/server.cpp: * tests/ORB_Local_Config/Bug_2612/Test.cpp: * tests/ORB_Local_Config/Service_Dependency/Test.cpp: * tests/TransportCurrent/Framework/simple.cpp: Use ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE with the TAO_VERSION so that with Debian/Ubuntu packaged distro's we try to load the correct library which for example are named libTAO-6.1.1.so
* Tue Nov 20 19:32:42 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-201-13/+9
| | | | | | | * tao/Utils/PolicyList_Destroyer.cpp: Call index also in the try/catch scope because it can also throw an exception
* ChangeLogTag:Mon Nov 12 09:34:14 CET 2012 Johnny Willemsen ↵Johnny Willemsen2012-11-121-2/+2
| | | | <jwillemsen@remedy.nl>
* Mon Nov 5 08:25:48 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-055-10/+7
| | | | | | | | | | | | * tao/Cache_Entries_T.h: Use bool instead of CORBA::Boolean * tao/LocateRequest_Invocation.cpp: * tao/Transport.h: * tao/Transport_Cache_Manager_T.cpp: * tao/Transport_Connector.cpp: Const, layout, and doxygen changes
* Wed Oct 31 09:09:25 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-10-311-1/+1
| | | | | | | | | * tao/PortableServer/Root_POA.cpp: Updated if comparison * tests/CSD_Strategy_Tests/TP_Test_2/run_test.pl: Increased wait time for slower targets
* Fixed fuzzJohnny Willemsen2012-10-302-4/+2
|
* Tue Oct 30 10:50:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-10-302-50/+44
| | | | | | | | | * tao/PortableServer/Root_POA.h: * tao/PortableServer/Root_POA.cpp: Cache ORT_Adapter_Factory in the POA at creation, prevents a lookup when (un)registering a servant which could trigger a possible deadlock when the registering of the servant is coming from the init of an ACE service
* Fri Oct 19 07:56:56 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-10-195-16/+8
| | | | | | | | | | * tao/AnyTypeCode/Alias_TypeCode.cpp: * tao/AnyTypeCode/Alias_TypeCode_Static.cpp: * tao/AnyTypeCode/Objref_TypeCode.cpp: * tao/AnyTypeCode/Objref_TypeCode_Static.cpp: * tao/Any_Insert_Policy_T.h: Layout changes
* Wed Oct 17 12:31:27 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-10-172-3/+2
| | | | | | | | | * tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h: Doxygen change * tao/PortableServer/Root_POA.cpp: Layout change
* Mon Oct 15 13:26:27 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-10-152-9/+2
| | | | | | | | | * tao/Messaging/AMH_Response_Handler.h: Use virtual inheritance * tao/PortableServer/Root_POA.h: Doxygen fix
* ChangeLogTag:Fri Oct 12 11:20:25 CEST 2012 Johnny Willemsen ↵Johnny Willemsen2012-10-121-2/+2
| | | | <jwillemsen@remedy.nl>
* Tue Sep 18 16:26:00 UTC 2012 Simon Massey <sma at prismtech dot com>sma2012-09-181-1/+1
| | | tao/UB_String_Argument_T.cpp: S_var::s_traits::release () instead of delete [] corba string
* ChangeLogTag:Wed Aug 29 08:16:04 CEST 2012 Johnny Willemsen ↵Johnny Willemsen2012-08-291-2/+2
| | | | <jwillemsen@remedy.nl>