| Commit message (Expand) | Author | Age | Files | Lines |
* | (tss_close): don't call ACE_OS::thr_keyfree, because it doesn't free the nati... | levine | 1999-03-22 | 1 | -1/+1 |
* | (cleanup_tss): added tss_close (), to enable deleting the native key on progr... | levine | 1999-03-22 | 1 | -6/+12 |
* | Fixed TLS key leaks on Win32. | nanbor | 1999-03-22 | 1 | -2/+8 |
* | (ACE_OS_Object_Manager ctor): allow newer instances to overwrite older ones, ... | levine | 1999-03-19 | 1 | -10/+16 |
* | *** empty log message *** | irfan | 1999-03-19 | 1 | -1/+1 |
* | Removing MFC dependency | nanbor | 1999-03-19 | 1 | -7/+32 |
* | (argv_to_string): initialized temp to 0 to avoid warnings from VxWorks g++ | levine | 1999-03-17 | 1 | -2/+2 |
* | pSOS MIPS patches from Jaepil Kim | cdgill | 1999-03-16 | 1 | -5/+10 |
* | pSOS fixes, ACE_PSOS_TM and ACE_Time_Value::max_time comments | cdgill | 1999-03-14 | 1 | -1/+6 |
* | (ACE_OS::thr_setspecific): on ACE_WIN32 with ACE_HAS_TSS_EMULATION, don't reg... | levine | 1999-03-11 | 1 | -1/+0 |
* | (cleanup_tss): updated comment on why we don't call free_all_keys_left | levine | 1999-03-06 | 1 | -5/+6 |
* | (cleanup_tss): disabled call to free_all_keys_left () with | levine | 1999-03-05 | 1 | -0/+7 |
* | (ACE_TSS_Cleanup (),free_all_keys_left ()): with ACE_TSS_Emulation | levine | 1999-03-05 | 1 | -12/+37 |
* | added ACE_OS_Object_Manager::starting_up () and shutting_down (). (ACE_TSS_C... | levine | 1999-03-04 | 1 | -1/+15 |
* | (socket_init,socket_fini): replaced use of cerr with ACE_OS::fprintf. | levine | 1999-03-04 | 1 | -4/+8 |
* | (ACE_Thread_Adapter::invoke): removed ACE_HAS_MINIMAL_ACE_OS conditional comp... | levine | 1999-03-03 | 1 | -5/+15 |
* | changed Object_Manager state to be per-instance, instead of global | levine | 1999-03-03 | 1 | -20/+18 |
* | fixed ObjMan state logic to ensure that the ACE_Object_Manager is fini'd befo... | levine | 1999-03-01 | 1 | -7/+10 |
* | added ACE_OS_Object_Manager | levine | 1999-03-01 | 1 | -106/+507 |
* | (ACE_Thread_Adapter::invoke): replaced call | levine | 1999-02-28 | 1 | -1/+1 |
* | added #include "ace/Thread_Manager.h" on WIN32, for | levine | 1999-02-26 | 1 | -0/+3 |
* | (spa, for VxWorks only): updated comment about ::sp () default values, | levine | 1999-02-26 | 1 | -3/+9 |
* | moved ACE_Thread_Control and ACE_Thread_Exit class definitions from Thread_Ma... | levine | 1999-02-24 | 1 | -2/+4 |
* | CE UNICODE fixes. | nanbor | 1999-02-23 | 1 | -1/+1 |
* | Uninlined the ACE_OS:cond_* functions with ACE_LACKS_COND_T | levine | 1999-02-21 | 1 | -0/+553 |
* | changed ACE_OS::exit to call an exit hook that is registered by the ACE_Objec... | levine | 1999-02-20 | 1 | -6/+10 |
* | . | schmidt | 1999-02-20 | 1 | -3/+10 |
* | *** empty log message *** | nanbor | 1999-02-20 | 1 | -1/+1 |
* | . | schmidt | 1999-02-20 | 1 | -2/+0 |
* | Removed tabs | nanbor | 1999-02-20 | 1 | -6/+6 |
* | Added ACE_OS_?String classes | nanbor | 1999-02-20 | 1 | -1/+25 |
* | Don't open files with FILE_SHARE_DELETE on Win95. | nanbor | 1999-02-19 | 1 | -0/+4 |
* | . | schmidt | 1999-02-19 | 1 | -8/+7 |
* | *** empty log message *** | nanbor | 1999-02-19 | 1 | -22/+25 |
* | . | schmidt | 1999-02-19 | 1 | -7/+70 |
* | . | schmidt | 1999-02-19 | 1 | -22/+151 |
* | CE changes: Sat Feb 13 22:06:17 1999 Nanbor Wang | nanbor | 1999-02-14 | 1 | -2/+9 |
* | ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-01-29 | 1 | -0/+6 |
* | *** empty log message *** | irfan | 1999-01-25 | 1 | -4/+4 |
* | Fixed unlinking temp file problem on Win32 | nanbor | 1999-01-21 | 1 | -0/+59 |
* | *** empty log message *** | nanbor | 1999-01-19 | 1 | -1/+1 |
* | *** empty log message *** | nanbor | 1999-01-19 | 1 | -1/+1 |
* | Fix open-temp-file on Win32 | nanbor | 1999-01-18 | 1 | -2/+2 |
* | (lwp_getparams): removed ACE_MT_SAFE check that Doug added Saturday. | levine | 1999-01-18 | 1 | -3/+3 |
* | . | schmidt | 1999-01-16 | 1 | -38/+30 |
* | *** empty log message *** | irfan | 1999-01-13 | 1 | -2/+2 |
* | (thr_create): moved #endif /* ACE_LACKS_SETDETACH */ outside of }, to allow c... | levine | 1999-01-07 | 1 | -1/+1 |
* | (ACE_TSS_Info::operator{==,!=}): added constness | levine | 1999-01-02 | 1 | -2/+2 |
* | ChangeLogTag:Fri Jan 1 12:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-01-01 | 1 | -0/+2 |
* | Changes for pSOS using Diab 4.2a release | cdgill | 1998-12-06 | 1 | -0/+17 |