| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved #include "ace/OS.h" out of ACE_ACE_H block. | nanbor | 1998-04-05 | 1 | -1/+2 |
* | ACE version 4.4.37, released Sat Apr 04 21:19:32 1998. | schmidt | 1998-04-05 | 1 | -2/+2 |
* | *** empty log message *** | schmidt | 1998-04-05 | 1 | -2/+5 |
* | Forget to read thread creation flags using the access function in thr_exit. | nanbor | 1998-04-05 | 1 | -1/+1 |
* | don't use u_longlong_t if ACE_LACKS_U_LONGLONG_T is defined | levine | 1998-04-04 | 8 | -11/+25 |
* | Conditional compile MFC code | nanbor | 1998-04-04 | 1 | -2/+8 |
* | Take care of thr_exit for threads that are not spawned by ACE_Thread_Manager | nanbor | 1998-04-04 | 1 | -8/+55 |
* | *** empty log message *** | alex | 1998-04-04 | 1 | -0/+10 |
* | *** empty log message *** | alex | 1998-04-04 | 1 | -1/+5 |
* | *** empty log message *** | schmidt | 1998-04-04 | 3 | -7/+6 |
* | *** empty log message *** | alex | 1998-04-04 | 2 | -42/+0 |
* | *** empty log message *** | schmidt | 1998-04-04 | 4 | -8/+11 |
* | *** empty log message *** | schmidt | 1998-04-04 | 3 | -12/+23 |
* | (operator/ and %): fixed comments: former instead of latter | levine | 1998-04-03 | 1 | -2/+2 |
* | updated ACE_CAST_CONST comment | levine | 1998-04-03 | 1 | -1/+2 |
* | added ACE_CAST_CONST, so that we can work around broken cast constness requir... | levine | 1998-04-03 | 2 | -0/+9 |
* | (ACE_TSS_Info::key_in_use): return true if thread_count_ > 0, not if it is != -1 | levine | 1998-04-03 | 1 | -1/+1 |
* | Added flags access meths method to Thread_Descriptor. | nanbor | 1998-04-03 | 2 | -0/+11 |
* | Removed the use of AfxGetThread by checking thread creation flags from cached... | nanbor | 1998-04-03 | 1 | -6/+10 |
* | On AIX, always check after a non-blocking connect() finishes. | Steve Huston | 1998-04-03 | 1 | -0/+8 |
* | (thr_yield): on VxWorks, changed argument of ::taskDelay () from 0 to 1. | levine | 1998-04-03 | 1 | -1/+3 |
* | *** empty log message *** | irfan | 1998-04-02 | 1 | -1/+1 |
* | *** empty log message *** | schmidt | 1998-04-02 | 2 | -1/+2 |
* | *** empty log message *** | sumedh | 1998-04-02 | 1 | -1/+1 |
* | *** empty log message *** | irfan | 1998-04-02 | 3 | -0/+176 |
* | *** empty log message *** | irfan | 1998-04-02 | 1 | -1/+1 |
* | *** empty log message *** | schmidt | 1998-04-01 | 2 | -2/+2 |
* | fixed conversion of ACE_hrtime_t to ACE_Time_Value to be compatible with ACE_... | levine | 1998-04-01 | 3 | -16/+20 |
* | added dump () method | levine | 1998-04-01 | 3 | -142/+154 |
* | *** empty log message *** | schmidt | 1998-04-01 | 1 | -12/+19 |
* | *** empty log message *** | schmidt | 1998-04-01 | 3 | -7/+7 |
* | Should not wait for all objects in wait_for_multiple_objects. | nanbor | 1998-04-01 | 1 | -2/+1 |
* | Removed the settings for ACE_SIZEOF_LONG_LONG since the compiler | Steve Huston | 1998-03-31 | 1 | -5/+1 |
* | Use MsgWaitForMultipleObjects on non-NT platforms. | nanbor | 1998-03-31 | 1 | -1/+11 |
* | (cond_timedwait): restored ACE_HAS_DCE_DRAFT4_THREADS behavior to use | levine | 1998-03-31 | 1 | -2/+8 |
* | (enable,disable): removed the ACE_NOTREACHED wrappers around the | levine | 1998-03-29 | 1 | -2/+2 |
* | Updated experimental config claim. | nanbor | 1998-03-29 | 1 | -5/+4 |
* | Changed and int to size_t to get rid of a warning | brunsch | 1998-03-29 | 1 | -1/+1 |
* | set ACE_DEFAULT_MAX_SOCKET_BUFSIZ to 65535 on Linux, and #define ACE_HAS_GETP... | levine | 1998-03-28 | 1 | -2/+3 |
* | ACE_OS::gettimeofday doesn't take any argument | nanbor | 1998-03-27 | 1 | -1/+1 |
* | oops, pass op along to gettime () | levine | 1998-03-27 | 1 | -5/+4 |
* | oops, added missing comma | levine | 1998-03-27 | 1 | -1/+1 |
* | (gethrtime): added an optional argument to allow specifying start/increment/s... | levine | 1998-03-27 | 5 | -25/+82 |
* | Added #include "ace/Service_Repository.h" to build on HP-UX. | Steve Huston | 1998-03-27 | 1 | -0/+1 |
* | moved setting of ACE_SIZEOF_LONG_DOUBLE to 12 from Basic_Types.h to config-g+... | levine | 1998-03-27 | 5 | -7/+14 |
* | Changed template parameter SIZE to ACE_SIZE. | nanbor | 1998-03-27 | 3 | -127/+126 |
* | ACE version 4.4.36, released Thu Mar 26 17:23:38 1998. | schmidt | 1998-03-26 | 1 | -2/+2 |
* | sizeof (long double) is 8 on ghs/VxWorks/i386, not 12. | levine | 1998-03-26 | 1 | -2/+2 |
* | (enable,disable): wrapped return statement at end with ACE_NOTREACHED. | levine | 1998-03-26 | 1 | -2/+2 |
* | added some comments | levine | 1998-03-25 | 1 | -7/+10 |