summaryrefslogtreecommitdiff
path: root/ACE/netsvcs
Commit message (Collapse)AuthorAgeFilesLines
* Minor layout changesJohnny Willemsen2021-10-231-1/+0
| | | | | | | | * ACE/apps/JAWS3/bench/rqfiles.cpp: * ACE/examples/ASX/Event_Server/Transceiver/transceiver.h: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.h: * ACE/examples/Reactor/WFMO_Reactor/Console_Input.cpp: * ACE/netsvcs/lib/TS_Clerk_Handler.cpp:
* Minor layout changesJohnny Willemsen2021-10-231-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Process_Manager.cpp: * ACE/ace/Process_Manager.h: * ACE/ace/Service_Config.cpp: * ACE/ace/Sig_Adapter.cpp: * ACE/ace/Sig_Handler.cpp: * ACE/ace/Test_and_Set.h: * ACE/ace/Timer_Queue_Adapters.cpp: * ACE/ace/WFMO_Reactor.cpp: * ACE/ace/WFMO_Reactor.inl: * ACE/apps/Gateway/Gateway/Gateway.cpp: * ACE/examples/APG/Reactor/HAStatus.cpp: * ACE/examples/APG/Reactor/Reschedule.cpp: * ACE/examples/APG/Reactor/Schedule_Timers.cpp: * ACE/examples/APG/Reactor/Timer_Cancel.cpp: * ACE/examples/APG/Reactor/Timer_State_Data.cpp: * ACE/examples/APG/Signals/SigGuard.cpp: * ACE/examples/APG/Signals/SigHandler.cpp: * ACE/examples/APG/Signals/SigInfo.cpp: * ACE/examples/APG/ThreadManagement/Signals.cpp: * ACE/examples/APG/ThreadManagement/Signals2.cpp: * ACE/examples/ASX/Event_Server/Transceiver/transceiver.cpp: * ACE/examples/Connection/blocking/SPIPE-acceptor.cpp: * ACE/examples/Connection/misc/Connection_Handler.cpp: * ACE/examples/Connection/misc/Connection_Handler.h: * ACE/examples/Connection/non_blocking/CPP-connector.cpp: * ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Signal_Handler.h: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.cpp: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.h: * ACE/examples/QOS/Simple/QoS_Signal_Handler.h: * ACE/examples/Reactor/Misc/notification.cpp: * ACE/examples/Reactor/Misc/test_demuxing.cpp: * ACE/examples/Reactor/Misc/test_event_handler_t.cpp: * ACE/examples/Reactor/Misc/test_signals_1.cpp: * ACE/examples/Reactor/Misc/test_signals_2.cpp: * ACE/examples/Reactor/WFMO_Reactor/APC.cpp: * ACE/examples/Reactor/WFMO_Reactor/Abandoned.cpp: * ACE/examples/Reactor/WFMO_Reactor/Directory_Changes.cpp: * ACE/examples/Reactor/WFMO_Reactor/Registry_Changes.cpp: * ACE/examples/Reactor/WFMO_Reactor/Talker.cpp: * ACE/examples/Reactor/WFMO_Reactor/Window_Messages.cpp: * ACE/netsvcs/lib/TS_Clerk_Handler.h: * ACE/tests/Bug_2368_Regression_Test.cpp: * ACE/tests/Network_Adapters_Test.cpp: * ACE/tests/Network_Adapters_Test.h: * ACE/tests/Reference_Counted_Event_Handler_Test.cpp:
* Removed support for ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES, only set by the ↵Johnny Willemsen2021-04-304-23/+1
| | | | | | | | | | | | | | | config file for LynxOS178 for gcc2.96 which is ancient * ACE/ace/README: * ACE/ace/Singleton.cpp: * ACE/ace/Singleton.h: * ACE/ace/config-lynxos-178.h: * ACE/netsvcs/lib/Log_Message_Receiver.cpp: * ACE/netsvcs/lib/Log_Message_Receiver.h: * ACE/netsvcs/lib/Server_Logging_Handler_T.cpp: * ACE/netsvcs/lib/Server_Logging_Handler_T.h: * TAO/tao/TAO_Singleton.cpp: * TAO/tao/TAO_Singleton.h:
* Removed not used auto_ptr member, use delete instead of ↵Johnny Willemsen2021-04-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACE_UNIMPLEMENTED_FUNC, layout changes, fixed typos in comments * ACE/examples/ASX/UPIPE_Event_Server/Peer_Router.h: * ACE/netsvcs/lib/Log_Message_Receiver.h: * ACE/performance-tests/TCP/tcp_test.cpp: * TAO/orbsvcs/Trading_Service/README: * TAO/orbsvcs/Trading_Service/Trading_Server.cpp: * TAO/orbsvcs/Trading_Service/Trading_Service.cpp: * TAO/orbsvcs/Trading_Service/Trading_Service.h: * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Nodes.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h: * TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h: * TAO/orbsvcs/orbsvcs/Trader/Trader.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Constraint_Visitors.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_T.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h: * TAO/orbsvcs/tests/Trading/Simple_Dynamic.h: * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.h: * TAO/tao/RTCORBA/Priority_Mapping_Manager.h: * TAO/tao/RTScheduling/RTScheduler_Manager.h:
* Removed redundant voidJohnny Willemsen2021-03-1712-25/+25
|
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-093-3/+3
|
* Remove redundant voidJohnny Willemsen2020-12-141-1/+1
|
* Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we ↵Johnny Willemsen2020-11-102-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | require C++11 compiler support * ACE/ACEXML/examples/SAXPrint/main.cpp: * ACE/ace/ARGV.h: * ACE/ace/Basic_Types.h: * ACE/ace/Bound_Ptr.h: * ACE/ace/Bound_Ptr.inl: * ACE/ace/CDR_Stream.cpp: * ACE/ace/Codeset_IBM1047.cpp: * ACE/ace/Event_Handler.cpp: * ACE/ace/Event_Handler.h: * ACE/ace/Global_Macros.h: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/Proactor.cpp: * ACE/ace/Process_Manager.h: * ACE/ace/Reactor.h: * ACE/ace/Reactor_Timer_Interface.h: * ACE/ace/Signal.h: * ACE/ace/Thread_Manager.cpp: * ACE/ace/Time_Policy.h: * ACE/ace/Time_Value.cpp: * ACE/ace/Time_Value.h: * ACE/ace/Time_Value.inl: * ACE/ace/WFMO_Reactor.cpp: * ACE/ace/XML_Utils/XML_Helper.h: * ACE/ace/XML_Utils/XSCRT/Elements.hpp: * ACE/ace/config-macosx-lion.h: * ACE/examples/APG/Active_Objects/AO.cpp: * ACE/examples/APG/Active_Objects/AO2.cpp: * ACE/examples/APG/Naming/Name_Binding.h: * ACE/examples/APG/Reactor/HAStatus.cpp: * ACE/examples/Threads/future1.cpp: * ACE/examples/Threads/future2.cpp: * ACE/netsvcs/lib/Client_Logging_Handler.cpp: * ACE/netsvcs/lib/Server_Logging_Handler_T.cpp: * ACE/tests/Bound_Ptr_Test.cpp: * ACE/tests/Bug_2540_Regression_Test.cpp: * ACE/tests/Bug_2820_Regression_Test.cpp: * ACE/tests/Chrono_Test.cpp: * ACE/tests/Compiler_Features_15_Test.cpp: * ACE/tests/Compiler_Features_16_Test.cpp: * ACE/tests/Compiler_Features_17_Test.cpp: * ACE/tests/Compiler_Features_18_Test.cpp: * ACE/tests/Compiler_Features_19_Test.cpp: * ACE/tests/Compiler_Features_20_DLL.h: * ACE/tests/Compiler_Features_21_Test.cpp: * ACE/tests/Compiler_Features_23_Test.cpp: * ACE/tests/Compiler_Features_24_Test.cpp: * ACE/tests/Compiler_Features_25_Test.cpp: * ACE/tests/Compiler_Features_26_Test.cpp: * ACE/tests/Compiler_Features_27_Test.cpp: * ACE/tests/Compiler_Features_28_Test.cpp: * ACE/tests/Compiler_Features_29_Test.cpp: * ACE/tests/Compiler_Features_31_Test.cpp: * ACE/tests/Compiler_Features_32_Test.cpp: * ACE/tests/Compiler_Features_34_Test.cpp: * ACE/tests/Compiler_Features_35_Test.cpp: * ACE/tests/Compiler_Features_36_Test.cpp: * ACE/tests/DLL_Test.cpp: * ACE/tests/Process_Manager_Test.cpp: * ACE/tests/Reactor_Remove_Resume_Test.cpp: * ACE/tests/Reactor_Timer_Test.cpp: * ACE/tests/Task_Ex_Test.cpp: * TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp: * TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/TAO_IDL/be_include/be_helper.h: * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h: * TAO/tao/Object.h:
* Removed old style documentation which was just about mentioning where ↵Johnny Willemsen2019-08-195-10/+0
| | | | constructors/destructors are
* Fix C++11 related warnings given by newer gcc versionsJohnny Willemsen2019-03-045-5/+21
| | | | | | | | * ACE/netsvcs/lib/Client_Logging_Handler.cpp: * ACE/netsvcs/lib/Name_Handler.cpp: * ACE/netsvcs/lib/Server_Logging_Handler_T.cpp: * ACE/netsvcs/lib/TS_Clerk_Handler.cpp: * ACE/netsvcs/lib/TS_Server_Handler.cpp:
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-241-1/+1
|
* Fixed various broken linksJohnny Willemsen2019-01-241-34/+34
|
* Cleanup empty commented out linesJohnny Willemsen2017-08-311-3/+0
|
* Auto_Ptr.h fixup for ACE netsvcsAdam Mitz2016-06-171-0/+1
|
* Remove the signal handler after we have run the reactorJohnny Willemsen2015-02-241-8/+24
|
* Shorter headerJohnny Willemsen2015-01-073-3/+0
|
* Shorter headersJohnny Willemsen2015-01-071-3/+0
|
* Shorten file headersJohnny Willemsen2015-01-071-1/+0
|
* Replaced README filesJohnny Willemsen2015-01-0714-15/+15
|
* TAO replacementsJohnny Willemsen2015-01-071-1/+1
|
* Last ACE Id tag replacementsJohnny Willemsen2015-01-071-1/+1
|
* Perl filesJohnny Willemsen2015-01-073-3/+0
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-0716-32/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-0724-48/+0
|
* Zapped two line id tagsJohnny Willemsen2015-01-072-6/+0
|
* Mon Sep 8 13:24:53 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-09-081-1/+3
| | | | | | | * netsvcs/lib/Log_Message_Receiver.h: Fixed compile error because ACE_Copy_Disabled was implicitly pulled in before
* Updated linksJohnny Willemsen2014-01-061-1/+1
|
* Sun Sep 1 13:08:59 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-09-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ASNMP/agent/main.cpp: * ace/Dev_Poll_Reactor.cpp: * ace/ICMP_Socket.cpp: * ace/OS_NS_string.cpp: * ace/WIN32_Asynch_IO.cpp: * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.cpp: * examples/Shared_Malloc/test_persistence.cpp: * netsvcs/lib/TS_Clerk_Handler.cpp: * tests/ACE_Init_Test.cpp: * tests/MM_Shared_Memory_Test.cpp: * tests/Mem_Map_Test.cpp: * tests/Naming_Test.cpp: * tests/Object_Manager_Flipping_Test.cpp: * tests/Object_Manager_Test.cpp: * tests/Process_Strategy_Test.cpp: * tests/Process_Test.cpp: * tests/Time_Service_Test.cpp: * websvcs/lib/URL_Addr.cpp: Add in the required explicit header includes.
* Tue Jan 24 13:48:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-241-2/+0
| | | | Removed left over from automake removal
* Thu Oct 20 06:57:38 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>Johnny Willemsen2011-10-2015-462/+0
| | | | | | | * *.*: Removed autoconf support due to lack of resources/funding to get autoconf really working. It now only causes confusions and not working configurations for users.
* Fri Oct 7 09:10:55 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-10-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * ACEXML/docs/readme.txt: * ASNMP/README: * Kokyu/README: * bin/LabVIEW_RT/README: * bin/PerlACE/README: * contrib/FaCE/README: * examples/C++NPv1/README: * examples/C++NPv2/README: * examples/IPC_SAP/SSL_SAP/README: * examples/Semaphores/README: * html/README: * netsvcs/lib/README: * performance-tests/README: * performance-tests/RPC/README: * performance-tests/Synch-Benchmarks/Perf_Test/README: * performance-tests/Synch-Benchmarks/README: * performance-tests/Synch-Benchmarks/Synch_Lib/README: * performance-tests/TCP/README: * performance-tests/TTCP/C/README: * performance-tests/UDP/README: * protocols/ace/HTBP/README: * websvcs/README: Fuzz: No id-tags. Also uniform way of declaring the Id-tags
* Fri Oct 7 07:48:32 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-10-071-0/+3
| | | | | | | | | | | | | * ACEXML/examples/SAXPrint/broken.xml: * ACEXML/examples/SAXPrint/namespaces.xml: * ACEXML/examples/SAXPrint/ns.svc.conf.xml: * ACEXML/examples/SAXPrint/simple.svcconf.xml: * ACEXML/examples/SAXPrint/svc.conf.xml: * Kokyu/tests/DSRT_MIF/svc.conf.xml: * examples/ASX/CCM_App/svc.conf.xml: * netsvcs/servers/svc.conf.xml: * tests/Service_Config_Test.conf.xml: Fuzz: No Id-tags.
* Thu Oct 6 12:01:30 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-10-0611-79/+88
| | | | | | | | | | | | | | | * netsvcs/README: * netsvcs/clients/Logger/README: * netsvcs/clients/README: * netsvcs/clients/Tokens/README: * netsvcs/clients/Tokens/collection/README: * netsvcs/clients/Tokens/deadlock/README: * netsvcs/clients/Tokens/invariant/README: * netsvcs/clients/Tokens/manual/README: * netsvcs/clients/Tokens/mutex/README: * netsvcs/lib/README: * netsvcs/servers/README: Fuzz: trailing whitespaces, tab characters and ID strings
* FuzzJohnny Willemsen2011-10-052-9/+13
|
* FuzzJohnny Willemsen2011-10-055-19/+28
|
* ChangeLogTag:Satschmidt2011-07-094-62/+62
|
* Thu Jun 23 14:51:19 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-06-2315-38/+7
| | | | | | | | | | | | | | | | | | | | | * ace/CE_Screen_Output.h: * ace/Log_Msg.cpp: * netsvcs/clients/Logger/direct_logging.cpp: * netsvcs/clients/Logger/indirect_logging.cpp: * netsvcs/lib/Base_Optimizer.h: * netsvcs/lib/Base_Optimizer.cpp: * netsvcs/lib/Client_Logging_Handler.cpp: * netsvcs/lib/Log_Message_Receiver.h: * netsvcs/lib/Log_Message_Receiver.cpp: * netsvcs/lib/Server_Logging_Handler.cpp: * netsvcs/lib/Server_Logging_Handler_T.cpp: * netsvcs/lib/TS_Clerk_Handler.cpp: * netsvcs/lib/TS_Server_Handler.cpp: * netsvcs/lib/Time_Request_Reply.cpp: * netsvcs/lib/lib.mpc: * netsvcs/servers/README: * netsvcs/servers/main.cpp: Layout and typo fixes
* Mon May 23 07:10:41 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-05-231-1/+1
| | | | | | * examples/APG/Naming/Name_Binding.h: * netsvcs/lib/Client_Logging_Handler.cpp: Fixed incorrect delete
* Fri Apr 22 07:25:57 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-04-223-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Mon Mar 28 09:58:25 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-283-15/+0
| | | | | | | * netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp: * netsvcs/clients/Tokens/invariant/invariant.cpp: * netsvcs/clients/Tokens/mutex/test_mutex.cpp: Fuzz fixes
* Mon Mar 28 07:41:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-286-119/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* Thu Sep 9 11:14:45 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-092-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Kokyu/Dispatch_Deferrer.h: * ace/Atomic_Op_T.h: * ace/Atomic_Op_T.inl: * ace/Configuration.h: * ace/Configuration.cpp: * ace/Default_Constants.h: * ace/Hash_Multi_Map_Manager_T.h: * ace/Hash_Multi_Map_Manager_T.cpp: * ace/Intrusive_List.h: * ace/Intrusive_List.inl: * ace/Local_Name_Space_T.h: * ace/Log_Msg.h: * ace/Log_Msg.cpp: * ace/MEM_Acceptor.h: * ace/MEM_Acceptor.inl: * ace/MEM_Connector.h: * ace/MEM_Connector.inl: * ace/Message_Queue.h: * ace/OS.h: * ace/OS_Memory.h: * ace/OS_TLI.h: * ace/Obstack_T.h: * ace/Obstack_T.inl: * ace/POSIX_Asynch_IO.h: * ace/Process_Manager.h: * ace/Process_Manager.cpp: * ace/Recursive_Thread_Mutex.h: * ace/Recursive_Thread_Mutex.cpp: * ace/Refcountable_T.h: * ace/Strategies_T.h: * ace/Strategies_T.inl: * ace/Synch.h: * ace/Task.h: * ace/Task_Ex_T.h: * ace/Task_Ex_T.inl: * ace/Task_T.h: * ace/Task_T.inl: * ace/Thread_Control.cpp: * ace/Token_Collection.h: * ace/Token_Invariants.h: * ace/Token_Manager.h: * ace/ace_wchar.h: * ace/config-macosx-leopard.h: * ace/os_include/net/os_if.h: * ace/os_include/sys/os_mman.h: * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: * netsvcs/lib/Time_Request_Reply.h: * netsvcs/lib/Time_Request_Reply.cpp: * tests/Conn_Test.cpp: * tests/Dirent_Test.cpp: * tests/Svc_Handler_Test.cpp: Removed several methods, files, and macros that are marked deprecated for several years now. * ace/Map.h: * ace/Method_Object.h: * ace/OS_Dirent.h: * ace/OS_String.h: * ace/Pair.h: * ace/Refcountable.h: * ace/Service_Templates.h: Removed these files.
* Zapped ACE_RCSIDJohnny Willemsen2010-09-085-20/+0
|
* Removed ACE_RCSIDJohnny Willemsen2010-09-0820-22/+22
|
* Tue Sep 7 10:52:59 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-072-25/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Kokyu/DSRT_Direct_Dispatcher_Impl_T.cpp: Use ACE_GUARD * Kokyu/Dispatcher_Task.cpp: Initialise pointer with 0 * PROBLEM-REPORT-FORM: * VERSION: Updated support email addresses * ace/ACE.inl: Layout changes * ace/ACE.cpp: Layout changes, simplified some ifdef checks * ace/Auto_IncDec_T.h: * ace/Env_Value_T.h: Use ACE_Copy_Disabled * ace/Bound_Ptr.inl: Documentation updates * ace/CORBA_macros.h: Removed all deprecated macros * ace/Dynamic_Service_Base.cpp: Use ACE_GUARD_RETURN * ace/Event_Handler_T.h: * ace/Event_Handler_T.inl: * ace/Event_Handler_T.cpp: Removed checks for ACE_HAS_TEMPLATE_TYPEDEFS, I think all compilers have this now, let us see if nothing breaks * ace/FILE.h: Doxygen updates * ace/Future.h: * ace/Future.cpp: Use mutex defines * ace/Future_Set.h: Use ACE_Copy_Disabled * ace/Future_Set.cpp: Initialise pointer with 0 * ace/Global_Macros.h: Removed checks for ACE_HAS_TEMPLATE_TYPEDEFS, doxygen changes, make it possible for users to redefine ACE_GUARD macros * ace/Guard_T.h: * ace/Guard_T.inl: * ace/Guard_T.cpp: Doxygen changes, disable ACE_Guard checks for this file * ace/Hash_Map_Manager_T.h: * ace/Hash_Multi_Map_Manager_T.h: * ace/Map_Manager.h: Update to indicate the usage of ACE_GUARD * ace/INET_Addr.h: Doxygen changes * ace/Local_Tokens.h: Disable part of this file for ACE_Guard fuzz check * ace/Log_Msg.cpp: Use ACE_OS::thr_self * ace/Malloc_T.h: Disable part of this file for ACE_Guard fuzz check, doxygen changes * ace/Message_Queue_T.h: * ace/Message_Queue_T.cpp: * ace/Message_Queue_Vx.h: * ace/Message_Queue_Vx.cpp: Removed ACE_Guard argument to some methods, not used and now cause fuzz to fail * ace/Mutex.h: * ace/Mutex.inl: Added non const lock(), this fixes bugzilla 3878. Thanks to Susan Finster <sfinster at daetwyler-rd dot com> for reporting this * ace/Null_Barrier.h: * ace/Null_Condition.h: * ace/Null_Mutex.h: * ace/Null_Semaphore.h: Removed old comments, disable part for ACE_Guard, removed ACE_Null_Mutex_Guard * ace/OS_NS_Thread.cpp: Layout changes, use ACE_Guard * ace/OS_NS_poll.cpp: * ace/OS_NS_sys_select.cpp: Layout changes * ace/OS_NS_sys_socket.inl: Comment change * ace/Read_Buffer.h: * ace/Remote_Tokens.h: * ace/SOCK.h: Doxygen changes * ace/SOCK_Connector.h: * ace/SOCK_Dgram_Mcast.h: Doxygen changes * ace/SOCK_Connector.cpp: Layout and const changes * ace/Select_Reactor.h: Disable part of this file for ACE_Guard fuzz check * ace/Service_Gestalt.h: Use ACE_Copy_Disabled * ace/Sig_Handler.cpp: Use ACE_GUARD macros * ace/Synch_Traits.h: Removed ACE_HAS_TEMPLATE_TYPEDEFS checks * ace/TSS_T.h: * ace/TSS_T.cpp: Use ACE_Copy_Disabled, reworked some code to fix ACE_Guard fuzz checks * ace/Task_Ex_T.h: Use ACE_Copy_Disabled * apps/Gateway/Peer/Peer.cpp: * apps/JAWS/server/HTTP_Server.cpp: * apps/JAWS/server/JAWS_IO.cpp: Initialise pointers with 0 * apps/JAWS/server/HTTP_Helpers.cpp: Use ACE_GUARD macros * apps/JAWS2/JAWS/Cache_Hash_T.cpp: * apps/JAWS2/JAWS/Cache_Manager_T.cpp: * apps/JAWS2/JAWS/Cache_Object.cpp: * apps/JAWS2/JAWS/Concurrency.cpp: * apps/JAWS2/JAWS/FILE.cpp: * apps/JAWS2/JAWS/Jaws_IO.cpp: * apps/JAWS2/JAWS/Reaper.cpp: * apps/JAWS3/jaws3/FILE.cpp: Use ACE_GUARD macros * apps/gperf/src/Options.cpp: Rename of local variable so that we don't need to disable ACE_OS fuzz check * bin/fuzz.pl: Improved ACE_Guard checks and enable this one by default * bin/generate_doxygen.pl: Let DANCE use the CIAO version file for the moment * bin/make_release.py: Don't create static and wince solutions as part of the release anymore, if you use these, generate them by hand in the future. Added vc10 project files * examples/APG/Proactor/HA_Proactive_Status.cpp: * examples/APG/Reactor/Client.cpp: * examples/APG/Reactor/HAStatus.cpp: * examples/APG/Streams/Answerer.cpp: * examples/APG/Streams/CommandStream.cpp: * examples/APG/ThreadManagement/Pool.cpp: * examples/APG/ThreadPools/LF_ThreadPool.cpp: * examples/APG/ThreadPools/Task_ThreadPool.cpp: * examples/APG/ThreadSafety/Semaphore.cpp: * examples/APG/Threads/Message_Blocks.cpp: * examples/APG/Threads/Message_Queue.cpp: * examples/ASX/Message_Queue/bounded_buffer.cpp: * examples/ASX/Message_Queue/priority_buffer.cpp: * examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.cpp: * examples/C++NPv2/AIO_Client_Logging_Daemon.cpp: * examples/C++NPv2/display_logfile.cpp: * examples/IPC_SAP/UPIPE_SAP/ex1.cpp: * examples/Reactor/Misc/test_demuxing.cpp: * examples/Reactor/WFMO_Reactor/Talker.cpp: * examples/Threads/barrier2.cpp: * examples/Threads/thread_pool.cpp: Initialise pointers with 0 * examples/APG/ThreadPools/ThreadPool.cpp: Use ACE_Thread_ID to store a print a thread id using ACE_DEBUG, that is the only way that is 100% portable * examples/APG/Threads/Guards.cpp: Disable ACE_Guard fuzz * examples/Threads/reader_writer.cpp: * examples/Threads/recursive_mutex.cpp: Use ACE_GUARD macros * examples/Threads/thread_specific.cpp: * examples/Threads/tss1.cpp: Removed code not used * include/makeinclude/platform_g++_common.GNU: Added CROSS_COMPILE support to this file * include/makeinclude/platform_linux.GNU: * include/makeinclude/platform_linux_common.GNU: Moved some bits to platform_g++_common.GNU, works with G++ in general * include/makeinclude/platform_qnx_neutrino.GNU: * include/makeinclude/platform_qnx_rtp_gcc.GNU: Cleanup * netsvcs/lib/Log_Message_Receiver.h: * netsvcs/lib/Log_Message_Receiver.cpp: Use ACE_GUARD macros * performance-tests/Misc/Misc.mpc: Enable test_guard * performance-tests/Misc/test_guard.cpp: Made this compiling again * performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.cpp: * performance-tests/TCP/tcp_test.cpp: Renamed variable to not need ACE_OS fuzz disable code * protocols/ace/HTBP/HTBP_ID_Requestor.cpp: * protocols/ace/HTBP/HTBP_Session.cpp: Use ACE_GUARD macros * protocols/ace/RMCast/Acknowledge.h: * protocols/ace/RMCast/Acknowledge.cpp: * protocols/ace/RMCast/Bits.h: * protocols/ace/RMCast/Flow.h: * protocols/ace/RMCast/Flow.cpp: * protocols/ace/RMCast/Fragment.h: * protocols/ace/RMCast/Fragment.cpp: * protocols/ace/RMCast/Link.h: * protocols/ace/RMCast/Link.cpp: * protocols/ace/RMCast/Parameters.h: * protocols/ace/RMCast/Protocol.h: * protocols/ace/RMCast/Protocol.cpp: * protocols/ace/RMCast/Reassemble.h: * protocols/ace/RMCast/Reassemble.cpp: * protocols/ace/RMCast/Retransmit.h: * protocols/ace/RMCast/Retransmit.cpp: * protocols/ace/RMCast/Simulator.h: * protocols/ace/RMCast/Simulator.cpp: * protocols/ace/RMCast/Socket.h: * protocols/ace/RMCast/Socket.cpp: * protocols/ace/RMCast/Stack.h: * protocols/ace/RMCast/Stack.cpp: * protocols/ace/TMCast/FaultDetector.hpp: * protocols/ace/TMCast/Group.cpp: * protocols/ace/TMCast/Group.hpp: * protocols/ace/TMCast/GroupFwd.hpp: * protocols/ace/TMCast/LinkListener.hpp: * protocols/ace/TMCast/MTQueue.hpp: * protocols/ace/TMCast/MTQueue.cpp: * protocols/ace/TMCast/Messaging.hpp: * protocols/ace/TMCast/Protocol.hpp: * protocols/ace/TMCast/Protocol.cpp: * protocols/ace/TMCast/TransactionController.hpp: Removed commented out code, Id changes, disable ACE_Guard check for this project * rpmbuild/ace-tao.spec: Fixed some problems in this spec file * tests/Aio_Platform_Test.cpp: * tests/Basic_Types_Test.cpp: * tests/Bug_1576_Regression_Test.cpp: * tests/Bug_3532_Regression_Test.cpp: * tests/Bug_3673_Regression_Test.cpp: * tests/Bug_3709_Regression_Test.cpp: * tests/Bug_3744_Regression_Test.cpp: * tests/Compiler_Features_03_Test.cpp: * tests/Compiler_Features_09_Test.cpp: * tests/Compiler_Features_13_Test.cpp: * tests/Compiler_Features_14_Test.cpp: * tests/Env_Value_Test.cpp: * tests/Hash_Map_Bucket_Iterator_Test.cpp: * tests/Logging_Strategy_Test.cpp: * tests/MT_SOCK_Test.cpp: * tests/Pipe_Test.cpp: * tests/Priority_Task_Test.cpp: * tests/Proactor_UDP_Test.cpp: * tests/QtReactor_Test.cpp: * tests/Reactor_Notification_Queue_Test.cpp: * tests/Reactor_Registration_Test.cpp: * tests/Reference_Counted_Event_Handler_Test.cpp: * tests/Time_Service_Test.cpp: Zapped ACE_RCSID * tests/Message_Block_Test.cpp: * tests/Multicast_Test_IPV6.cpp: Initialise pointer with 0 * tests/Reader_Writer_Test.cpp: Use ACE_GUARD * tests/Recursive_Mutex_Test.cpp: Disable ACE_Guard fuzz for part of this file * tests/Bug_3878_Regression_Test.cpp: New test for bugzilla 3878 * tests/SSL/Bug_2912_Regression_Test.cpp: * tests/TP_Reactor_Test.cpp: Use ACE_GUARD * tests/Simple_Message_Block_Test.cpp: * tests/Svc_Handler_Test.cpp: * tests/Thread_Pool_Test.cpp: * tests/UPIPE_SAP_Test.cpp: Initialise pointers with 0 * tests/Thread_Mutex_Test.cpp: Disable ACE_Guard fuzz * tests/Upgradable_RW_Test.cpp: Use ACE_GUARD * tests/run_test.lst: * tests/tests.mpc: Added 3878
* Thu Aug 26 13:08:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-08-261-1/+1
| | | | | | * netsvcs/servers/servers.mpc: Use ace_netsvcs as executable name, this makes more sense when we install this file in a target directory
* Wed Aug 18 09:26:04 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>vzykov2010-08-181-4/+4
| | | | | * netsvcs/lib/Client_Logging_Handler.cpp: Fixed a compile warning.
* Tue Jul 13 11:08:38 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-07-131-1/+3
| | | | | | | * bin/MakeProjectCreator/config/vc10nmake.mpb: * netsvcs/lib/lib.mpc: vc10 support, thanks to Max Zhou <earthdog at 126.com> for supplying these changes
* (no commit message)Johnny Willemsen2010-04-282-3/+3
|
* Tue May 12 18:26:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-121-1/+1
| | | | | | | * netsvcs/lib/Client_Logging_Handler.cpp * protocols/tests/HTBP/Reactor_Tests/client.cpp * protocols/tests/HTBP/Send_Large_Msg/client.cpp More usage of ACE_ERRNO_GET