summaryrefslogtreecommitdiff
path: root/test/ab_apr.c
Commit message (Expand)AuthorAgeFilesLines
* Update the test programs so they work with ap_getopt again.Ryan Bloom2000-03-151-1/+1
* Fix all the License issues. Including:Ryan Bloom2000-03-101-11/+11
* timetaken is expected to be in milliseconds, not seconds.Brian Havard2000-01-261-2/+2
* time overhaul:dgaudet2000-01-091-28/+19
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-3/+3
* Various fixes for Win32 APR. The test cases all almost work again onRyan Bloom1999-12-171-15/+15
* Programs that build using APR no longer have access to the HAVE_FOO_HRyan Bloom1999-12-031-6/+0
* Under Linux, I always got aMartin Kraemer1999-11-201-0/+1
* Enhancements for APR network_io. Adds separate local/remote access methods forBrian Havard1999-10-241-1/+1
* Fix a bug in the logic to set/get userdata from ALL apr types. I haveRyan Bloom1999-10-151-1/+8
* I missed one function when swapping paramters. This fixes it. I think IRyan Bloom1999-10-141-1/+1
* Bring network code to the parameter order spec. This means contexts go last,Ryan Bloom1999-10-101-2/+2
* Bring file_io up to the new parameter order for APR. I have decided to doRyan Bloom1999-10-061-1/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-10/+10
* A change to how APR uses user data. Now, user data is a linked list thatRyan Bloom1999-09-141-1/+1
* Fix the test programs to use the new timeout API's in network I/O. Also, fixRyan Bloom1999-09-031-3/+5
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-4/+4
* Initial revisionRyan Bloom1999-08-171-0/+975