summaryrefslogtreecommitdiff
path: root/test/testsleep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* The unnecessary inclusion of errno.h causes these test programs to fail to co...pquerna2006-06-211-1/+0
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-2/+2
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-7/+7
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-8/+0
* Port testsleep to the new test suite.rbb2002-10-221-59/+25
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* clean up a warning - functions should be static or have prototypestrawick2002-02-121-1/+1
* get rid of some warnings in a non-threaded buildtrawick2002-01-171-0/+2
* Make the time checking be in the 0.99*interval-1.01*interval range asjerenkrantz2002-01-021-1/+1
* Add stdlib.h for exit.jerenkrantz2002-01-021-1/+3
* Make testsleep safe for non threaded platforms :)dreid2002-01-021-5/+15
* apr_sleep seems to be the potential cause of a few problems, so here isdreid2002-01-021-0/+120