summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Test for utf8/ucs2 conversion, plus a cool little workspace for APRwrowe2000-10-173-0/+402
* add UUID generation/formatting/parsing to APRgstein2000-10-063-0/+97
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macroswrowe2000-10-051-2/+2
* apr_putc(), apr_puts() for Unix: handle buffered files and interruptedtrawick2000-09-121-7/+17
* Fix the Win32 linker .def for APR (for my last several commits), andwrowe2000-08-091-5/+12
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-067-12/+12
* Finish converting "ap_sendfile" to "apr_sendfile".trawick2000-08-041-11/+11
* prefix libapr functions and types with apr_dougm2000-08-0217-497/+497
* Clean up compile warnings, mostly by including apr_strings.h.trawick2000-08-017-3/+7
* Cast some void * ptrs to char * so that some ptr arithmetictrawick2000-07-181-2/+4
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-6/+0
* 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