summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Carry new compiler support (vc14) from master.case2108Steve Huston2018-06-235-17/+151
|
* Remove $Id$Steve Huston2018-03-031-2/+0
|
* Run the new SOCK_Acceptor_TestSteve Huston2018-02-021-0/+1
|
* Add ipv6_only support to ACE_SOCK_DgramSteve Huston2018-02-022-14/+43
|
* Add ipv6-only capability to ACE_SOCK_AcceptorSteve Huston2018-02-024-18/+165
|
* Case 2025, see notesSteve Huston2016-07-073-3/+6
|
* MKDIR on the install dirs as needed - fixes Bugzilla 4204Steve Huston2015-06-111-0/+1
|
* Use OBJEXT instead of .o - fixes Bugzilla 4203Steve Huston2015-06-111-5/+5
|
* Add support for using XL C++ 13.1Steve Huston2015-03-231-2/+5
|
* Remove ancient/obsolete arch/tune OCCFLAGSSteve Huston2015-03-181-6/+5
|
* Cast cond_init's type to select correct variant of the method; see Bugzilla ↵Steve Huston2015-03-181-2/+2
| | | | #4201
* Merge pull request #23 from mitza-oci/devpoll-resumeAdam Mitz2015-03-045-1/+776
| | | | Fix to resume and register event handlers after returning -1 from handle_*
* Fix typo on feature chack ACE_DISABLE_MKTEMP.Steve Huston2015-02-101-1/+1
|
* Fix resource leak per Coverity ID 1192729Steve Huston2015-01-091-0/+1
|
* Pull in coverity fix for uninit_ctor next_Johnny Willemsen2015-01-091-1/+2
|
* Properly detect lack of TLS versionsSteve Huston2015-01-091-2/+2
|
* ChangeLogTag:Mon Oct 13 18:59:00 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-10-132-2/+6
|
* ChangeLogTag:Sat Oct 11 20:45:03 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-10-112-1/+5
|
* ChangeLogTag:Thu Oct 9 16:21:38 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-10-0916-48/+157
|
* ChangeLogTag:Tue Aug 5 21:49:12 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-08-053-2/+19
|
* ChangeLogTag:Tue Aug 5 17:14:04 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-08-052-7/+17
|
* ChangeLogTag:Thu Jun 5 14:24:58 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-06-052-1/+10
|
* ChangeLogTag:Fri Feb 14 16:34:46 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-02-142-0/+15
|
* ChangeLogTag:Wed Feb 5 19:07:37 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-02-063-8/+120
|
* ChangeLogTag:Thu Dec 12 16:28:45 UTC 2013 Steve Huston <shuston@riverace.com>Steve Huston2013-12-122-0/+6
|
* ChangeLogTag:Fri Sep 27 21:33:58 UTC 2013 Steve Huston <shuston@riverace.com>Steve Huston2013-09-276-21/+43
|
* ChangeLogTag:Thu Sep 26 20:22:53 UTC 2013 Steve Huston ↵Steve Huston2013-09-266-2/+54
| | | | <shuston@riverace.com> and Thu Aug 29 22:06:55 UTC 2013 Steve Huston <shuston@riverace.com>
* Set up Riverace ACE 6.2 branchSteve Huston2013-06-1181-2215/+662
|
* Mon Jun 10 21:03:58 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-102-1/+7
| | | | | * orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.cpp: Fix an ambiguity tripping up the OpenVMS build.
* Fri Jun 7 14:39:01 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-072-1/+7
| | | | | * tests/SOCK_Dgram_Test.cpp: Potential fix for a warning on the wchar scoreboard.
* Fri Jun 7 13:26:15 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-072-1/+8
| | | | | | * tests/IPV6/run_test.pl: Added verbose debugging to suspect client too in case the problem is in parsing the constructed address.
* Thu Jun 6 23:19:04 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-063-2/+23
| | | | | | | | | | | | | * tao/IIOP_Endpoint.cpp: Fix for an old bug that occurred when a client is using -ORBPreferIPv6Interfaces 1, and the supplied IOR contains only a single IPv4 endpoint. * tests/IPV6/run_test.pl: Add a regression test for the above. Also an intemediate patch to make one of the regression tests dump verbose logging to see why the test fails on the nightly build host.
* Thu Jun 6 17:02:06 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-062-4/+16
| | | | | | | | | | | * include/makeinclude/rules.lib.GNU: The rule for generating versioned_so=2 style libraries would create names such as "-6.2.0.so" in cases where the SHLIB was reset to empty, for instance if a precondition isn't met. As an example, ACE_TkReactor should skip the build if macro tk=1 isn't set. but with versioned_so=2 the VSHLIB target was non-empty so the build was attempted. Now the VSHLIB and related targets are modified only if the source libname is not empty.
* Thu Jun 6 12:38:36 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-062-1/+7
| | | | | * performance-tests/Cubit/TAO/MT_Cubit/server.cpp: Another wchar build fix.
* Thu Jun 6 12:10:48 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-06-063-30/+33
| | | | | | | | | * orbsvcs/orbsvcs/Trader/Offer_Database.cpp: Fixed Coverity warning * orbsvcs/orbsvcs/Trader/Trading_Loader.h: Fixed Coverity warning and doxygen changes
* Wed Jun 5 20:09:59 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-053-4/+20
| | | | | | * tests/FlReactor_Test.cpp: * tests/QtReactor_Test.cpp: Fixed wchar build compile errors
* Wed Jun 5 20:11:23 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-057-18/+38
| | | | | | | | | | | | | | * examples/AMI/FL_Callback/progress.cpp: * orbsvcs/tests/ImplRepo/ping_interrupt/server.cpp: * performance-tests/Cubit/TAO/MT_Cubit/server.cpp: * tests/FL_Cube/server.cpp: * tests/QtTests/client.cpp: * tests/QtTests/server.cpp: Fixed wchar build compile errors
* Tue Jun 4 19:30:32 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-042-4/+27
| | | | | * orbsvcs/ImplRepo_Service/LiveCheck.cpp: Clean up an error at shutdown time.
* Mon Jun 3 21:16:43 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-0317-9/+901
|
* Fri May 31 14:02:11 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-312-1/+7
| | | | | | * ace/ETCL/ETCL_Constraint.inl: Fixed coverity warning
* Thu May 30 18:52:55 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-304-9/+13
| | | | | | | | * orbsvcs/tests/Trading/colocated_test.cpp: * orbsvcs/tests/Trading/export_test.cpp: * orbsvcs/tests/Trading/import_test.cpp: Wchar fixes
* Thu May 30 18:50:44 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-304-28/+38
| | | | | | | | | | * ace/Malloc_Allocator.h: * ace/Shared_Memory_Pool.h: Doxygen changes * ace/Shared_Memory_Pool.cpp: Fixed Coverity 300041 Dereference after null check
* Thu May 30 17:39:37 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-05-303-4/+11
|
* Thu May 30 15:31:48 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-302-2/+5
| | | | | | * tests/CIF/Events/client.cpp: Removed dead code
* Wed May 29 21:32:51 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-05-296-62/+245
|
* Wed May 29 19:27:35 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-293-6/+14
| | | | | | | * orbsvcs/tests/Trading/Offer_Exporter.cpp: * orbsvcs/tests/Trading/Service_Type_Exporter.cpp: Attempt to fix windows warnings
* ChangeLogTag:Wedschmidt2013-05-292-2/+10
|
* Wed May 29 13:57:15 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-293-4/+12
| | | | | | | | | * bin/auto_run_tests.pl: * tests/run_test.pl: Commented out setting of the Coverity environment variables seperately for each test, that looks to cause a huge additonal resource usage
* Wed May 29 13:44:23 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-296-52/+63
| | | | | | | | | | | | * tao/Bounded_Basic_String_Sequence_T.h: * tao/Bounded_Object_Reference_Sequence_T.h: * tao/Bounded_Value_Sequence_T.h: * tao/Unbounded_Basic_String_Sequence_T.h: * tao/Unbounded_Object_Reference_Sequence_T.h: Doxygen doesn't support copydoc with templates, maybe in the future, so just made them general C++ comments so that we easily could add this in the future
* Fuzz fixesJohnny Willemsen2013-05-298-57/+48
|