summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/server
Commit message (Collapse)AuthorAgeFilesLines
* More Sun OS/compiler cleanupJohnny Willemsen2023-01-175-122/+0
|
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-161-2/+0
|
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-2210-23/+23
|
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1317-39/+39
|
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-091-1/+0
|
* Removed redundant voidJohnny Willemsen2021-03-1720-20/+20
|
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-0911-12/+12
|
* Removed old style documentation which was just about mentioning where ↵Johnny Willemsen2019-08-191-1/+0
| | | | constructors/destructors are
* Added .gitignore files based on svn:ignore propertiesAdam Mitz2015-03-021-0/+1
|
* Perl filesJohnny Willemsen2015-01-071-1/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-0729-58/+0
|
* Zapped two line id tagsJohnny Willemsen2015-01-075-15/+0
|
* Thu Oct 20 06:57:38 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>Johnny Willemsen2011-10-201-107/+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.
* Thu Aug 4 15:03:16 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2011-08-043-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE-INSTALL.html: * ace/OS_NS_Thread.cpp: * ace/OS_NS_errno.h: * ace/OS_NS_time.h: * ace/OS_NS_time.inl: * ace/config-linux.h: * ace/config-android.h: * include/makeinclude/platform_linux_android.GNU: Added configuration files and minor changes to allow building for Android using the Android Native Development Kit's standalone tool chain. http://developer.android.com/sdk/ndk/index.html Android is not a completely tested platform and automated testing does not work for it currently. Thanks to Trevor Fields of OCI for doing the heavy lifting on preparing these changes. * examples/APG/ThreadManagement/Async_Cancel.cpp: * examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp: * examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl: * examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.inl: * examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp: * examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp: Add wrappers necessary to get them working with Android. * tests/Thread_Attrs_Test.cpp: * tests/test_config.h: Minor changes for running tests on Android.
* Fri Apr 22 07:25:57 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-04-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Removed trailing whitespacesJohnny Willemsen2010-09-174-4/+4
|
* Removed ACE_RCSIDJohnny Willemsen2010-09-081-1/+1
|
* * *.cpp:Johnny Willemsen2010-09-0811-29/+7
| | | | Removed RCS_ID
* Wed Apr 29 13:52:12 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-04-291-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * examples/APG/Active_Objects/active_objects.mpc * examples/APG/Config/config.mpc * examples/APG/Containers/containers.mpc * examples/APG/Misc_IPC/misc_ipc.mpc * examples/APG/Naming/naming.mpc * examples/APG/Proactor/proactor.mpc * examples/APG/Processes/processes.mpc * examples/APG/Shared_Memory/shared_memory.mpc * examples/APG/Streams/streams.mpc * examples/APG/Svc_Config/svc_config.mpc * examples/APG/ThreadPools/threadpools.mpc * examples/APG/ThreadSafety/threadsafety.mpc * examples/ASX/Event_Server/Event_Server/Event.mpc * examples/ASX/UPIPE_Event_Server/UPIPE_Event.mpc * examples/C++NPv1/C++NPv1.mpc * examples/C++NPv2/C++NPv2.mpc * examples/Connection/blocking/Connection_Blocking.mpc * examples/Connection/misc/Connection_Misc.mpc * examples/Connection/non_blocking/Connection_Non_Blocking.mpc * examples/IPC_SAP/DEV_SAP/reader/dev_sap_reader.mpc * examples/IPC_SAP/DEV_SAP/writer/dev_sap_writer.mpc * examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc * examples/IPC_SAP/FILE_SAP/file_sap_client.mpc * examples/IPC_SAP/SOCK_SAP/sock_sap.mpc * examples/IPC_SAP/SSL_SAP/SSL_SAP.mpc * examples/IPC_SAP/UPIPE_SAP/UPIPE_SAP.mpc * examples/Mem_Map/file-reverse/Mem_Map_File_Reverse.mpc * examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc * examples/Misc/Misc.mpc * examples/Naming/Naming.mpc * examples/OS/Process/OS_Process.mpc * examples/QOS/Diffserv/QOS_Diffserv.mpc * examples/Reactor/Dgram/Reactor_Dgram.mpc * examples/Reactor/FIFO/Reactor_FIFO.mpc * examples/Reactor/Proactor/Proactor.mpc * examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc * examples/Semaphores/Semaphores.mpc * examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc * examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc * examples/Shared_Malloc/Shared_Malloc.mpc * examples/Shared_Memory/Shared_Memory.mpc * examples/Synch/Synch.mpc * examples/System_V_IPC/SV_Message_Queues/SV_Message_Queues.mpc * examples/System_V_IPC/SV_Semaphores/SV_Semaphores.mpc * examples/Threads/Threads.mpc * examples/Web_Crawler/Web_Crawler.mpc Use the avoids_ace_for_tao base project
* ChangeLogTag: Sat Aug 9 17:42:10 UTC 2008 Adam Mitz <mitza@ociweb.com>mitza2008-08-091-0/+1
|
* ChangeLogTag: Fri Aug 8 19:33:42 UTC 2008 Jeff Parsons ↵parsons2008-08-085-19/+56
| | | | <j.parsons@vanderbilt.edu>
* Mon Jun 16 18:33:34 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2008-06-161-1/+1
|
* Mon Jun 16 17:53:00 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2008-06-161-2/+2
|
* Mon Jun 16 16:54:25 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2008-06-168-126/+124
|
* undoing accidental deletionWilliam R. Otte2008-03-0436-0/+2501
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-0436-2501/+0
|
* ACE ChangeLogTag: Sat Jan 6 04:41:30 UTC 2007 Chris Cleeland ↵cleeland2007-01-061-1/+0
| | | | | | | <cleeland_c@ociweb.com> TAO ChangeLogTag: Sat Jan 6 19:16:55 UTC 2007 Chris Cleeland <cleeland_c@ociweb.com> Updated svn:ignore property in many places and eliminated vestigial .cvsignore files.
* ChangeLogTag: Sat Dec 30 06:23:13 UTC 2006 J.T. Conklin ↵jtc2006-12-301-0/+1
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Wed Nov 22 14:10:08 UTC 2006 J.T. Conklin ↵jtc2006-11-221-1/+1
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag:Tue Oct 24 23:59:10 UTC 2006 Ossama othman <ossama_othman at ↵Ossama Othman2006-10-241-3/+3
| | | | symantec dot com>
* Fri Jul 28 15:32:27 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2006-07-281-19/+19
|
* Thu Jul 27 20:30:26 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2006-07-2730-20/+20
|
* Repo restructuringWilliam R. Otte2006-07-2437-0/+2501