summaryrefslogtreecommitdiff
path: root/test/ab_apr.c
Commit message (Expand)AuthorAgeFilesLines
* Remvoe ApacheBench from the test directory in APR. This has been moved torbb2000-04-271-1024/+0
* ap_canonical_err() return APR_*. use that for the test.gstein2000-04-241-2/+2
* Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390).trawick2000-04-231-2/+2
* Add ap_xlate_open() et al for translation of text between differenttrawick2000-04-201-7/+56
* a few bug fixes to get it running better on Linuxtrawick2000-04-171-6/+12
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newtrawick2000-04-161-2/+2
* Convert ap_poll() to use microseconds instead of seconds fortrawick2000-04-161-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* call ap_initialize() and ap_terminate()trawick2000-04-051-0/+2
* Update to Apache Software License version 1.1fielding2000-03-311-36/+33
* Update the test programs so they work with ap_getopt again.rbb2000-03-151-1/+1
* Fix all the License issues. Including:rbb2000-03-101-11/+11
* timetaken is expected to be in milliseconds, not seconds.bjh2000-01-261-2/+2
* time overhaul:dgaudet2000-01-091-28/+19
* Separate the stat structure from the file structure and use ap_stat andrbb2000-01-061-3/+3
* Various fixes for Win32 APR. The test cases all almost work again onrbb1999-12-171-15/+15
* Programs that build using APR no longer have access to the HAVE_FOO_Hrbb1999-12-031-6/+0
* Under Linux, I always got amartin1999-11-201-0/+1
* Enhancements for APR network_io. Adds separate local/remote access methods forbjh1999-10-241-1/+1
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-1/+8
* I missed one function when swapping paramters. This fixes it. I think Irbb1999-10-141-1/+1
* Bring network code to the parameter order spec. This means contexts go last,rbb1999-10-101-2/+2
* Bring file_io up to the new parameter order for APR. I have decided to dorbb1999-10-061-1/+1
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-10/+10
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Fix the test programs to use the new timeout API's in network I/O. Also, fixrbb1999-09-031-3/+5
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-4/+4
* Initial revisionrbb1999-08-171-0/+975