summaryrefslogtreecommitdiff
path: root/test/testsock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* There are -so- many reasons this code -could- fail, and anywrowe2006-03-131-3/+2
* * test/testsock.c (test_get_addr): Fix error handling.jorton2006-02-131-2/+11
* Don't error out if we get back EINPROGRESS from a nonblocking connect,rooneg2006-02-091-2/+2
* Avoid a hang when running the tests on win32.rooneg2006-02-091-3/+5
* * test/testsock.c (setup_socket): Set REUSEADDR option before bindingjorton2005-11-231-0/+3
* * test/testsock.c (test_print_addr): Add regression test for v4-mappedjorton2005-09-201-0/+14
* Fix apr_socket_addr_get(APR_REMOTE) after a non-blocking connect():jorton2005-09-091-0/+60
* Fix handling of %pI with psprintf; the psprintf implementation assumesjorton2005-09-081-0/+14
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-20/+20
* * test/testsock.c (setup_socket): Return NULL if bind fails, fixingjorton2004-06-021-2/+8
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-10/+10
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-26/+26
* * test/testsock.c (test_addr_info): Pass NULL as hostname rather thanjorton2004-03-181-2/+2
* Fix compile warnings on Mac OS X.rbb2004-03-151-2/+2
* Fix the testsock tests on Windows, mostly.rbb2004-03-151-1/+1
* testsock no longer causes a GPF on Windows. Still doesn't pass the testsrbb2004-03-151-15/+13
* Port testsock to the unified framework. This doesn't include therbb2004-03-141-143/+182
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Fix the reporting for child processes that die. This removesrbb2001-10-231-8/+8
* Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"gstein2001-09-201-8/+8
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* make sure that a program argument list is terminated withtrawick2001-04-011-1/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-21/+21
* 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
* Tighten up the testsock code a bit. This allows the testsock code torbb2000-12-211-8/+8
* Add the sendfile test to the testsock program. This allows make test torbb2000-12-031-23/+98
* fix a bad commenttrawick2000-12-031-1/+1
* Ensure that the server process has started before we try to run the client.rbb2000-12-031-0/+2
* Get the test programs all building cleanly again.rbb2000-11-291-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-22/+22
* Clean up compile warnings, mostly by including apr_strings.h.trawick2000-08-011-0/+1
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-231-8/+8
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* call ap_initialize() and ap_terminate()trawick2000-04-031-1/+10
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-2/+2
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-3/+3
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Initial revisionrbb1999-08-171-0/+126