summaryrefslogtreecommitdiff
path: root/test/testreslist.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix definition of PERCENT95th to be really MAX_UINT * .95 aka. 2**32 * .95.rpluem2008-05-281-1/+2
* fix some obvious reversals of expected and actual values in invocationstrawick2007-11-181-15/+15
* improve seed for sequence of random numberstrawick2007-10-301-1/+1
* when !APR_HAS_RANDOM, use a lame initial "random" numbertrawick2007-10-291-0/+4
* Factor further, why not?wrowe2007-10-231-1/+1
* Someone needs to learn to count to 1000wrowe2007-10-191-4/+4
* lose the last vestages of nonportable entropy and rely onwrowe2007-10-171-10/+23
* * Add a test case for PR 40348.rpluem2007-08-061-0/+45
* * Releasing a resource back to the list requires a pointer to the resource,rpluem2007-08-061-1/+1
* Cleanup and merge testreslit into the abts test suite (testall).davi2007-08-051-143/+55
* Update license headers.jerenkrantz2007-01-151-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Fix warnings about dereferencing type-punned pointers and implicitrooneg2004-12-051-2/+10
* Rationale: if an module gets a resource that proves to be bad (e.g.aaron2004-03-151-9/+22
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* add test for reslist timeouttrawick2003-12-101-0/+47
* apr_time_t isn't always long longtrawick2003-04-151-4/+4
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* don't break the build when APR doesn't have thread supporttrawick2002-10-071-0/+11
* Add a new Resource List API for APR-UTIL.aaron2002-08-051-0/+259