summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>schmidt2000-02-211-5/+0
|
* ChangeLogTag:Tue Aug 31 00:16:34 1999 Douglas C. Schmidt ↵schmidt1999-08-311-48/+45
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Tue Aug 31 00:16:34 1999 Douglas C. Schmidt ↵schmidt1999-08-311-118/+120
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Mon Jul 19 22:46:54 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-201-0/+14
|
* ChangeLogTag:Thu Jul 15 22:14:18 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-161-0/+4
|
* ChangeLogTag:Mon Jul 12 13:54:34 1999 Kirthika Parameswaran ↵irfan1999-07-121-4/+6
| | | | <kirthika@cs.wustl.edu>
* Fixed comment.irfan1999-07-101-2/+2
|
* ChangeLogTag:Fri Jul 09 19:16:07 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-101-3/+4
|
* ChangeLogTag:Fri Jul 09 18:48:03 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-101-10/+21
|
* WinCE/UNICODE fixes.nanbor1999-07-091-2/+2
|
* Restrict range of the test on PharLap ETSSteve Huston1999-07-071-0/+8
|
* Don't close() svc_handler after failed accept - ACE_Oneshot_Acceptor already ↵Steve Huston1999-07-021-1/+1
| | | | did it.
* .schmidt1999-06-181-0/+4
|
* .schmidt1999-06-141-14/+18
|
* .schmidt1999-06-111-4/+7
|
* (handler): added comment saying that even the ACE_OS::exit () call isn't safelevine1999-05-171-1/+1
|
* (handler): commented out unused arg "signum".levine1999-05-171-1/+1
|
* (handler): removed ACE_DEBUG.levine1999-05-171-2/+2
|
* (spawn_threads): changed some ACE_NEW statements to ACE_NEW_RETURNlevine1999-05-111-10/+5
|
* fixed use of status on platforms that lack forklevine1999-05-111-3/+9
|
* (spawn_threads): wait a maximum of 200 seconds. Carlos reported thatlevine1999-05-101-1/+14
| | | | the test sometimes hangs on Irix.
* Fri Apr 16 18:09:44 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-04-161-4/+14
|
* Started to introduce the work done by the ACE ConfigurationOssama Othman1999-02-141-1/+1
| | | | Project into the official ACE distribution.
* .schmidt1999-01-031-1/+1
|
* .schmidt1999-01-031-1/+1
|
* *** empty log message ***irfan1998-12-251-4/+20
|
* removed trailing spaceslevine1998-11-251-8/+8
|
* replaced #include of ace/Auto_Ptr.h, because ACE_Auto_Basic_Array_Ptr is usedlevine1998-11-251-0/+1
|
* *** empty log message ***schmidt1998-11-241-1/+0
|
* .schmidt1998-10-171-15/+28
|
* *** empty log message ***irfan1998-10-011-13/+0
|
* *** empty log message ***irfan1998-09-301-7/+4
|
* *** empty log message ***irfan1998-09-211-2/+2
|
* *** empty log message ***irfan1998-09-211-27/+25
|
* renamed ACE_HAS_OLD_GNUG to ACE_HAS_GNUG_PRE_2_8levine1998-09-061-1/+1
|
* added ACE_HAS_OLD_GNUGlevine1998-08-301-3/+2
|
* *** empty log message ***schmidt1998-08-221-37/+87
|
* disabled ACE_Hash_Addr template specialization on non-egcs g++levine1998-08-141-4/+8
|
* *** empty log message ***irfan1998-08-051-2/+10
|
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
|
* ChangeLogTag:Fri Jun 12 14:12:25 1998 Carlos O'Ryan ↵coryan1998-06-121-3/+5
| | | | <coryan@swarm.cs.wustl.edu>
* fixed template instantiations: ACE_SYNCH_MUTEX instead of ACE_SYNCH_RW_MUTEX.levine1998-06-101-2/+2
|
* *** empty log message ***irfan1998-06-101-21/+29
|
* Tests now run OK (most of them) with BCB3gonzo1998-06-101-12/+29
|
* replaced !defined (ACE_WIN32) && !defined (VXWORKS) with !defined ↵levine1998-06-011-11/+11
| | | | (ACE_LACKS_FORK)
* Made it CE friendlynanbor1998-05-121-43/+45
|
* Rearranged template instantiation orders.nanbor1998-01-251-4/+4
|
* test non-default stack sizelevine1998-01-221-6/+37
|
* On VxWorks, assign thread (VxWorks task) names to server and client threads, ↵levine1998-01-221-7/+41
| | | | to test that feature
* Moved template instantiation codes around.nw11998-01-101-4/+4
|