summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Collapse)AuthorAgeFilesLines
...
* ChangeLogTag: Fri Jun 10 19:05:30 UTC 2011 Jeff Parsons ↵parsons2011-06-101-0/+10
| | | | <j.parsons@vanderbilt.edu>
* ChangeLogTag:Thuschmidt2011-06-091-6/+5
|
* Tue Jun 7 20:45:56 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2011-06-071-1/+1
| | | | | | | * ace/CDR_Base.h: The inline function needs to be static to match the semantics of a struct constructor when the environment has native long doubles.
* ChangeLogTag: Tue Jun 7 18:20:36 UTC 2011 Jeff Parsons ↵parsons2011-06-071-2/+7
| | | | <j.parsons@vanderbilt.edu>
* ChangeLogTag: Mon Jun 6 22:17:26 UTC 2011 Adam Mitz <mitza@ociweb.com>mitza2011-06-061-1/+1
|
* ChangeLogTag: Mon Jun 6 19:51:27 UTC 2011 Jeff Parsons ↵parsons2011-06-062-21/+34
| | | | <j.parsons@vanderbilt.edu>
* ChangeLogTag: Fri Jun 3 18:46:50 UTC 2011 Jeff Parsons ↵parsons2011-06-031-1/+1
| | | | <j.parsons@vanderbilt.edu>
* ChangeLogTag: "Wed Jun 1 19:30:44 UTC 2011 Jeff Parsons ↵parsons2011-06-012-4/+28
| | | | <j.parsons@vanderbilt.edu>"
* Fri May 27 09:49:56 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-05-271-4/+8
| | | | | | | * ace/Monitor_Control/Linux_Network_Interface_Monitor.cpp: Made changes to satisfy Coverity and the GNU 4.6 gcc compiler. fgets returns a void*. This is stored in dummy. We use ACE_UNUSED_ARG to fool the 4.6 gcc compiler.
* Thu May 26 14:27:50 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-05-261-2/+2
| | | | | * ace/Monitor_Control/Linux_Network_Interface_Monitor.cpp: Resolved gcc 4.6 warning: variable was set but not used.
* Thu May 26 14:11:57 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-05-261-2/+2
| | | | | * ace/Monitor_Control/Linux_Network_Interface_Monitor.cpp: Resolved gcc 4.6 warning: variable was set but not used.
* Wed May 11 18:26:28 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-05-114-19/+9
| | | | | | | | | * ace/Thread_Control.h: * ace/Thread_Control.cpp: * ace/Thread_Hook.h: * ace/Thread_Hook.cpp: * apps/gperf/src/Options.cpp: Doxygen changes
* Wed May 11 13:41:28 UTC 2011 Marijke Hengstmengel <mhengstmengel@remedy.nl>mhengstmengel2011-05-111-1/+1
| | | | * ace/QtReactor/QtReactor.h: Changed for QT4 deprecated include QT/..
* Tue May 10 11:59:32 UTC 2011 Chad Beaulac ↵cbeaulac2011-05-101-1/+1
| | | | | | | | | <chad.beaulac@objectivesolutions.com> * ace/Stream.cpp * tests/Bug_3912_Regression_Test.cpp * tests/Bug_3912_Regression_Test.conf Fixed FUZZ whitespace and Id
* Mon May 9 19:09:35 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-05-095-7/+4
| | | | | | | | | * ace/Dump.h: * ace/FIFO.cpp: * ace/Filecache.cpp: * ace/Svc_Conf.y: * ace/Svc_Conf_y.cpp: Fixed coverity errors
* Sun May 8 17:57:50 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-05-082-71/+18
| | | | | | * ace/ETCL/ETCL_Constraint.h: * ace/ETCL/ETCL_Constraint.inl: Fixed coverity errors
* Thu May 5 21:38:45 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2011-05-051-0/+3
| | | | | | | | | | | * ace/Select_Reactor_T.cpp: Added a reset of errno during the ctor in case there was an error during the first attempt at opening the reactor. Turns out that in this case on at least on Linux, the errno leaks through the second, good call to open. This can happen for example, when ACE::max_handles() is less than the select reactor's DEFAULT_SIZE. Since all this happens in a ctor, there's no result value for application code to check, apart from errno.
* Wed May 4 15:07:46 UTC 2011 Chad Beaulac <chad.beaulac@objectivesolutions.com>cbeaulac2011-05-041-3/+3
| | | | | | | | | | | | | | | * ace/Stream.cpp: Modified ACE_Stream::remove(name,flags) so close is always called on the module that's removed regardless of the flags. Close needs to be called to ensure proper lifecycle management when the ACE_Service_Repository shuts down in its fini method. Bugzilla #3912 * tests/Bug_3912_Regression_Test.conf: * tests/Bug_3912_Regression_Test.cpp: * tests/run_test.lst * tests/test.mpc Added test to assert that close is called.
* Wed Apr 27 13:33:43 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-271-20/+0
| | | | | * ace/config-visualage.h: Removed this file, includes only non existent files
* Wed Apr 27 11:02:59 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-272-15/+3
| | | | | | * ace/Time_Value.inl: * ace/Time_Value.cpp: Corrected some casts to use time_t
* Wed Apr 27 09:01:11 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-271-1/+1
| | | | | * rpmbuild/ace-tao.spec: Improved this file
* Sat Apr 23 12:31:28 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-231-7/+6
| | | | | * ace/Stream.cpp: Fixed incorrect ACE_NEW_RETURN macro
* Fri Apr 22 19:05:19 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-221-8/+2
| | | | | * ace/ACE.cpp (strnew): Removed null check, ACE_NEW_RETURN already does that
* Fri Apr 22 07:25:57 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-04-222-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/MMAP_Memory_Pool.cpp: * ace/OS_NS_stdlib.cpp: Layout changes * Kokyu/tests/DSRT_MIF/svc.conf: * apps/Gateway/Gateway/svc.conf: * apps/Gateway/Peer/svc.conf: * apps/JAWS/server/svc.conf: * apps/JAWS3/jaws3/jaws.conf: * apps/JAWS3/small/jaws.conf: * apps/JAWS3/small/svc.conf: * examples/APG/Logging/client.conf: * examples/APG/Logging/logging_strategy.conf: * examples/APG/Logging/server.conf: * examples/APG/Naming/svc.conf: * examples/APG/Svc_Config/svc.conf.dynamic: * examples/APG/Svc_Config/svc.conf.static: * examples/ASX/CCM_App/svc.conf: * examples/C++NPv2/svc.conf: * examples/Service_Configurator/IPC-tests/server/svc.conf: * examples/Service_Configurator/Misc/svc.conf1: * examples/Service_Configurator/Misc/svc.conf2: * netsvcs/clients/Naming/Client/svc.conf: * netsvcs/clients/Naming/Client/svc2.conf: * netsvcs/servers/svc.conf: * performance-tests/Synch-Benchmarks/svcconf/perf_t1.conf: * performance-tests/Synch-Benchmarks/svcconf/perf_t16.conf: * performance-tests/Synch-Benchmarks/svcconf/perf_t2.conf: * performance-tests/Synch-Benchmarks/svcconf/perf_t32.conf: * performance-tests/Synch-Benchmarks/svcconf/perf_t4.conf: * performance-tests/Synch-Benchmarks/svcconf/perf_t64.conf: * performance-tests/Synch-Benchmarks/svcconf/perf_t8.conf: * performance-tests/Synch-Benchmarks/svcconf/svc.conf: * protocols/tests/HTBP/HTBP_Config.conf: * protocols/tests/HTBP/Reactor_Tests/inside.conf: * rpmbuild/etc/tao/tao-cosconcurrency.conf: * rpmbuild/etc/tao/tao-cosevent.conf: * rpmbuild/etc/tao/tao-cosnaming.conf: * rpmbuild/etc/tao/tao-cosnotification.conf: * rpmbuild/etc/tao/tao-costrading.conf: * rpmbuild/etc/tao/tao-rtevent.conf: * tests/Bug_3334_Regression_Test.conf: * tests/Service_Config_Stream_Test.conf: * tests/Service_Config_Test.UTF-16.conf: * tests/Service_Config_Test.conf: * tests/Service_Config_Test.conf.xml: * tests/UNIXclerk.conf: * tests/UNIXserver.conf: * tests/UNIXtokens.conf: * tests/Win32clerk.conf: * tests/Win32server.conf: * tests/Win32tokens.conf: Fuzz: Added $Id string.
* ChangeLogTag:Wed Apr 20 09:52:52 CEST 2011 Johnny Willemsen ↵Johnny Willemsen2011-04-201-2/+2
| | | | <jwillemsen@remedy.nl>
* Removed trailing spacesJohnny Willemsen2011-04-171-1/+1
|
* Sun Apr 17 14:11:52 UTC 2011 Chad Beaulac <chad@objectivesolutions.com>cbeaulac2011-04-171-3/+3
| | | | | | | | * ace/Stream.cpp Reverted previous commit. #3912 is not fixed. * tests/run_test.lst Added (not)FIX_BUGS_ONLY to Bug_3912_Regression_Test
* Sun Apr 17 13:30:23 UTC 2011 Chad Beaulac <chad@objectivesolutions.com>cbeaulac2011-04-171-3/+5
| | | | | | | | | | | | | | | | | | | | | * ace/Stream.cpp ACE_Stream::remove(module) always calls close on the Module now. It use to only call close when the flags was M_DELETE_NONE. * tests/Bug_3912_Regression_Test.conf * tests/Bug_3912_Regression_Test.cpp Tests that close is called on an ACE_Task that's the reader in a Module that's removed from the Stream. * tests/Service_Config_Stream_DLL.cpp Added make_close factory method for a new Module. * tests/Bug_3334_Regression_Test.cpp Initialized status variable to zero. * tests/run_test.lst * tests/tests.mpc Added new test.
* ChangeLogTag: Thu Apr 14 07:58:19 UTC 2011 Olli Savia <ops@iki.fi>olli2011-04-143-13/+1
|
* Wed Apr 13 07:41:31 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-131-1/+1
| | | | | | | | | * ace/Time_Value.inl: Removed truncate_cast because it gives problems on Windows. Thanks to Jonathan Saxton <jsaxton at appsecinc dot com> * tests/Time_Value_Test.cpp: Extended with new test for change above
* Mon Apr 11 17:21:31 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-111-1/+1
| | | | | * ace/config-qnx.h: Another try to fix qnx 6.3
* Sun Apr 10 18:04:19 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-101-1/+0
| | | | | * ace/config-qnx.h: Don't define _QNX_SOURCE, already defined by default
* Sun Apr 10 17:32:22 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-101-2/+3
| | | | | * ace/config-qnx.h: qnx63 has much less than qnx65
* (no commit message)Johnny Willemsen2011-04-101-0/+1
|
* Sun Apr 10 17:03:49 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-101-3/+0
| | | | | | | | * ace/config-qnx.h: Made some fixes for qnx65 * include/makeinclude/platform_qnx_gcc.GNU: Simplified
* Reverted changeJohnny Willemsen2011-04-101-1/+0
|
* Sat Apr 9 08:29:15 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-091-0/+1
| | | | | * ace/config-qnx.h: Added ACE_LACKS_ISWBLANK
* Fri Apr 8 21:55:21 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2011-04-081-2/+11
| | | | | | | | | * ace/OS_NS_sys_socket.cpp: * tests/Bug_3943_Regression_Test.cpp: Clean up code for non-windows builds. The test now runs on non-windows, although the 3943 regression isn't actually evaluated as the error is windows specfic.
* ChangeLogTag: Fri Apr 8 13:35:54 UTC 2011 Adam Mitz <mitza@ociweb.com>mitza2011-04-081-0/+3
|
* Fri Apr 8 13:15:08 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2011-04-083-5/+153
| | | | | | | | * ace/OS_NS_sys_socket.h: * ace/OS_NS_sys_socket.inl: * ace/OS_NS_sys_socket.cpp: Fix for bug 3943, the regression test added the other day should pass now.
* Thu Apr 7 11:40:00 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-04-0717-283/+143
| | | | | Merged changes from Remedy work branch.
* Tue Apr 5 12:36:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-0511-27/+0
| | | | | | | | | | | | | | | | | | | | | * ace/Get_Opt.inl: * ace/Guard_T.inl: * ace/Guard_T.cpp: * ace/Handle_Set.h: * ace/Handle_Set.cpp: * ace/Hash_Multi_Map_Manager_T.cpp: * ace/Hashable.inl: * ace/Hashable.cpp: * ace/IO_SAP.inl: * ace/IO_SAP.cpp: Layout changes * ace/Handle_Set.inl: Removed some old includes, should not be a problem with the current supported platforms * bin/vx_repo_link.pl: Removed this file, vxsim is not supported anymore
* Mon Mar 28 07:41:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-285-77/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bin/fuzz.pl: Extended to check for old documentation style Converted to doxygen * ASNMP/agent/agent_impl.h: * ASNMP/agent/snmp_agent.h: * ASNMP/asnmp/address.cpp: * ASNMP/asnmp/asn1.cpp: * ASNMP/asnmp/counter.cpp: * ASNMP/asnmp/ctr64.cpp: * ASNMP/asnmp/gauge.cpp: * ASNMP/asnmp/integer.cpp: * ASNMP/asnmp/octet.cpp: * ASNMP/asnmp/oid.cpp: * ASNMP/asnmp/pdu.cpp: * ASNMP/asnmp/sagent.cpp: * ASNMP/asnmp/snmp.cpp: * ASNMP/asnmp/target.cpp: * ASNMP/asnmp/timetick.cpp: * ASNMP/asnmp/transaction.cpp: * ASNMP/asnmp/vb.cpp: * ASNMP/asnmp/wpdu.cpp: * ASNMP/examples/get/get.cpp: * ASNMP/examples/get/get_async.cpp: * ASNMP/examples/next/next.cpp: * ASNMP/examples/set/set.cpp: * ASNMP/examples/trap/trap.cpp: * ASNMP/examples/walk/walk.cpp: * ASNMP/tests/Address_Test.cpp: * ASNMP/tests/Counter64_Test.cpp: * ASNMP/tests/Counter_Test.cpp: * ASNMP/tests/Gauge_Test.cpp: * ASNMP/tests/Integer_Test.cpp: * ASNMP/tests/Octet_Test.cpp: * ASNMP/tests/Oid_Test.cpp: * ASNMP/tests/Target_Test.cpp: * ASNMP/tests/Varbind_Test.cpp: * ASNMP/tests/test_config.h: * Kokyu/Kokyu_dsrt.h: * ace/Codeset_Registry.h: * ace/Codeset_Registry.inl: * ace/ETCL/ETCL_l.cpp: * ace/ETCL/ETCL_y.cpp: * ace/OS_NS_signal.inl: * apps/Gateway/Gateway/Concrete_Connection_Handlers.h: * apps/Gateway/Gateway/Config_Files.h: * apps/Gateway/Gateway/Connection_Handler.h: * apps/Gateway/Gateway/Connection_Handler_Acceptor.h: * apps/Gateway/Gateway/Connection_Handler_Connector.h: * apps/Gateway/Gateway/Consumer_Dispatch_Set.h: * apps/Gateway/Gateway/Event.h: * apps/Gateway/Gateway/Event_Channel.h: * apps/Gateway/Gateway/Event_Forwarding_Discriminator.h: * apps/Gateway/Gateway/File_Parser.h: * apps/Gateway/Gateway/Gateway.h: * apps/Gateway/Gateway/Options.h: * apps/Gateway/Gateway/gatewayd.cpp: * apps/Gateway/Peer/Options.h: * apps/Gateway/Peer/Peer.h: * apps/Gateway/Peer/peerd.cpp: * apps/JAWS/clients/Blobby/Blob.h: * apps/JAWS/clients/Blobby/Blob_Handler.h: * apps/JAWS/clients/Blobby/Options.h: * apps/JAWS/clients/Blobby/blobby.cpp: * apps/JAWS/clients/Caching/ID_Generator.h: * apps/JAWS/clients/Caching/Local_Locator.h: * apps/JAWS/clients/Caching/Locator_Request_Reply.h: * apps/JAWS/clients/Caching/URL_Array_Helper.h: * apps/JAWS/clients/Caching/URL_Locator.h: * apps/JAWS/clients/Caching/URL_Properties.h: * apps/JAWS/clients/Caching/http_client.cpp: * apps/JAWS/clients/Caching/http_handler.h: * apps/JAWS/clients/Caching/http_handler.cpp: * apps/JAWS2/JAWS/IO_Handler.h: * apps/JAWS2/JAWS/Jaws_IO.h: * apps/drwho/BS_Client.h: * apps/drwho/BS_Server.h: * apps/drwho/Binary_Search.h: * apps/drwho/CM_Client.h: * apps/drwho/CM_Server.h: * apps/drwho/Comm_Manager.h: * apps/drwho/Drwho_Node.h: * apps/drwho/File_Manager.h: * apps/drwho/HT_Client.h: * apps/drwho/HT_Server.h: * apps/drwho/Hash_Table.h: * apps/drwho/Multicast_Manager.h: * apps/drwho/Options.h: * apps/drwho/PMC_All.h: * apps/drwho/PMC_Flo.h: * apps/drwho/PMC_Ruser.h: * apps/drwho/PMC_Usr.h: * apps/drwho/PMS_All.h: * apps/drwho/PMS_Flo.h: * apps/drwho/PMS_Ruser.h: * apps/drwho/PMS_Usr.h: * apps/drwho/PM_Client.h: * apps/drwho/PM_Server.h: * apps/drwho/Protocol_Manager.h: * apps/drwho/Protocol_Record.h: * apps/drwho/Rwho_DB_Manager.h: * apps/drwho/SL_Client.h: * apps/drwho/SL_Server.h: * apps/drwho/SML_Client.h: * apps/drwho/SML_Server.h: * apps/drwho/SMR_Client.h: * apps/drwho/SMR_Server.h: * apps/drwho/SM_Client.h: * apps/drwho/SM_Server.h: * apps/drwho/Search_Struct.h: * apps/drwho/Select_Manager.h: * apps/drwho/Single_Lookup.h: * apps/drwho/client.cpp: * apps/drwho/global.h: * apps/drwho/server.cpp: * netsvcs/clients/Tokens/collection/collection.cpp: * netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp: * netsvcs/clients/Tokens/invariant/invariant.cpp: * netsvcs/clients/Tokens/manual/manual.cpp: * netsvcs/clients/Tokens/mutex/test_mutex.cpp: * netsvcs/clients/Tokens/rw_lock/rw_locks.cpp: * performance-tests/Synch-Benchmarks/Synch_Lib/Benchmark_Base.h: * performance-tests/Synch-Benchmarks/Synch_Lib/Benchmark_Base.cpp: * protocols/tests/HTBP/Send_Recv_Tests/client.cpp: * protocols/tests/HTBP/Send_Recv_Tests/server.cpp: * websvcs/lib/URL_Addr.h:
* ChangeLogTag: Sat Mar 26 12:07:59 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-261-0/+3
|
* ChangeLogTag: Thu Mar 24 18:59:55 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-241-1/+1
|
* Tue Mar 22 21:09:14 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-222-3/+3
| | | | | | | | * ace/Acceptor.h: Doxygen change * ace/config-win32-borland.h: Updated comment
* Tue Mar 22 15:40:00 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-225-22/+49
| | | | | | | | | | | | | | | | * ace/os_include/os_ifaddrs.h: New wrapper file * ace/OS_NS_stdlib.inl: * ace/config-WinCE.h: Added new define to not check for OS in OS_NS_ file * ace/Sock_Connect.cpp: use new os_ifaddrs.h wrapper * tests/Dirent_Test.cpp: * tests/Test_Output.cpp: Cleanup
* ChangeLogTag: Tue Mar 22 09:24:54 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-221-7/+2
|
* ChangeLogTag: Tue Mar 22 09:18:44 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-221-2/+2
|
* ChangeLogTag: Mon Mar 21 16:10:05 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-211-1/+1
|