| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | nw1 | 1997-09-29 | 1 | -1/+1 |
* | *** empty log message *** | irfan | 1997-09-29 | 18 | -150/+287 |
* | ChangeLogTag:Sat Sep 27 20:03:29 1997 Carlos O'Ryan <coryan@macarena.cs.wus... | coryan | 1997-09-28 | 2 | -1/+3 |
* | Moved checking for invalid handle from SOCK_Stream::close to | nw1 | 1997-09-26 | 2 | -4/+9 |
* | Added checking for invalid handle before closing the handle in ACE_SOCK_Strea... | nw1 | 1997-09-26 | 1 | -1/+2 |
* | On second thought, I should put the invalid handle check in SOCK_Stream::clos... | nw1 | 1997-09-26 | 1 | -2/+1 |
* | ACE_Log_Msg_Manager::close (): Must check if ACE_Log_Msg_message_queue has be... | nw1 | 1997-09-26 | 1 | -1/+2 |
* | Fixed handle checks in handle_timed_complete to correctly determine | Steve Huston | 1997-09-26 | 1 | -4/+8 |
* | Made all preprocessor math (calculating ACE_CONTROL_BLOCK_ALIGN_LONGS) use | Steve Huston | 1997-09-26 | 1 | -8/+8 |
* | Can't uncouple event with accepted socket yet. Don't ask me why!! | nw1 | 1997-09-26 | 1 | -0/+2 |
* | *** empty log message *** | schmidt | 1997-09-26 | 3 | -9/+25 |
* | *** empty log message *** | schmidt | 1997-09-26 | 3 | -6/+11 |
* | *** empty log message *** | irfan | 1997-09-26 | 1 | -3/+1 |
* | *** empty log message *** | irfan | 1997-09-26 | 1 | -34/+34 |
* | *** empty log message *** | schmidt | 1997-09-26 | 1 | -5/+6 |
* | *** empty log message *** | schmidt | 1997-09-26 | 1 | -4/+2 |
* | In ACE_OS::cond_timedwait, DCE Draft 4 threads return EAGAIN (not ETIMEDOUT) | Steve Huston | 1997-09-25 | 1 | -2/+2 |
* | removed DllMain | levine | 1997-09-25 | 1 | -33/+0 |
* | removed dummy_ static now that the Object_Manager initializes WinSock | levine | 1997-09-25 | 2 | -24/+10 |
* | added socket_init to Object_Manager ctor and socket_fini to Object_Manager dt... | levine | 1997-09-25 | 1 | -1/+10 |
* | *** empty log message *** | irfan | 1997-09-25 | 4 | -8700/+404 |
* | *** empty log message *** | nw1 | 1997-09-25 | 1 | -2/+2 |
* | Commented out all ACE_TRACE macros in ACE_Unbounded_Queue<T>. | nw1 | 1997-09-25 | 1 | -10/+10 |
* | Because Tls could also store 0, we need to check whether there is an error | nw1 | 1997-09-25 | 1 | -4/+1 |
* | *** empty log message *** | irfan | 1997-09-25 | 1 | -1/+1 |
* | *** empty log message *** | irfan | 1997-09-24 | 9 | -81/+116 |
* | changed name of "list" argument ot "listParam" to avoid name clash with STL | levine | 1997-09-24 | 1 | -2/+4 |
* | *** empty log message *** | irfan | 1997-09-24 | 1 | -0/+2 |
* | ChangeLogTag:Wed Sep 24 10:34:29 1997 Carlos O'Ryan <coryan@macarena.cs.wus... | coryan | 1997-09-24 | 1 | -2/+2 |
* | removed ACE_Managed_Object get_object () interface | levine | 1997-09-24 | 4 | -90/+13 |
* | ChangeLogTag:Tue Sep 23 17:11:44 1997 Carlos O'Ryan <coryan@macarena.cs.wus... | coryan | 1997-09-23 | 2 | -0/+5 |
* | Use ACE_Cleanup_Adapter<TYPE[COUNT]> for preallocated arrays. | levine | 1997-09-23 | 1 | -9/+14 |
* | added ACE_HAS_PTHREAD_T and ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR | levine | 1997-09-23 | 1 | -0/+2 |
* | preallocate ACE_Token_Manager creation lock | levine | 1997-09-23 | 3 | -62/+59 |
* | added #include of ace/Malloc.h, and ACE_TOKEN_MANAGER_CREATION_LOCK | levine | 1997-09-23 | 1 | -0/+6 |
* | added #include of ace/Thread.h | levine | 1997-09-23 | 1 | -0/+1 |
* | stdarg.h must be included before stdio.h on LynxOS | levine | 1997-09-22 | 1 | -16/+17 |
* | removed instance (TYPE *) member function because it wasn't being used. And,... | levine | 1997-09-22 | 3 | -53/+25 |
* | moved ACE_Object_Manager_Destroyer to Object_Manager.cpp | levine | 1997-09-22 | 1 | -37/+0 |
* | preallocate locks for Filecache and Signal in ACE_Object_Manager | levine | 1997-09-22 | 4 | -236/+263 |
* | renamed ACE_Managed_Cleanup to ACE_Cleanup_Adapter, moved ACE_Object_Manager_... | levine | 1997-09-22 | 2 | -22/+75 |
* | renamed ACE_Managed_Cleanup to ACE_Cleanup_Adapter because it doesn't implici... | levine | 1997-09-22 | 2 | -8/+12 |
* | (ACE_U_LongLong): added operator!=, and made args const to ctor, operator/, h... | levine | 1997-09-22 | 2 | -8/+15 |
* | (clone): check this block's cont () instead of the new block's cont_ | levine | 1997-09-22 | 1 | -2/+2 |
* | use ACE_MT with preallocated lock code | levine | 1997-09-21 | 3 | -44/+23 |
* | revised ACE_Object_Manager interface for preallocated objects | levine | 1997-09-20 | 11 | -185/+390 |
* | ChangeLogTag:Sat Sep 20 11:47:14 1997 Carlos O'Ryan <coryan@macarena.cs.wus... | coryan | 1997-09-20 | 1 | -1/+1 |
* | (gethrtime): on Linux, removed "volatile" qualifier from "now" | levine | 1997-09-20 | 1 | -5/+4 |
* | ChangeLogTag:Fri Sep 19 14:13:07 1997 Carlos O'Ryan <coryan@macarena.cs.wus... | coryan | 1997-09-20 | 4 | -95/+256 |
* | *** empty log message *** | schmidt | 1997-09-19 | 1 | -2/+2 |