summaryrefslogtreecommitdiff
path: root/test/testpipe.c
Commit message (Expand)AuthorAgeFilesLines
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofminfrin2016-03-131-2/+2
* Minor fixes to quiet valgrind warningssf2013-01-261-1/+1
* Hide apr_wait_for_io_or_timeout() from public view and add insteadbjh2010-04-121-0/+30
* One more place where passing in the environment may help with ICC.bojan2009-08-031-0/+3
* Illustrate the use of the new API which succeeds on all platformswrowe2007-10-141-3/+3
* Solve two sets of issues, only two possible changes, in onewrowe2007-10-061-4/+4
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix a host of tests that were using ABTS_INT_EQUAL to compare non-intwrowe2006-02-091-2/+3
* Keep testpipe.c from hanging on win32. Because of the way win32 pipesrooneg2006-01-221-3/+5
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-39/+39
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-58/+58
* * test/testpipe.c (set_timeout): Use global readp, writep.jorton2004-03-221-2/+3
* Remove some common macros to test_apr.hrbb2004-03-141-9/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * testpipe.c (test_pipe_writefull): Wait for the child and ensure itjorton2003-11-231-0/+6
* add a testcase to catch the problem seen with PR 20295, wheretrawick2003-06-051-0/+67
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Always use overlapped pipes on NT-based machines. This allows pipes torbb2002-12-121-10/+27
* Force the timeout_read of pipes to fail on Windows. This allows the testrbb2002-12-121-0/+10
* migrate testpipe to the new test suite.rbb2002-12-031-52/+79
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-6/+6
* 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
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-17/+17
* win32/pipe.c:trawick2000-06-191-9/+10
* 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-141-4/+4
* silly cleanup for APR test pgms to avoid compile warnings andtrawick2000-04-141-1/+1
* Fix some of the APR test programs.rbb2000-04-031-0/+5
* Update to Apache Software License version 1.1fielding2000-03-311-32/+32
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Add a test program for pipes. Add support for non-buffered CGI's to mod_cgi.rbb2000-03-011-0/+112