summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* Add ACE_LACKS_LINEBUFFERED_STREAMBUF to get IOStream to build correctly.Steve Huston1997-07-141-0/+3
* Fixed line 206 from "#if" to "#if defined" to compile whereSteve Huston1997-07-141-1/+1
* (uname): swapped release and version on VxWorkslevine1997-07-141-2/+2
* added sysLib.h #include on VxWorkslevine1997-07-141-0/+1
* (uname): added machine and release fields on VxWorkslevine1997-07-141-2/+2
* (cuserid): now supported on VxWorkslevine1997-07-141-5/+14
* moved RTLD_LAZY #define so that it doesn't need the AIX special handling, and...levine1997-07-141-3/+4
* added support for platforms that don't have ACE_HAS_PRUSAGE_T or ACE_HAS_GETR...levine1997-07-143-7/+56
* used ACE_NOTSUP_RETURN instead of setting errno explicitlylevine1997-07-143-11/+6
* Added TEXT to definition of INVALID_TCPIP_DEVICE_ADDR.harrison1997-07-141-1/+1
* Made changes so that get_ip_interfaces () now works on NT platform.nw11997-07-131-9/+15
* *** empty log message ***nw11997-07-131-3/+3
* *** empty log message ***nw11997-07-133-15/+38
* *** empty log message ***schmidt1997-07-134-13/+15
* *** empty log message ***nw11997-07-131-1/+1
* *** empty log message ***schmidt1997-07-134-47/+58
* *** empty log message ***nw11997-07-132-11/+13
* Removed ACE_Locked_Simple_Free_List.nw11997-07-132-93/+40
* Removed ACE_Locked_Simple_Free_Listnw11997-07-131-20/+11
* Added ACE_Cached_Mem_Pool_Node_T and ACE_Cached_Allocator.nw11997-07-133-0/+91
* (ACE_Locked_Simple_Free_List): reordered initializers to match declaration orderlevine1997-07-131-2/+2
* Updated to include filecache.cpp/hbrunsch1997-07-121-3/+75
* Explicitly call the destructor of an entry when unbinding.jxh1997-07-121-0/+2
* *** empty log message ***irfan1997-07-129-356/+13074
* *** empty log message ***schmidt1997-07-122-37/+37
* *** empty log message ***schmidt1997-07-121-1/+1
* *** empty log message ***schmidt1997-07-127-25/+29
* don't #define RTLD_LAZY on AIXlevine1997-07-121-2/+2
* Added a new class "ACE_Locked_Simple_Free_List".nw11997-07-123-0/+82
* *** empty log message ***irfan1997-07-111-0/+2
* Replaced with ace.*brunsch1997-07-112-1855/+0
* Readded using ace instead of ace-vc50brunsch1997-07-112-0/+1855
* Once again, enqueue methods changed to hold the lock during notify calls.harrison1997-07-111-82/+76
* Reverted changes to enqueue methods so that lock is released beforeharrison1997-07-111-75/+82
* Changed all the enqueue methods to hold onto the lock until the methodharrison1997-07-101-81/+77
* moved ACE_Guard, etc., specializations from Filecache.cpp and Service_Config....levine1997-07-103-14/+13
* *** empty log message ***schmidt1997-07-103-4/+7
* *** empty log message ***jxh1997-07-091-2/+16
* *** empty log message ***jxh1997-07-092-106/+158
* only instantiate ACE_Guard, etc., if ACE_HAS_THREADS because Service_Config.c...levine1997-07-091-3/+8
* don't #include iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSIONlevine1997-07-091-22/+23
* __GNUG__ instead of __GNUC__levine1997-07-091-2/+4
* added definition of a global to tie constructors to, with g++ and ACE_HAS_MIN...levine1997-07-091-1/+13
* added ACE_HAS_MINIMUM_IOSTREAMH_INCLUSIONlevine1997-07-092-19/+28
* #include iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSIONlevine1997-07-093-0/+12
* *** empty log message ***irfan1997-07-091-52/+54
* *** empty log message ***schmidt1997-07-091-44/+26
* *** empty log message ***schmidt1997-07-092-64/+67
* forward declare class ostream in case iostream.h isn't #includedlevine1997-07-092-0/+6
* Added Filecache (CVF). Updated the Makefile to match.jxh1997-07-082-0/+958