summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* If host lookups fail, note it and don't try to connect. Workaround AIX 4.3 bug.Steve Huston1999-06-081-3/+22
* (main): on Sun only, added 5 second sleep before the "main thread finished" p...levine1999-06-081-0/+6
* the ANSI C++ spec says you can no longer cast a void* to a functionkirthika1999-06-071-1/+10
* .schmidt1999-06-071-31/+53
* .schmidt1999-06-074-87/+137
* .schmidt1999-06-073-41/+46
* .schmidt1999-06-071-2/+2
* .schmidt1999-06-071-17/+13
* .schmidt1999-06-077-28/+43
* Removed the Vector_Test from the distribution.Ossama Othman1999-05-301-548/+3
* Removed the ACE_Vector class so we don't need to keep this test around.Ossama Othman1999-05-301-572/+0
* Added tests for the newly added ACE_Vector<T>::insert() andOssama Othman1999-05-301-1/+160
* *** empty log message ***irfan1999-05-291-11/+11
* The Vector_Test tests the important features of the ACE_Vector class andOssama Othman1999-05-292-149/+559
* Added SOCK_Send_Recv_TestSteve Huston1999-05-252-0/+2
* Fixed signed/unsigned mismatch.Steve Huston1999-05-251-2/+2
* Fixed some compiler warnings.parsons1999-05-251-8/+8
* Fixed a signed/unsigned mismatch warning.parsons1999-05-251-1/+1
* New test, SOCK_Send_Recv_TestSteve Huston1999-05-243-68/+351
* New test, SOCK_Send_Recv_TestSteve Huston1999-05-241-68/+80
* New test which exercises SOCK_Stream send/recv. Catches problems with winsoc...Steve Huston1999-05-242-0/+322
* ChangeLogTag:Sat May 22 16:57:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-221-1/+1
* Fixed an extra semicolon warning!naga1999-05-201-1/+1
* Removed commented code.naga1999-05-201-24/+0
* ChangeLogTag:Thu May 20 10:39:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-201-20/+27
* Added a simple test program for the TkReactor along the lines of XtReactor_Test.naga1999-05-203-40/+568
* replaced Hash_Map_Manager with a simple array. This avoids dynamiclevine1999-05-181-92/+50
* ChangeLogTag:Tue May 18 10:14:47 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-182-339/+1088
* removed Thread_Manager_Test.hlevine1999-05-183-1068/+550
* only use the ACE_Hash<ACE_hthread_t> specialization on Digital Unixlevine1999-05-181-0/+2
* added a couple more explicit template instantiations. Thanks tolevine1999-05-181-17/+44
* Use a hash map to store each thread's indication of whether itlevine1999-05-171-31/+53
* (handler): added comment saying that even the ACE_OS::exit () call isn't safelevine1999-05-171-1/+1
* removed the signal handler. It wasn't used for the test, andlevine1999-05-171-15/+8
* (handler): commented out unused arg "signum".levine1999-05-171-1/+1
* (handler): removed ACE_DEBUG.levine1999-05-171-2/+2
* (handler): cleaned up commentlevine1999-05-171-2/+2
* (handler,worker): moved ACE_DEBUG out of signal handler.levine1999-05-171-12/+17
* added Tokens_Test to BIN2 if Tokens component is not configured in.levine1999-05-131-0/+5
* (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
* removed workaround for DEC cxx, and modified error message to mentionlevine1999-05-111-5/+5
* (spawn_threads): wait a maximum of 200 seconds. Carlos reported thatlevine1999-05-101-1/+14
* removed 60 from wait commentlevine1999-05-101-2/+2
* convert max_wait to mseclevine1999-05-102-2/+2
* (main): wait a maximum of 60 seconds, because the test sometimes hangslevine1999-05-101-2/+17
* removed extra ACE_Time_Value constructor calllevine1999-05-101-1/+1
* added -f option, which enables FIFO thread scheduling. Some platformslevine1999-05-101-10/+33
* allow DEC cxx 6.2 to catch its NoNamedExceptionlevine1999-05-101-0/+3
* make depend for new RB_Tree interfacecdgill1999-05-091-1/+212