summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'ami_phase4'.nobody1999-07-103-350/+0
* Added Svc_HAndler class by which i coudl see the course of executionkirthika1999-07-101-49/+119
* ChangeLogTag:Fri Jul 09 20:14:13 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-101-9/+24
* Removed typoskirthika1999-07-101-4/+4
* 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
* Move hash_key class to new file, Cache_Map_Manager_Test.h to satisfy IBM C++Steve Huston1999-07-092-10/+24
* Changed Dispatch_Count_Handler::timers_fired_ from int to size_t to makeSteve Huston1999-07-091-1/+1
* WinCE/UNICODE fixes.nanbor1999-07-092-6/+6
* Fixed the unicode conversion problem.nanbor1999-07-091-1/+1
* typedefs dont accept :: example: HASH_MAP::iterator in sunc++4.0kirthika1999-07-091-3/+9
* Change test_dir to const because it's initialized froma string literal.Steve Huston1999-07-091-1/+1
* ChangeLogTag: Fri Jul 09 10:49:40 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-091-1/+1
* Removed warning related to ACE_ALL usagekirthika1999-07-091-0/+3
* ChangeLogTag: Thu Jul 08 21:34:42 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-091-16/+3
* ChangeLogTag:Thu Jul 08 18:47:23 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-091-233/+212
* Added member variables and verification checks to be sure that handlerSteve Huston1999-07-082-1/+42
* Added a 'success' debug statement for dequeue timeout test.Steve Huston1999-07-081-0/+1
* ChangeLogTag:Thu Jul 08 12:35:23 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-081-16/+14
* ChangeLogTag:Thu Jul 8 11:33:50 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-081-2/+2
* Added check for correct errno on timed out dequeue_headSteve Huston1999-07-081-0/+23
* ChangeLogTag: Wed Jul 07 22:44:22 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-081-0/+2
* ChangeLogTag: Wed Jul 07 21:37:33 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-082-12/+11
* Added testing of all strategies by defaultkirthika1999-07-071-0/+11
* ChangeLogTag: Wed Jul 07 16:06:45 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-071-6/+17
* Added commentkirthika1999-07-071-1/+1
* Added the run-time selection of strategies featurekirthika1999-07-071-243/+208
* ChangeLogTag: Wed Jul 07 15:31:18 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-071-3/+6
* Added changes whihc now allow all the different tests woth all cachingkirthika1999-07-071-30/+66
* Caching strategies can be changed at runtime now.kirthika1999-07-071-35/+211
* Change typedef for TYPE from size_t to ACE_UINT32 to match ACE_Hash specializ...Steve Huston1999-07-071-1/+1
* Passed null_caching_strategy to teh constructor of thekirthika1999-07-071-2/+6
* ChangeLogTag:Wed Jul 07 08:35:24 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-072-6/+6
* ChangeLogTag: Tue Jul 06 21:32:31 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-071-6/+13
* Set ACE_MAX_CLIENTS to 4 for PharLap ETS else it runs out resources easilySteve Huston1999-07-071-1/+1
* Replace "localhost" with ACE_LOCALHOSTSteve Huston1999-07-071-1/+1
* Comment out tests for unsupported things which cause run-time errorsSteve Huston1999-07-071-3/+3
* Restrict range of the test on PharLap ETSSteve Huston1999-07-071-0/+8
* Changed typedefs for KEy and VALUE fromsize_t to ACE_UINT32. See ChangeLog.Steve Huston1999-07-071-3/+2
* Put intermediate files for PharLap ETS configs in ETS_LIB\Debug, not ETS_DLL\...Steve Huston1999-07-064-16/+16
* Made appropriate changes to teh test as per the changes tokirthika1999-07-061-191/+306
* *** empty log message ***irfan1999-07-061-63/+65
* Fixed a typo.nanbor1999-07-061-1/+1
* Added check for EMFILE on on failure of acceptor to accept newkirthika1999-07-051-14/+24
* *** empty log message ***irfan1999-07-051-76/+68
* Added UNUSED_ARG macros to ward of warnings.kirthika1999-07-051-4/+13
* ChangeLogTag:Mon Jul 5 11:59:49 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-051-1/+0
* ChangeLogTag:Mon Jul 5 11:59:49 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-051-19/+8
* Pure unicode fixes.nanbor1999-07-0533-548/+602