Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | nw1 | 1997-08-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | irfan | 1997-08-21 | 4 | -22959/+383 |
| | |||||
* | ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan ↵ | coryan | 1997-08-21 | 34 | -72/+69 |
| | | | | <coryan@swarm.cs.wustl.edu> | ||||
* | Removed extraneous #endif. | Steve Huston | 1997-08-21 | 1 | -10/+9 |
| | |||||
* | *** empty log message *** | nw1 | 1997-08-21 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | irfan | 1997-08-21 | 2 | -27/+28 |
| | |||||
* | ACE version 4.2.44, released Wed Aug 20 22:36:52 1997. | schmidt | 1997-08-21 | 1 | -1/+1 |
| | |||||
* | Moved definition of Peer_Handler from Peer.cpp to Peer.h | Steve Huston | 1997-08-20 | 2 | -75/+77 |
| | | | | to help the AIX template instantiator along. | ||||
* | Moved definition of ACE_Filecache_Object from Filecache.cpp to Filecache.h | Steve Huston | 1997-08-20 | 2 | -108/+109 |
| | | | | to help the AIX template instantiator along. | ||||
* | Added a compile option to define the HP-UX version being compiled on. | Steve Huston | 1997-08-20 | 3 | -4/+18 |
| | |||||
* | Added separate sections for 10.10 vs. 10.20 vs. 10.30. | Steve Huston | 1997-08-20 | 1 | -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. | jxh | 1997-08-20 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | nw1 | 1997-08-20 | 1 | -0/+74 |
| | |||||
* | *** empty log message *** | nw1 | 1997-08-20 | 1 | -3/+4 |
| | |||||
* | updated fixed in libasnmp library to address, pdu | mrm | 1997-08-20 | 1 | -2/+2 |
| | | | | and octet classes, change minor revision number | ||||
* | updated with todays changes | mrm | 1997-08-20 | 1 | -0/+8 |
| | |||||
* | fixed constructor to initialize two state vars (output_) and error_status_ | mrm | 1997-08-20 | 2 | -14/+17 |
| | |||||
* | fixed allocation error according to workshop access checking | mrm | 1997-08-20 | 1 | -6/+3 |
| | | | | extend by 1 the array size allocation | ||||
* | rework api to deal properly with non-null terminated strings | mrm | 1997-08-20 | 2 | -20/+13 |
| | | | | in constructor(char *) and in set_data | ||||
* | ChangeLogTag:Wed Aug 20 13:44:16 1997 Carlos O'Ryan ↵ | coryan | 1997-08-20 | 1 | -0/+1 |
| | | | | <coryan@mambo.cs.wustl.edu> | ||||
* | *** empty log message *** | nw1 | 1997-08-20 | 3 | -74/+98 |
| | |||||
* | added POSTLINK to build symbol table | levine | 1997-08-20 | 1 | -0/+3 |
| | |||||
* | added POSTLINK | levine | 1997-08-20 | 1 | -1/+1 |
| | |||||
* | ACE version 4.2.43, released Wed Aug 20 07:43:14 1997. | schmidt | 1997-08-20 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | schmidt | 1997-08-20 | 1 | -5/+7 |
| | |||||
* | *** empty log message *** | nw1 | 1997-08-20 | 2 | -15/+14 |
| | |||||
* | change to ACE_ROOT macro | mrm | 1997-08-20 | 8 | -58/+58 |
| | |||||
* | Update 1.1 release with minor changes to IpAddress class | mrm | 1997-08-20 | 3 | -18/+129 |
| | |||||
* | add test for IpAddress::is_private() | mrm | 1997-08-20 | 2 | -1/+182 |
| | | | | and run g++dep | ||||
* | run g++dep | mrm | 1997-08-20 | 5 | -0/+382 |
| | |||||
* | add implementation for IpAddress:to_octet() | mrm | 1997-08-20 | 2 | -10/+537 |
| | |||||
* | renamed is_arpa() to is_private() | mrm | 1997-08-20 | 1 | -6/+20 |
| | |||||
* | Two changes to class IpAddress | mrm | 1997-08-20 | 1 | -3/+8 |
| | | | | | Added to_octet() Renamed is_arpa() to is_private() | ||||
* | *** empty log message *** | nw1 | 1997-08-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | nw1 | 1997-08-19 | 3 | -74/+104 |
| | |||||
* | If the final ACE_OS::kill to shutdown the server fails, don't do a | Steve Huston | 1997-08-19 | 1 | -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 Huston | 1997-08-19 | 1 | -0/+12 |
| | | | | directly. | ||||
* | Removed use of ACE_HAS_SETKIND_NP, generally replacing it with | Steve Huston | 1997-08-19 | 2 | -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 with | Steve Huston | 1997-08-19 | 1 | -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 Huston | 1997-08-19 | 1 | -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_... definitions | Steve Huston | 1997-08-19 | 1 | -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 Huston | 1997-08-19 | 1 | -1/+1 |
| | |||||
* | ACE version 4.2.42, released Mon Aug 18 21:39:33 1997. | schmidt | 1997-08-19 | 1 | -1/+1 |
| | |||||
* | ChangeLogTag:Mon Aug 18 20:22:14 1997 Carlos O'Ryan ↵ | coryan | 1997-08-19 | 1 | -1/+0 |
| | | | | <coryan@swarm.cs.wustl.edu> | ||||
* | *** empty log message *** | nw1 | 1997-08-19 | 2 | -2/+2 |
| | |||||
* | *** empty log message *** | nw1 | 1997-08-19 | 2 | -18/+44 |
| | |||||
* | ChangeLogTag:Mon Aug 18 19:50:13 1997 Carlos O'Ryan ↵ | coryan | 1997-08-19 | 4 | -4/+4 |
| | | | | <coryan@mambo.cs.wustl.edu> | ||||
* | ChangeLogTag:Mon Aug 18 16:39:29 1997 Carlos O'Ryan ↵ | coryan | 1997-08-19 | 5 | -4/+22 |
| | | | | <coryan@mambo.cs.wustl.edu> | ||||
* | ChangeLogTag:Mon Aug 18 19:46:27 1997 Carlos O'Ryan ↵ | coryan | 1997-08-19 | 1 | -2/+14 |
| | | | | <coryan@swarm.cs.wustl.edu> | ||||
* | *** empty log message *** | nw1 | 1997-08-18 | 3 | -4/+43 |
| |