summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update ap_sendfile() test driver to properly use it in non-blockingtrawick2000-07-071-42/+224
* various updates to the ap_sendfile() test driver...trawick2000-06-271-11/+100
* Turn on SO_REUSEADDR in the server test program.trawick2000-06-271-0/+8
* Ignore new executable file testsf.trawick2000-06-261-0/+1
* Add a test driver for ap_sendfile().trawick2000-06-262-0/+467
* win32/pipe.c:trawick2000-06-191-9/+10
* Get recently-added tests in testfile.c to work on Win32. testfiletrawick2000-06-171-4/+7
* Turn on buffering for config file reads. This is dependent on ap_fgets()trawick2000-06-161-0/+200
* Prevent incorrect generation of dependencies on system header files bybjh2000-06-035-5/+5
* Remove some dependancies that shouldn't be there...dreid2000-06-031-9/+6
* Fix error handling for DSO opening. This probably doesn't fix allrbb2000-05-261-2/+5
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-8/+8
* PR:wrowe2000-05-2610-44/+47
* Add a new APR function. This function basically lets a file masquerade asrbb2000-05-241-0/+29
* Update testoc to make it work properly with the new ap_proc_t.rbb2000-05-241-4/+4
* Make the testproc stuff work again after re-naming the stdin, stdout, stderrrbb2000-05-241-2/+2
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-232-18/+12
* ignore occhild tootrawick2000-05-091-0/+1
* serious bug fix:trawick2000-05-063-17/+203
* Improve the other_child test program.rbb2000-05-033-4/+29
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* lib/apr/test/ab_apr no longer exists, so get rid of ab_apr.dsptrawick2000-04-281-90/+0
* apr_errno.h:trawick2000-04-281-5/+6
* Remove the htdigest files from the test directory. I am moving these torbb2000-04-272-295/+0
* Remvoe ApacheBench from the test directory in APR. This has been moved torbb2000-04-272-1033/+0
* Add the status parameter back to the Other Child logic.rbb2000-04-241-1/+1
* 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
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* I missed one apr_config.h when I did the last ones.rbb2000-04-221-1/+0
* Remove all the test programs that were never ported. These are still inrbb2000-04-225-1640/+62
* apr_config.h is private and should not be used by test programs.rbb2000-04-223-3/+0
* 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-162-10/+29
* Convert ap_poll() to use microseconds instead of seconds fortrawick2000-04-161-2/+2
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-151-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-1416-40/+43
* silly cleanup for APR test pgms to avoid compile warnings andtrawick2000-04-145-6/+12
* Add more code sharing arrangements and a few minor updates/tweaks.dreid2000-04-053-3/+14
* include stdlib.h for atexit() declarationtrawick2000-04-051-0/+1
* call ap_initialize() and ap_terminate()trawick2000-04-051-0/+2
* Add the other child stuff to beos, tidy up the test program a little anddreid2000-04-041-5/+24
* Other child logic finished for Unix. Docs are forthcoming. This shouldrbb2000-04-042-0/+134
* Adding tests for dso support and the Makefile. This also updates somerbb2000-04-043-42/+194
* Fix some of the APR test programs.rbb2000-04-033-1/+11
* call ap_initialize() and ap_terminate()trawick2000-04-037-5/+61
* A few extra comment lines deleted by mistake.fielding2000-04-011-1/+4
* Update to Apache Software License version 1.1fielding2000-03-3117-528/+561