| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | irfan | 1997-12-04 | 17 | -3696/+18516 |
* | trying branch commit | irfan | 1997-12-04 | 1 | -0/+5 |
* | *** empty log message *** | irfan | 1997-12-04 | 2 | -0/+176 |
* | *** empty log message *** | schmidt | 1997-12-04 | 5 | -55/+94 |
* | *** empty log message *** | schmidt | 1997-12-04 | 1 | -3/+4 |
* | added ACE_HAS_MINIMUM_STREAMH_INCLUSION support | levine | 1997-12-04 | 1 | -0/+30 |
* | fixed used of ::sigwait with cxx 6.0, which now uses ACE_HAS_ONEARG_SIGWAIT | levine | 1997-12-03 | 3 | -5/+10 |
* | set an ACE_DEFAULT_BASE_ADDR, on Alpha for now. This might | levine | 1997-12-03 | 1 | -0/+3 |
* | ChangeLogTag:Wed Dec 3 10:29:58 1997 Carlos O'Ryan <coryan@macarena.cs.wus... | coryan | 1997-12-03 | 1 | -1/+1 |
* | (inet_aton): return 0 if addr argument is 0 | levine | 1997-12-03 | 1 | -3/+4 |
* | moved ACE_Atomic_Op<ACE_Thread_Mutex, int> instantiation from ace/Future.cpp ... | levine | 1997-12-03 | 1 | -12/+1 |
* | restore ACE_Atomic_Op instantiation because it is needed with g++ | levine | 1997-12-03 | 1 | -0/+11 |
* | *** empty log message *** | irfan | 1997-12-03 | 3 | -39/+2 |
* | *** empty log message *** | irfan | 1997-12-03 | 2 | -17/+0 |
* | DECXX 6009006 has SIGWAIT | levine | 1997-12-03 | 2 | -1/+4 |
* | Reenabled thread manager of Proactor to wait on its threads. | nw1 | 1997-12-02 | 1 | -5/+1 |
* | Furthre refine wait mechanism. See ChangeLog entry of Dec. 2 1997. | nw1 | 1997-12-02 | 2 | -32/+52 |
* | removed ACE_HAS_UALARM, because LynxOS apparently doesn't | levine | 1997-12-02 | 1 | -2/+0 |
* | (inet_aton): removed CHORUS specialization. | levine | 1997-12-02 | 1 | -7/+3 |
* | (elapsed_time): changed ACE_ONE_SECOND_IN_USECS to ACE_ONE_SECOND_IN_NSECS. | levine | 1997-12-02 | 1 | -19/+18 |
* | oops, fixed typo | levine | 1997-12-02 | 1 | -1/+1 |
* | commented out ACE_TEMPLATES_REQUIRE_SOURCE | levine | 1997-12-02 | 1 | -1/+1 |
* | (underflow,overflow): moved get_mode_ and put_mode_ accesses so that it now w... | levine | 1997-12-02 | 1 | -28/+25 |
* | (~ACE_Object_Manager_Destroyer): don't delete the ACE_Object_Manager if not d... | levine | 1997-12-02 | 1 | -4/+14 |
* | *** empty log message *** | irfan | 1997-12-02 | 2 | -1/+6 |
* | *** empty log message *** | irfan | 1997-12-02 | 1 | -0/+2 |
* | added ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS | levine | 1997-12-01 | 1 | -0/+2 |
* | *** empty log message *** | irfan | 1997-12-01 | 1 | -2/+0 |
* | Changed use of ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION in stdcpp.h | brunsch | 1997-12-01 | 6 | -23/+26 |
* | get{host,proto,serv}by{addr,name}_r): with ACE_HAS_NONCONST_GETBY only, added... | levine | 1997-12-01 | 1 | -0/+10 |
* | (thr_keycreate): with ACE_HAS_DCETHREADS only, cast dest argument to ::pthrea... | levine | 1997-12-01 | 1 | -1/+5 |
* | removed ACE_HAS_STDARG_THR_DEST dependence for ACE_THR_DEST definition. | levine | 1997-12-01 | 1 | -4/+0 |
* | (set_handle_limit): only call setrlimit if RLIMIT_NOFILE is #defined | levine | 1997-12-01 | 1 | -2/+2 |
* | ACE version 4.4.1, released Sun Nov 30 22:44:50 1997. | schmidt | 1997-12-01 | 1 | -2/+2 |
* | declare ACE_THR_MEMBER_FUNC outside of ACE_Thread_Manager with __GNUG__ inste... | levine | 1997-12-01 | 1 | -4/+5 |
* | #include ace/stdcpp.h instead of stdio.h. Changed ECHO to ACE_SVC_CONF_ECHO | levine | 1997-12-01 | 1 | -21/+14 |
* | *** empty log message *** | sergio | 1997-11-30 | 1 | -1/+1 |
* | ChangeLogTag:Sun Nov 30 16:31:41 1997 Carlos O'Ryan <coryan@macarena.cs.wus... | coryan | 1997-11-30 | 2 | -4/+4 |
* | Be sure to ask our thread manager not to wait for the timer_handler_. | nw1 | 1997-11-30 | 1 | -0/+3 |
* | ~ACE_Proactor_Timer_Handler: Removed explicit call to thr_mgr_.close(). | nw1 | 1997-11-30 | 1 | -71/+64 |
* | (close_singleton): Only reset global thr_mgr_ is we own it. | nw1 | 1997-11-30 | 1 | -4/+3 |
* | *** empty log message *** | nw1 | 1997-11-29 | 1 | -3/+3 |
* | class LOCK should be class ACE_LOCK. | nw1 | 1997-11-29 | 1 | -49/+49 |
* | Should use the global Thread_Manager in close_singleton(). | nw1 | 1997-11-29 | 1 | -1/+1 |
* | ChangeLogTag:Sat Nov 29 15:15:04 1997 Carlos O'Ryan <coryan@swarm.cs.wustl.... | coryan | 1997-11-29 | 1 | -2/+2 |
* | *** empty log message *** | irfan | 1997-11-29 | 13 | -36/+36 |
* | *** empty log message *** | irfan | 1997-11-29 | 29 | -100/+99 |
* | *** empty log message *** | schmidt | 1997-11-29 | 1 | -1/+1 |
* | *** empty log message *** | schmidt | 1997-11-29 | 3 | -67/+179 |
* | Corrected erroneous comments. | nw1 | 1997-11-28 | 1 | -82/+82 |