summaryrefslogtreecommitdiff
path: root/ACE/ace/Acceptor.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant void argJohnny Willemsen2020-12-091-26/+26
|
* Minor layout/doxygen changes, gathered through timeJohnny Willemsen2020-01-201-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/ACE.inl: * ACE/ace/ATM_Acceptor.cpp: * ACE/ace/ATM_Addr.cpp: * ACE/ace/ATM_Connector.cpp: * ACE/ace/ATM_Params.cpp: * ACE/ace/ATM_QoS.cpp: * ACE/ace/ATM_QoS.h: * ACE/ace/ATM_Stream.h: * ACE/ace/Acceptor.h: * ACE/ace/Active_Map_Manager_T.h: * ACE/ace/Argv_Type_Converter.h: * ACE/ace/Array_Base.h: * ACE/ace/Array_Map.h: * ACE/ace/Asynch_IO.h: * ACE/ace/Atomic_Op_T.h: * ACE/ace/Base_Thread_Adapter.h: * ACE/ace/CDR_Base.h: * ACE/ace/CDR_Size.h: * ACE/ace/CDR_Stream.h: * ACE/ace/CE_Screen_Output.h: * ACE/ace/Cache_Map_Manager_T.h: * ACE/ace/Cached_Connect_Strategy_T.h: * ACE/ace/Caching_Strategies_T.h: * ACE/ace/Caching_Utility_T.h: * ACE/ace/Capabilities.h: * ACE/ace/Cleanup_Strategies_T.h: * ACE/ace/Codecs.h: * ACE/ace/Codeset_Registry.h: * ACE/ace/Compression/Compressor.h: * ACE/ace/Configuration.h: * ACE/ace/Connector.h: * ACE/ace/Containers_T.h: * ACE/ace/Copy_Disabled.h: * ACE/ace/DEV_Connector.h: * ACE/ace/DLL.h: * ACE/ace/DLL_Manager.h: * ACE/ace/Dev_Poll_Reactor.h: * ACE/ace/Dynamic_Message_Strategy.h: * ACE/ace/ETCL/ETCL_Constraint.h: * ACE/ace/MEM_Stream.h: * ACE/ace/Profile_Timer.h: * ACE/ace/SUN_Proactor.h: * ACE/ace/String_Base_Const.h: * ACE/ace/Svc_Handler.h:
* - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-061-7/+7
| | | | | | | | | | | | | | | | | | | | | | - Added static casts where pid_t is assumed to be an int. - Use configurable macro for the "use_select" parameter. - MQX does not follow conventional standards when it comes to HTONS and NTOHS and must be configured accordingly. - Modified ACE_Handle_Set so that the use of fd_array is not conditional upon ACE_WIN32. It is now enabled through ACE_HANDLE_SET_USES_FD_ARRAY. - Implement UNIX File IO Functions for MQX in MQX_Filesystem.* - Use the existing implementation to simulate condition variables. - Use emulation for diropen on MQX as is done for Windows. - Convert from MQX error to standard error number. - Use _mqx_exit in ACE_OS::_exit for MQX. - Added a nop in ACE_OS::ioctl for MQX. - Added a definition of ACE_TMAIN for MQX so that MQX is initialized and RTCS and the MQX Filesystem code is initialized before calling ace_main_i(). - Fixed a compile error in SOCK_Dgram.cpp introduced months ago. - Use struct initialization to avoid using the l_linger member directly. - Modified ACE_Select_Reactor_Base to use a hash map for handle storage based on ACE_SELECT_REACTOR_BASE_USES_HASH_MAP instead of ACE_WIN32. - Added the IAR compiler to define ACE_NOTREACHED(a) as empty. - Made ACE_IPPROTO_TCP conditionally defined. - Added error values required for ACE. - Skip the wide-character strtok test if ACE_LACKS_WCSTOK is defined in ACE/tests/OS_Test.cpp. - Added the ability to compile tests so that they output to stderr instead of a file.
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-241-1/+1
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* ChangeLogTag:Thuschmidt2013-04-261-14/+22
|
* ChangeLogTag:Wedschmidt2013-04-241-34/+34
|
* Tue Mar 22 21:09:14 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-221-2/+2
| | | | | | | | * ace/Acceptor.h: Doxygen change * ace/config-win32-borland.h: Updated comment
* ChangeLogTag:Mon Feb 1 23:16:24 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-02-011-21/+30
|
* Tue Feb 3 19:45:17 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-031-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * ace/Acceptor.h: * ace/Active_Map_Manager_T.h: * ace/CDR_Stream.h: * ace/Configuration.h: * ace/Connector.h: * ace/Dev_Poll_Reactor.h: * ace/Dirent.h: * ace/Map_T.h: * ace/Message_Block.h: * ace/Message_Queue_Vx.h: * ace/Name_Request_Reply.h: * ace/Reactor.h: * ace/Reactor_Impl.h: * ace/Select_Reactor_Base.h: * ace/Select_Reactor_T.h: * ace/Strategies_T.h: * ace/WFMO_Reactor.h: Doxygen changes * ace/Unbounded_Queue.h: * ace/Unbounded_Queue.inl: Use bool
* Thu Nov 13 09:41:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-141-3/+3
|
* (no commit message)Johnny Willemsen2008-09-161-6/+6
|
* ChangeLogTag: Mon Apr 28 11:36:46 UTC 2008 Chad Elliott <elliott_c@ociweb.com>elliott_c2008-04-281-0/+4
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+684
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-684/+0
|
* Wed Oct 3 19:31:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-10-031-15/+15
|
* Wed Feb 14 12:59:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-141-1/+1
|
* (no commit message)Johnny Willemsen2007-01-241-8/+8
|
* ChangeLogTag:Monschmidt2006-08-211-18/+17
|
* ChangeLogTag:Wed Aug 16 22:19:47 UTC 2006 Steve Huston <shuston@riverace.com>Steve Huston2006-08-161-15/+17
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+683