summaryrefslogtreecommitdiff
path: root/test/testproc.c
Commit message (Expand)AuthorAgeFilesLines
* prefix libapr functions and types with apr_dougm2000-08-021-23/+23
* Clean up compile warnings, mostly by including apr_strings.h.trawick2000-08-011-0/+1
* Prevent incorrect generation of dependencies on system header files bybjh2000-06-031-1/+1
* 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-231-10/+4
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* include stdlib.h for atexit() declarationtrawick2000-04-051-0/+1
* Fix some of the APR test programs.rbb2000-04-031-0/+5
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* I don't think sleeping for 1000 seconds is what we want to do here. Switchbjh2000-01-101-1/+7
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat torbb2000-01-041-1/+1
* Fix a minor bug in testproc. We always call sleep, and it is defined to berbb1999-12-301-1/+1
* Various fixes for Win32 APR. The test cases all almost work again onrbb1999-12-171-0/+1
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-2/+19
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-1/+1
* Bring file_io up to the new parameter order for APR. I have decided to dorbb1999-10-061-2/+2
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-3/+3
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Initial revisionrbb1999-08-171-0/+163