summaryrefslogtreecommitdiff
path: root/test/testsock.c
Commit message (Expand)AuthorAgeFilesLines
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-8/+8
* Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"Greg Stein2001-09-201-8/+8
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* make sure that a program argument list is terminated withJeff Trawick2001-04-011-1/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-21/+21
* 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
* Tighten up the testsock code a bit. This allows the testsock code toRyan Bloom2000-12-211-8/+8
* Add the sendfile test to the testsock program. This allows make test toRyan Bloom2000-12-031-23/+98
* fix a bad commentJeff Trawick2000-12-031-1/+1
* Ensure that the server process has started before we try to run the client.Ryan Bloom2000-12-031-0/+2
* Get the test programs all building cleanly again.Ryan Bloom2000-11-291-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-22/+22
* Clean up compile warnings, mostly by including apr_strings.h.Jeff Trawick2000-08-011-0/+1
* Convert ap_proc_t to a complete type. This lets us access the pid directly.Ryan Bloom2000-05-231-8/+8
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* call ap_initialize() and ap_terminate()Jeff Trawick2000-04-031-1/+10
* 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
* This finishes the argument swaps. The docs haven't been updated, andRyan Bloom1999-10-111-2/+2
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-3/+3
* A change to how APR uses user data. Now, user data is a linked list thatRyan Bloom1999-09-141-1/+1
* Initial revisionRyan Bloom1999-08-171-0/+126