summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* Removed all references to ACE_HAS_PTHREAD_SIGMASK. This macroOssama Othman1999-05-076-12/+1
* added support for ACE_LACKS_TCP_NODELAY.levine1999-05-061-0/+1
* (open): added support for ACE_LACKS_TCP_NODELAYlevine1999-05-061-10/+12
* ChangeLogTag:Thu May 6 14:23:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-061-3/+4
* Added support for Winsock 1.1 to ACE_OS::recvv and ACE_OS::sendvSteve Huston1999-05-061-20/+68
* added ACE_U_ONE_SECOND_IN_*SECSlevine1999-05-051-5/+11
* ChangeLogTag:Wed May 5 13:58:25 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-051-2/+0
* Clarified comments regarding multiple instances of an object managerSteve Huston1999-05-052-9/+7
* Removed DllMain function.Steve Huston1999-05-051-33/+0
* Fixed the Array_Base max_size method to properly initialize the newsbw11999-05-041-1/+9
* interim checkin of RB_Tree interface adaptationscdgill1999-05-043-185/+477
* Differentiate between singleton instance of ACE_OS_Object_ManagerSteve Huston1999-05-042-148/+184
* bug fix for RB Tree node color testingcdgill1999-05-031-14/+30
* 4.6.38levine1999-05-031-2/+2
* .schmidt1999-05-031-1/+2
* temporary fix to dll load/unload on NT so tao_idl doesn't crashcdgill1999-05-031-0/+4
* added ghs back to ACE_NOTREACHED suppressionslevine1999-05-021-5/+5
* added ACE_LACKS_PTHREAD_SIGMASKlevine1999-05-023-1/+3
* (pthread_sigmask): added ACE_UNUSED_ARGs to NOTSUP case.levine1999-05-021-1/+4
* reverted last change because it causes a seg fault on NT.levine1999-05-012-32/+22
* Reverted my previous change.nanbor1999-05-012-20/+3
* Fixed non-static object manger being destructed too late problemnanbor1999-05-012-5/+22
* put Object_Manager back on the stack of main, instead of using ACE::init and ...levine1999-05-011-6/+2
* Added wrapper for <pthread_sigmask> to get the Proactor code compilealex1999-04-302-0/+17
* Enabled ACE_HAS_AIO_CALLS for LynxOS. Also enabledalex1999-04-301-1/+1
* Added ACE_OS:: scope to <pthread_sigmask> so that it works (fails!!)alex1999-04-301-4/+4
* * ace/OS.i (gethostbyname2):Ossama Othman1999-04-301-9/+17
* Fixed reinterpret_cast of void* to a function ptr.nanbor1999-04-301-3/+17
* Removed ACE_non_function_ptr_to_function_ptr_cast.nanbor1999-04-301-15/+0
* cast away const using ACE_const_cast from string literals to makeOssama Othman1999-04-303-6/+7
* Revert reinterpret_cast change.nanbor1999-04-301-4/+2
* cosmetic changesOssama Othman1999-04-301-10/+11
* moved INET_ADDRSTRLEN INET6_ADDRSTRLEN to a location NT can find them.Ossama Othman1999-04-301-12/+11
* *** empty log message ***irfan1999-04-301-1/+1
* IPv6 updates.Ossama Othman1999-04-302-0/+82
* Started to add minimal IPv6 support.Ossama Othman1999-04-293-0/+19
* add a "-*- C++ -*-" so that my editing is easier in emacs.Ossama Othman1999-04-291-0/+1
* .schmidt1999-04-292-4/+27
* .schmidt1999-04-294-6/+22
* Fixed leaking object manager when ACE_HAS_NONSTATIC_OBJECT_MANAGER is 0.Steve Huston1999-04-292-22/+32
* Wed Apr 28 20:21:12 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-04-291-293/+0
* Changed to use ACE_non_function_ptr_to_function_ptr_cast in symbol().nanbor1999-04-281-2/+3
* Added ACE_non_function_ptr_to_function_ptr_cast.nanbor1999-04-281-0/+15
* Fixed g++ warnings.alex1999-04-281-1/+1
* Fixed old g++ warnings.alex1999-04-281-2/+2
* Changed to use reinterpret_cast to cast dlsym's return value.nanbor1999-04-281-2/+3
* .schmidt1999-04-281-1/+2
* uninlined ACE_Reverse_Lock destructorlevine1999-04-282-7/+7
* .schmidt1999-04-281-0/+1
* .schmidt1999-04-281-136/+135