summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***nw11997-08-211-1/+1
|
* *** empty log message ***irfan1997-08-214-22959/+383
|
* ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan ↵coryan1997-08-2134-72/+69
| | | | <coryan@swarm.cs.wustl.edu>
* Removed extraneous #endif.Steve Huston1997-08-211-10/+9
|
* *** empty log message ***nw11997-08-211-0/+1
|
* *** empty log message ***irfan1997-08-212-27/+28
|
* ACE version 4.2.44, released Wed Aug 20 22:36:52 1997.schmidt1997-08-211-1/+1
|
* Moved definition of Peer_Handler from Peer.cpp to Peer.hSteve Huston1997-08-202-75/+77
| | | | to help the AIX template instantiator along.
* Moved definition of ACE_Filecache_Object from Filecache.cpp to Filecache.hSteve Huston1997-08-202-108/+109
| | | | to help the AIX template instantiator along.
* Added a compile option to define the HP-UX version being compiled on.Steve Huston1997-08-203-4/+18
|
* Added separate sections for 10.10 vs. 10.20 vs. 10.30.Steve Huston1997-08-201-5/+22
| | | | | 10.10 needs ACE_LACKS_TIMESPEC_T, and doesn't have _r functions. 10.20 does not need ACE_LACKS_TIMESPEC_T and does have _r functions.
* Minor change to comply with new ACE_Filecache.jxh1997-08-201-1/+1
|
* *** empty log message ***nw11997-08-201-0/+74
|
* *** empty log message ***nw11997-08-201-3/+4
|
* updated fixed in libasnmp library to address, pdumrm1997-08-201-2/+2
| | | | and octet classes, change minor revision number
* updated with todays changesmrm1997-08-201-0/+8
|
* fixed constructor to initialize two state vars (output_) and error_status_mrm1997-08-202-14/+17
|
* fixed allocation error according to workshop access checkingmrm1997-08-201-6/+3
| | | | extend by 1 the array size allocation
* rework api to deal properly with non-null terminated stringsmrm1997-08-202-20/+13
| | | | in constructor(char *) and in set_data
* ChangeLogTag:Wed Aug 20 13:44:16 1997 Carlos O'Ryan ↵coryan1997-08-201-0/+1
| | | | <coryan@mambo.cs.wustl.edu>
* *** empty log message ***nw11997-08-203-74/+98
|
* added POSTLINK to build symbol tablelevine1997-08-201-0/+3
|
* added POSTLINKlevine1997-08-201-1/+1
|
* ACE version 4.2.43, released Wed Aug 20 07:43:14 1997.schmidt1997-08-201-1/+1
|
* *** empty log message ***schmidt1997-08-201-5/+7
|
* *** empty log message ***nw11997-08-202-15/+14
|
* change to ACE_ROOT macromrm1997-08-208-58/+58
|
* Update 1.1 release with minor changes to IpAddress classmrm1997-08-203-18/+129
|
* add test for IpAddress::is_private()mrm1997-08-202-1/+182
| | | | and run g++dep
* run g++depmrm1997-08-205-0/+382
|
* add implementation for IpAddress:to_octet()mrm1997-08-202-10/+537
|
* renamed is_arpa() to is_private()mrm1997-08-201-6/+20
|
* Two changes to class IpAddressmrm1997-08-201-3/+8
| | | | | Added to_octet() Renamed is_arpa() to is_private()
* *** empty log message ***nw11997-08-191-1/+1
|
* *** empty log message ***nw11997-08-193-74/+104
|
* If the final ACE_OS::kill to shutdown the server fails, don't do aSteve Huston1997-08-191-2/+2
| | | | ACE_OS::wait() for it. Or you wait a _really_ long time.
* For the 't' (thread ID) formatting on AIX, changed to call thread_self()Steve Huston1997-08-191-0/+12
| | | | directly.
* Removed use of ACE_HAS_SETKIND_NP, generally replacing it withSteve Huston1997-08-192-95/+142
| | | | | | | ACE_HAS_DCETHREADS. Affects only HP-UX and OSF/1 V3.2 (not V4). For ACE_HAS_DCE_DRAFT4_THREADS platforms, the return value from pthreads calls does not get adjusted - it already returns 0 or -1. This was causing errno smashing on these platforms.
* Removed use of ACE_HAS_SETKIND_NP, generally replacing it withSteve Huston1997-08-191-3/+3
| | | | ACE_HAS_DCETHREADS. Affects only HP-UX and OSF/1 V3.2 (not V4).
* Rearranged to help keep sections clearer (compiler stuff, threads stuff).Steve Huston1997-08-191-39/+73
| | | | | | | Added ACE_HAS_BROKEN_POSIX_TIME - this is needed on some systems - not sure why. Thanks to Cary Clark <claca@iccokc.com> for helping with this. Set up threads defs to not use tid_t for anything - ACE_hthread_t and ACE_thread_t are now both pthread_t.
* Remove ACE_HAS_SETKIND_NP and adjust other relevant ACE_HAS_... definitionsSteve Huston1997-08-191-6/+8
| | | | | related to HP-UX's threads capabilities. Matches changes to OS.(h i cpp) to remove ACE_HAS_SETKIND_NP.
* Added THR_JOINABLE to the created threads' flags.Steve Huston1997-08-191-1/+1
|
* ACE version 4.2.42, released Mon Aug 18 21:39:33 1997.schmidt1997-08-191-1/+1
|
* ChangeLogTag:Mon Aug 18 20:22:14 1997 Carlos O'Ryan ↵coryan1997-08-191-1/+0
| | | | <coryan@swarm.cs.wustl.edu>
* *** empty log message ***nw11997-08-192-2/+2
|
* *** empty log message ***nw11997-08-192-18/+44
|
* ChangeLogTag:Mon Aug 18 19:50:13 1997 Carlos O'Ryan ↵coryan1997-08-194-4/+4
| | | | <coryan@mambo.cs.wustl.edu>
* ChangeLogTag:Mon Aug 18 16:39:29 1997 Carlos O'Ryan ↵coryan1997-08-195-4/+22
| | | | <coryan@mambo.cs.wustl.edu>
* ChangeLogTag:Mon Aug 18 19:46:27 1997 Carlos O'Ryan ↵coryan1997-08-191-2/+14
| | | | <coryan@swarm.cs.wustl.edu>
* *** empty log message ***nw11997-08-183-4/+43
|