summaryrefslogtreecommitdiff
path: root/test/testproc.c
Commit message (Expand)AuthorAgeFilesLines
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-29/+29
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-38/+38
* Remove some common macros to test_apr.hrbb2004-03-141-9/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Must ... have ... extensionswrowe2003-01-031-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Making the APR tests run on NetWarebnicholes2002-12-201-0/+2
* Make sure testproc cleans up after itself too.rbb2002-12-151-0/+5
* Migrate testproc to the new test suite.rbb2002-11-261-173/+109
* don't tell apr_file_write() to write 256 bytes when we only give ittrawick2002-10-111-6/+9
* Make testproc work on Win32 -- the .exe extension is required.brane2002-07-041-1/+114
* Update our copyright for this year.fielding2002-03-131-1/+1
* display the error when pipe-read failstrawick2001-11-121-2/+7
* Fix the reporting for child processes that die. This removesrbb2001-10-231-1/+1
* Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"gstein2001-09-201-1/+2
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...martin2001-08-221-1/+1
* use exit status 0 for success in testdir, testoc, and testproctrawick2001-08-021-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* fix some bad parms to printf/fprintftrawick2001-05-131-1/+1
* This has been on my list of things to do for a while, and as I had some timedreid2001-05-131-75/+39
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-11/+11
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspwrowe2001-01-231-1/+6
* Fix a bunch of type mis-matches in the test code.rbb2000-12-031-1/+1
* Get the test programs all building cleanly again.rbb2000-11-291-3/+3
* 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