summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
Commit message (Collapse)AuthorAgeFilesLines
* .schmidt1998-09-181-7/+9
|
* *** empty log message ***alex1998-09-181-0/+21
|
* ChangeLogirfan1998-09-171-70/+12
|
* Changed some iovecs to ACE_IO_Vector_Base.brunsch1998-09-171-4/+4
|
* *** empty log message ***schmidt1998-09-141-11/+11
|
* *** empty log message ***schmidt1998-09-071-0/+53
|
* *** empty log message ***schmidt1998-09-071-1/+1
|
* *** empty log message ***schmidt1998-09-041-1/+1
|
* *** empty log message ***schmidt1998-09-041-0/+3
|
* (get_ip_interfaces): removed trailing } after comment following #endiflevine1998-09-021-4/+4
|
* pSOS Diab and Trimedia compiler port checkincdgill1998-09-011-1/+49
|
* added init and finilevine1998-08-311-41/+54
|
* ChangeLogTag:Sat Aug 8 09:37:27 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-08-081-1/+1
|
* Added envinfo to report versions of ACE, OS and compilergonzo1998-08-071-0/+40
|
* *** empty log message ***schmidt1998-07-311-3/+4
|
* Moved a few methods from ACE to ACE_Event_Handlergonzo1998-07-301-68/+0
|
* Oops! Win32 specific code must be conditionally compiled.nanbor1998-07-191-0/+2
|
* Fixed premature return bug in ACE::ldfindnanbor1998-07-191-5/+6
|
* ace/ACE.cpp: Looks like we are having some trouble with the loading ofbrunsch1998-07-191-4/+4
| | | | | *d.dll before *.dll on NT, so it is now disabled by default (until the problem is solved). To enable use: ACE_USE_DEBUG_DLL_CHECK.
* Added debug DLL automatic searching machanism to ACE::ldfind.nanbor1998-07-161-2/+16
|
* ChangeLogTag:Tue Jul 14 12:02:15 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-07-141-5/+5
|
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
|
* Changed a ASYS_TCHAR * to const - prevents future error - conversion from stringSteve Huston1998-06-291-1/+1
| | | | literal to char * is deprecated.
* *** empty log message ***schmidt1998-06-211-2/+2
|
* *** empty log message ***schmidt1998-06-201-216/+433
|
* *** empty log message ***schmidt1998-06-201-6/+9
|
* Tests now run OK (most of them) with BCB3gonzo1998-06-101-9/+10
|
* Added initial support for Borland C++ Buildergonzo1998-06-081-1/+0
|
* Fixed problem of successful connect in handle_timed_complete being reportedSteve Huston1998-05-271-5/+13
| | | | as a failure (P90).
* *** empty log message ***irfan1998-05-221-10/+68
|
* *** empty log message ***irfan1998-05-191-1/+1
|
* *** empty log message ***irfan1998-05-181-6/+20
|
* (send_n): keep trying to send if ACE::send () fails due to EWOULDBLOCKlevine1998-05-111-20/+23
|
* get_ip_interfaces on Win32 - buf_len needed to be reset on each call toSteve Huston1998-05-061-0/+1
| | | | | | get the IP address from the registry for an interface - the function causes it to be overwritten each call. Pass by reference when it's not obvious is not always a nice thing to do...
* Added control for default inlined-functions.nanbor1998-04-301-0/+4
|
* *** empty log message ***schmidt1998-04-211-1/+2
|
* Fixed a mismcalculated string length when using UNICODE.nanbor1998-04-141-2/+2
|
* *** empty log message ***schmidt1998-04-131-4/+5
|
* The buffer should always be of type (const char *).nanbor1998-04-101-1/+1
|
* *** empty log message ***irfan1998-04-091-0/+19
|
* *** empty log message ***schmidt1998-04-081-0/+8
|
* *** empty log message ***irfan1998-04-081-5/+5
|
* On AIX, always check after a non-blocking connect() finishes.Steve Huston1998-04-031-0/+8
|
* CE stuff.nanbor1998-03-191-27/+33
|
* Regular CE stuff.nanbor1998-03-121-3/+3
|
* Use ASYS_MULTIBYTE_STRING to supress some string conversions under CEnanbor1998-03-091-1/+1
|
* Redefined sock_error on CE. Added ASYS_TEXT to debugging messages.nanbor1998-03-051-30/+30
|
* *** empty log message ***schmidt1998-02-271-5/+0
|
* Changes for Windows CE port. Please see ChangeLog entry: Tue Feb 24 ↵nanbor1998-02-241-125/+15
| | | | 05:08:31 1998 Nanbor Wang <nanbor@cs.wustl.edu> for further details
* (recv_n): commented out the MSG_PEEK flag check because it caused ↵levine1998-02-191-0/+5
| | | | IOStream_Test to not terminate