summaryrefslogtreecommitdiff
path: root/test/testproc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* I don't think sleeping for 1000 seconds is what we want to do here. SwitchBrian Havard2000-01-101-1/+7
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat toRyan Bloom2000-01-041-1/+1
* Fix a minor bug in testproc. We always call sleep, and it is defined to beRyan Bloom1999-12-301-1/+1
* Various fixes for Win32 APR. The test cases all almost work again onRyan Bloom1999-12-171-0/+1
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-031-2/+19
* This finishes the argument swaps. The docs haven't been updated, andRyan Bloom1999-10-111-1/+1
* Bring file_io up to the new parameter order for APR. I have decided to doRyan Bloom1999-10-061-2/+2
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-3/+3
* A change to how APR uses user data. Now, user data is a linked list thatRyan Bloom1999-09-141-1/+1
* Initial revisionRyan Bloom1999-08-171-0/+163