summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Block.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant void from the core ACE library filesJohnny Willemsen2020-12-071-14/+14
|
* No need to pass this to ACE_DES_FREE_THISJohnny Willemsen2017-01-031-4/+2
| | | | | | | * ACE/ace/Global_Macros.h: * ACE/ace/Message_Block.cpp: * TAO/tao/Asynch_Queued_Message.cpp: * TAO/tao/Synch_Queued_Message.cpp:
* Added ACE_DES_FREE_THIS which doesn't check the pointer for nil because this ↵Johnny Willemsen2017-01-031-6/+6
| | | | | | | | | can't be nil, fixes compiler warnings with newer GCC versions * ACE/ace/Global_Macros.h: * ACE/ace/Message_Block.cpp: * TAO/tao/Asynch_Queued_Message.cpp: * TAO/tao/Synch_Queued_Message.cpp:
* Removed single line Id tagJohnny Willemsen2015-01-071-1/+0
|
* Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>huangh2013-04-111-14/+14
|
* Fix Coverity Issue 972919labancap2013-02-081-1/+4
|
* Fixed fuzz errors.stanleyk2013-02-061-1/+1
|
* Merge in OCI_Reliability_Enhancements branch. stanleyk2013-02-051-63/+78
|
* Fixed fuzzJohnny Willemsen2011-09-211-2/+2
|
* ChangeLogTag:Wedschmidt2011-08-241-69/+77
|
* Thu Aug 18 01:31:48 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2011-08-181-84/+67
| | | | | | | | * ace/Message_Block.cpp: Reverted the change from Mon Aug 15 14:41:24 UTC 2011 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>. This change caused a regression failure that showed up on some of the TAO tests. We can try reintroducing this patch after the upcoming release.
* Wed Aug 17 13:54:12 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2011-08-171-2/+2
| | | | | * ace/Message_Block.cpp: Mon Aug 15 14:41:24 UTC 2011 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
* ChangeLogTag:Monschmidt2011-08-151-68/+85
|
* Mon Aug 16 12:58:31 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>mhengstmengel2010-08-161-4/+1
| | | Removed ACE_RCSID
* Thu Feb 19 14:01:33 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-191-6/+7
| | | | | | | | | | | | | | | | | | | | | * ace/Default_Constants.h: * ace/Log_Msg_IPC.cpp: * ace/Log_Msg_IPC.h: * netsvcs/lib/Client_Logging_Handler.cpp: * netsvcs/lib/Client_Logging_Handler.h: Added new ACE_HAS_STREAM_LOG_MSG_IPC which controls whether the ACE Log_Msg IPC should use streams or not. When ACE_HAS_STREAM_PIPES is defined we default to 1, else to 0. We do see that using stream pipes causes problems on at least Solaris, so the user can decide to set this value explicitly to 0 * ace/CDR_Stream.cpp: * ace/CDR_Stream.h: * ace/Message_Block.inl: Doxygen and layout changes * ace/Message_Block.cpp: Use %@ for pointers
* Tue Feb 17 10:57:28 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/ace.mpc: * ace/ace_for_tao.mpc: * ace/svc_export.h: * netsvcs/lib/svc_export.h: * ace/Makefile.am: * netsvcs/lib/Makefile.am Moved svc_export to the netsvcs lib directory, it belongs there * ace/CDR_Stream.cpp: Layout change * ace/Lock_Adapter_T.h: * ace/Message_Block.cpp: * ace/Message_Block.h: * ace/Reverse_Lock_T.h: Doxygen change * netsvcs/lib/Client_Logging_Handler.cpp: Make sure we receive the expected length * netsvcs/lib/lib.mpc: Set the correct export define * netsvcs/lib/Client_Logging_Handler.h: * netsvcs/lib/Name_Handler.cpp: * netsvcs/lib/Name_Handler.h: * netsvcs/lib/Server_Logging_Handler.h: * netsvcs/lib/Server_Logging_Handler_T.cpp: * netsvcs/lib/Time_Request_Reply.cpp: * netsvcs/lib/Time_Request_Reply.h: * netsvcs/lib/Token_Handler.cpp: * netsvcs/lib/Token_Handler.h: * netsvcs/lib/TS_Clerk_Handler.cpp: * netsvcs/lib/TS_Clerk_Handler.h: * netsvcs/lib/TS_Server_Handler.cpp: * netsvcs/lib/TS_Server_Handler.h: Updated include of svc_export and no need to set the build define
* Fri Jan 22 15:44:01 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-01-221-3/+7
| | | | | | | | | | | | | | | | | | | | | | * ace/Log_Msg.h: Only define the ACE_DEBUG/ACE_ERROR* when they are not defined yet when ACE_NLOGGING is defined. This makes it possible for users to globally disable logging but then just enable ACE_ERROR * ace/Message_Block.cpp: Code layout changes * ace/SOCK_IO.cpp: * ace/SOCK_Dgram.cpp: * ace/Select_Reactor_T.cpp: Just define select_width twice and directly assign it * ace/OS_NS_sys_socket.inl: Move local variables into the loop * ace/config-sunos5.9.h: * ace/config-linux-common.h: Define ACE_HAS_SENDFILE to 1
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+1273
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-1273/+0
|
* Thu Sep 20 08:58:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-201-188/+0
|
* Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-311-35/+35
|
* ChangeLogTag:Tue May 8 20:20:22 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-05-081-2/+8
|
* ChangeLogTag: Wed Mar 7 19:07:58 UTC 2007 Iliyan Jeliazkov ↵iliyan2007-03-071-10/+9
| | | | <iliyan@ociweb.com>
* ChangeLogTag: Tue Feb 27 17:23:27 UTC 2007 Iliyan Jeliazkov ↵iliyan2007-02-271-8/+44
| | | | <iliyan@ociweb.com>
* ChangeLogTag: Tue Feb 27 14:20:26 UTC 2007 Iliyan Jeliazkov ↵iliyan2007-02-271-28/+3
| | | | <iliyan@ociweb.com>
* ChangeLogTag: Mon Feb 26 19:06:36 UTC 2007 Iliyan Jeliazkov ↵iliyan2007-02-261-3/+28
| | | | <iliyan@ociweb.com>
* ChangeLogTag:Thu Feb 1 23:46:27 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-02-011-1/+1
|
* ChangeLogTag: Wed Jan 31 03:25:51 UTC 2007 Krishnakumar B ↵kitty2007-01-311-1/+48
| | | | <kitty@nospam.invalid.domain>
* Repo restructuringWilliam R. Otte2006-07-241-0/+1373