summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Thu Aug 19 13:03:07 1999 Douglas C. Schmidt ↵schmidt1999-08-191-5/+2
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Thu Jul 29 14:32:28 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-291-0/+2
|
* Indentationkirthika1999-07-271-3/+2
|
* The FreeBSD bug fix to ACE::out_of_handles was changedkirthika1999-07-271-1/+2
|
* ACE::out_of_handles (int error): added bug fixes for RedHat5.2 andkirthika1999-07-271-0/+7
| | | | FreeBSD
* ChangeLogTag:Fri Jul 23 16:40:15 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-231-2/+2
|
* ChangeLogTag:Fri Jul 23 12:09:18 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-231-4/+4
|
* ChangeLogTag: Mon Jul 19 21:13:16 1999 Doug Anderson <doug@clark.net>levine1999-07-201-1/+0
|
* *** empty log message ***irfan1999-07-171-1/+1
|
* ChangeLogTag:Fri Jul 16 19:41:05 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-171-2/+25
|
* Fixed warnings and generated by gcc 2.95; mostly due to formatOssama Othman1999-07-151-1/+1
| | | | specifier mismatches and inefficient conversion operator usage.
* Pure unicode fixes.nanbor1999-07-051-7/+9
|
* ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt ↵schmidt1999-07-031-30/+54
| | | | <schmidt@tango.cs.wustl.edu>
* PharLap changes - see ChangeLog 01 JulSteve Huston1999-07-021-6/+79
|
* ChangeLogTag:Wed Jun 16 14:27:45 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-161-3/+26
|
* .schmidt1999-06-091-11/+6
|
* Added #include "ace/SString.h" to catch def for ACE_TokenizerSteve Huston1999-05-181-0/+1
|
* Fri May 14 15:35:50 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-141-2/+2
|
* Added support to enter_recv_timedwait, enter_send_timedwait,jxh1999-05-101-5/+78
| | | | | | | | handle_timed_complete, and handle_timed_accept to use poll() instead of select() if poll() is available and select() is known to have problems. Created ACE_HAS_LIMITED_SELECT macro. Certain versions of SunOS 5.6 do not correctly select on file descriptors that are larger than 1023.
* Removed DllMain function.Steve Huston1999-05-051-33/+0
|
* temporary fix to dll load/unload on NT so tao_idl doesn't crashcdgill1999-05-031-0/+4
|
* Reverted my previous change.nanbor1999-05-011-3/+2
|
* Fixed non-static object manger being destructed too late problemnanbor1999-05-011-4/+5
|
* Re-enabled DllMain use for init/fini ACE on Win32 DLL.Steve Huston1999-04-261-8/+10
|
* (init,fini): moved init_fini_count_ from ACE Object_Managers to ACE, so that ↵levine1999-04-261-5/+27
| | | | it is only used via ACE::init () and ACE::fini ()
* Temporarily disable DllMain.Steve Huston1999-04-211-1/+1
|
* Add DllMain function from which to call ACE::init() and ACE::fini().Steve Huston1999-04-211-0/+28
|
* (read_n,send_n,write_n): moved from ACE to ACE_OS, so that the uses in ↵levine1999-04-161-88/+2
| | | | OS.cpp could be localized
* .schmidt1999-04-091-1/+1
|
* pSOS MIPS patches from Jaepil Kimcdgill1999-03-161-0/+2
|
* Use CSIOCGIFCONF instead of SIOCGIFCONF on AIX.Steve Huston1999-03-161-3/+18
|
* fork(), handle case for ACE_HAS_UNION_WAIT.Steve Huston1999-03-161-0/+5
|
* removed unnecessary #includes of ace/IPC_SAP.h, ace/Process.h, and ace/SString.hlevine1999-03-111-4/+1
|
* .schmidt1999-03-031-3/+3
|
* (strecpy,unique_name): moved to ACE_OS, so it can be self-containedlevine1999-03-011-24/+4
|
* Removed tabsnanbor1999-02-201-2/+2
|
* *** empty log message ***nanbor1999-02-191-0/+2
|
* .schmidt1999-02-191-9/+1
|
* Initialize struct ifreq * ifs to zero to prevent "uninitialized warningsOssama Othman1999-02-101-1/+1
| | | | from egcs 1.1.1 when compiling ACE.cpp.
* Made sure to look for a dll under the current directory first on Win32.nanbor1999-02-091-12/+36
|
* .schmidt1999-02-021-0/+1
|
* .schmidt1999-02-011-0/+54
|
* .schmidt1999-02-011-3/+6
|
* ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-291-1/+38
|
* In handle_timed_complete, set errno to ETIMEDOUT, not ETIME, if the connectSteve Huston1999-01-251-1/+1
| | | | times out.
* moved gcd, minimum_frame_size to class ACEcdgill1999-01-221-0/+60
|
* .schmidt1999-01-201-2/+5
|
* Fix open-temp-file on Win32nanbor1999-01-181-3/+3
|
* *** empty log message ***irfan1999-01-131-2/+2
|
* .schmidt1999-01-111-1/+78
|