summaryrefslogtreecommitdiff
path: root/test/testproc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-4/+4
* Follow-up to r1902070: Use TESTBINPATH in code.Ivan Zhakov2022-06-191-2/+2
* * test/test/testproc.c: Use BINPATH in path for child process.Ivan Zhakov2022-06-191-2/+2
* apr_proc_create(): Properly escape arguments containing whitespace charactersIvan Zhakov2019-10-151-0/+66
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-3/+3
* MinGW: Resolve paths to test DSOs and executables within the testJeff Trawick2011-04-051-2/+7
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-021-3/+3
* Pass environment to children in testsock, testshm and testproc.Bojan Smojver2009-09-011-2/+2
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-3/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix a host of tests that were using ABTS_INT_EQUAL to compare non-intWilliam A. Rowe Jr2006-02-091-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-29/+29
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-38/+38
* Remove some common macros to test_apr.hRyan Bloom2004-03-141-9/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Must ... have ... extensionsWilliam A. Rowe Jr2003-01-031-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Making the APR tests run on NetWareBradley Nicholes2002-12-201-0/+2
* Make sure testproc cleans up after itself too.Ryan Bloom2002-12-151-0/+5
* Migrate testproc to the new test suite.Ryan Bloom2002-11-261-173/+109
* don't tell apr_file_write() to write 256 bytes when we only give itJeff Trawick2002-10-111-6/+9
* Make testproc work on Win32 -- the .exe extension is required.Branko Čibej2002-07-041-1/+114
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* display the error when pipe-read failsJeff Trawick2001-11-121-2/+7
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-1/+1
* Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"Greg Stein2001-09-201-1/+2
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...Martin Kraemer2001-08-221-1/+1
* use exit status 0 for success in testdir, testoc, and testprocJeff Trawick2001-08-021-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* fix some bad parms to printf/fprintfJeff Trawick2001-05-131-1/+1
* This has been on my list of things to do for a while, and as I had some timeDavid Reid2001-05-131-75/+39
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-11/+11
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.Jeff Trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspWilliam A. Rowe Jr2001-01-231-1/+6
* Fix a bunch of type mis-matches in the test code.Ryan Bloom2000-12-031-1/+1
* Get the test programs all building cleanly again.Ryan Bloom2000-11-291-3/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-23/+23
* Clean up compile warnings, mostly by including apr_strings.h.Jeff Trawick2000-08-011-0/+1
* Prevent incorrect generation of dependencies on system header files byBrian Havard2000-06-031-1/+1
* Make the testproc stuff work again after re-naming the stdin, stdout, stderrRyan Bloom2000-05-241-2/+2
* Convert ap_proc_t to a complete type. This lets us access the pid directly.Ryan Bloom2000-05-231-10/+4
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* include stdlib.h for atexit() declarationJeff Trawick2000-04-051-0/+1
* Fix some of the APR test programs.Ryan Bloom2000-04-031-0/+5
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* 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