summaryrefslogtreecommitdiff
path: root/test/testpipe.c
Commit message (Expand)AuthorAgeFilesLines
* svn:ignore's to hide obj/exe's from svn status for win32William A. Rowe Jr2006-02-111-2/+3
* Merge r371198 to 0.9.x.Garrett Rooney2006-01-261-2/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.Justin Erenkrantz2004-02-131-49/+10
* 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