summaryrefslogtreecommitdiff
path: root/tests/IOStream_Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***schmidt1998-08-311-0/+8
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* (server): fixed sign of constant used to check for valid double.levine1998-06-171-1/+1
* Added initial support for Borland C++ Buildergonzo1998-06-081-0/+5
* (server): break out of while loop if read from client_handler fails.levine1998-02-231-2/+4
* (client): changed stream error message from "timeout" to "timed out",levine1997-12-251-1/+1
* *** empty log message ***schmidt1997-12-241-1/+1
* *** empty log message ***levine1997-12-221-5/+5
* Changed ACE_LACKS_EXEC to ACE_LACKS_FORK.nw11997-12-201-3/+3
* *** empty log message ***schmidt1997-12-201-9/+14
* Removed an extra read.nw11997-12-201-1/+0
* !schmidt1997-12-201-10/+10
* Incoporate James CE Johnson's patches.nw11997-12-191-1/+25
* (server): check for double-quote instead of newline as end-of-string characterlevine1997-12-111-1/+1
* updated to work with the standard C++ library version of iostreamslevine1997-12-051-4/+24
* *** empty log message ***irfan1997-11-211-0/+5
* (main): removed extra % at end of ACE_ERROR_RETURN messagelevine1997-11-111-40/+40
* (client): multiply floats by 1.0 instead of 1 to avoid bad code generation on...levine1997-10-141-2/+2
* *** empty log message ***irfan1997-09-141-3/+0
* *** empty log message ***schmidt1997-09-131-1/+1
* no longer need to dynamically allocate the ACE_SOCK_IOStreams with the recent...levine1997-09-021-11/+3
* *** empty log message ***schmidt1997-09-021-1/+1
* *** empty log message ***schmidt1997-09-021-5/+5
* *** empty log message ***schmidt1997-08-301-6/+0
* *** empty log message ***schmidt1997-08-031-3/+3
* added ACE_HAS_INSTANTIATION_PRAGMA supportlevine1997-07-311-27/+31
* (client,server): use ACE_NEW_RETURN instead of "new"levine1997-07-291-2/+4
* (client, server): explicitly destroy (and create) ACE_SOCK_IOStream instances...levine1997-07-291-3/+23
* *** empty log message ***irfan1997-07-251-5/+5
* (operator>>): added (void *) casts to return values (istream &) of stream.get...levine1997-07-081-2/+2
* renamed ACE_IOStream and ACE_Streambuf classes, and added ACE_LACKS_ACE_IOSTR...levine1997-05-241-5/+13
* *** empty log message ***schmidt1997-05-091-8/+11
* *** empty log message ***schmidt1997-05-091-59/+66
* *** empty log message ***schmidt1997-05-031-6/+14
* *** empty log message ***irfan1997-04-291-0/+1
* *** empty log message ***schmidt1997-04-081-2/+2
* (server): added check for 0 strlen of "buf" to avoid out-of-bound array refer...levine1997-04-071-1/+1
* fixed compiled warnings on g++. I couldn't get ACE_ERROR_RETURN to work: it...levine1997-03-251-8/+17
* *** empty log message ***schmidt1997-03-251-37/+24
* *** empty log message ***schmidt1997-03-251-235/+271
* added template specializationslevine1997-03-211-0/+5
* added checks for receipt of proper valueslevine1997-03-181-7/+31
* removed ACE_WIN32 #ifnef, and removed q_char bool conversion operator, it sho...levine1997-02-181-8/+0
* *** empty log message ***schmidt1997-02-171-0/+4
* trimmed trailing spaceslevine1997-02-101-4/+4
* ACE-ifiedlevine1997-02-101-25/+37
* added IOStream_Testlevine1997-02-101-0/+304