summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***schmidt1997-04-074-20/+66
|
* *** empty log message ***schmidt1997-04-072-3/+4
|
* *** empty log message ***schmidt1997-04-072-53/+64
|
* *** empty log message ***levine1997-04-071-0/+2
|
* added missing "*/" at end of comment after #endiflevine1997-04-071-1/+1
|
* *** empty log message ***schmidt1997-04-072-48/+78
|
* *** empty log message ***levine1997-04-071-0/+15
|
* removed ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATESlevine1997-04-072-10/+4
|
* added "purify" and "quantify" make command optionslevine1997-04-071-4/+18
|
* (server): added check for 0 strlen of "buf" to avoid out-of-bound array ↵levine1997-04-071-1/+1
| | | | reference
* *** empty log message ***schmidt1997-04-061-0/+3
|
* fooschmidt1997-04-063-8/+12
|
* *** empty log message ***schmidt1997-04-0625-186/+434
|
* *** empty log message ***levine1997-04-061-0/+2
|
* (ACE_Set_Node ctor): commented out unused arg MS_SUCKSlevine1997-04-061-1/+1
|
* *** empty log message ***schmidt1997-04-063-9/+18
|
* *** empty log message ***levine1997-04-061-0/+6
|
* added ACE_BUILD_DLL to Svc_Conf_l.cpplevine1997-04-061-0/+1
|
* *** empty log message ***schmidt1997-04-065-94/+135
|
* I don't think we need this file anymore.harrison1997-04-061-262/+0
|
* Use this file for NT4.0 VC++ 4.x or 5.0.harrison1997-04-061-0/+262
|
* These will hopefully allow ACE to be compiled on VC++ 5.0.harrison1997-04-062-2/+5
|
* *** empty log message ***levine1997-04-061-0/+3
|
* disable ACE_HAS_STRICT by defaultlevine1997-04-061-2/+3
|
* Took out the #if !defined (ACE_WIN32) statements from Signal.i. Putharrison1997-04-064-9/+12
| | | | | | in #if !defined (ACE_WIN32) statements to Log_Msg, Reactor, and Signal. Hopefully this will fix the mystery errno=ENOSYS ghost that haunts us lowly WIN32 users.
* oops, missed a moved "}" to apply ACE_NO_HEAP_CHECK to another thr_setspecificlevine1997-04-061-2/+3
|
* *** empty log message ***levine1997-04-061-0/+5
|
* added another ACE_NO_HEAP_CHECKlevine1997-04-061-13/+15
|
* Changed destructor of ACE_Sig_Set to not call ACE_OS::sigemptyset.harrison1997-04-061-0/+2
|
* Forgot the destructor for ACE_Sig_Guard. Took out the call toharrison1997-04-061-0/+2
| | | | ACE_OS::sigprocmask on Win32.
* Hi Irfan.harrison1997-04-061-0/+7
|
* Fixed constructor of ACE_Sig_Guard so that it doesn't callharrison1997-04-061-1/+5
| | | | ACE_OS::sigprocmask for Win32.
* *** empty log message ***schmidt1997-04-0611-105/+165
|
* *** empty log message ***irfan1997-04-052-4/+13
|
* *** empty log message ***schmidt1997-04-058-62/+69
|
* *** empty log message ***levine1997-04-051-0/+3
|
* moved memsets of pcinfo so that entire pcinfo structure is zeroed out, to ↵levine1997-04-051-5/+5
| | | | _really_ avoid Purify warnings
* Changed package name from ACE to JACEpjain1997-04-051-11/+11
|
* Changed package name from ACE to JACEpjain1997-04-0568-181/+182
|
* *** empty log message ***levine1997-04-051-0/+10
|
* VxWorks change: don't strdup program_name and local_host to avoid memory ↵levine1997-04-051-0/+24
| | | | leaks. Instead, the addresses of these are copied by ACE_Log_Msg. So, only strings in the text segment should be passed to its functions!
* Added a default constructorpjain1997-04-051-11/+22
|
* *** empty log message ***levine1997-04-051-10/+14
|
* new, consolidated Win32 config files from Matthiaslevine1997-04-052-0/+354
|
* *** empty log message ***levine1997-04-051-0/+47
|
* added Matthias' updates to Log_Msg, w/ACE_NO_HEAP_CHECK; see ChangeLog for ↵levine1997-04-054-24/+118
| | | | description
* *** empty log message ***levine1997-04-051-0/+4
|
* specify ACE_IOStream<STREAM> to ACE_OPERATOR{G,P}_SET macroslevine1997-04-051-2/+2
|
* added ACE_Log_Message dtor and ::atexit () registration: see ChangeLog for ↵levine1997-04-043-32/+175
| | | | description
* fixed gettimeofday prototype for SCOlevine1997-04-044-8/+5
|