summaryrefslogtreecommitdiff
path: root/test/testpipe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-8/+8
* Windows platform: Make pipe test report 'not implemented' instead of failing.Ivan Zhakov2019-05-281-1/+6
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofGraham Leggett2016-03-131-2/+2
* Minor fixes to quiet valgrind warningsStefan Fritsch2013-01-261-1/+1
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-121-0/+30
* One more place where passing in the environment may help with ICC.Bojan Smojver2009-08-031-0/+3
* Illustrate the use of the new API which succeeds on all platformsWilliam A. Rowe Jr2007-10-141-3/+3
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-4/+4
* 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-2/+3
* Keep testpipe.c from hanging on win32. Because of the way win32 pipesGarrett Rooney2006-01-221-3/+5
* 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-39/+39
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-58/+58
* * test/testpipe.c (set_timeout): Use global readp, writep.Joe Orton2004-03-221-2/+3
* 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
* * testpipe.c (test_pipe_writefull): Wait for the child and ensure itJoe Orton2003-11-231-0/+6
* add a testcase to catch the problem seen with PR 20295, whereJeff Trawick2003-06-051-0/+67
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Always use overlapped pipes on NT-based machines. This allows pipes toRyan Bloom2002-12-121-10/+27
* Force the timeout_read of pipes to fail on Windows. This allows the testRyan Bloom2002-12-121-0/+10
* migrate testpipe to the new test suite.Ryan Bloom2002-12-031-52/+79
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* change some of the test programs to use exit status 0 forJeff Trawick2001-08-011-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-6/+6
* 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
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-17/+17
* win32/pipe.c:Jeff Trawick2000-06-191-9/+10
* ap_set_pipe_timeout() now takes microseconds instead of seconds;Jeff Trawick2000-04-151-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-4/+4
* silly cleanup for APR test pgms to avoid compile warnings andJeff Trawick2000-04-141-1/+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/+32
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Add a test program for pipes. Add support for non-buffered CGI's to mod_cgi.Ryan Bloom2000-03-011-0/+112