summaryrefslogtreecommitdiff
path: root/test/testsock.c
Commit message (Expand)AuthorAgeFilesLines
* * test/testsock.c (test_zone): Remove duplicate test,jorton2017-12-081-3/+0
* * network_io/unix/sockaddr.c (apr_sockaddr_zone_set): Failjorton2017-11-291-1/+6
* Support IPv6 link-local address scope/zone mapping.jorton2017-11-281-0/+93
* * include/apr_network_io.h (APR_SO_FREEBIND): Add option.jorton2016-03-031-0/+34
* Add testcase for apr_sockaddr_info_copy()trawick2014-04-151-0/+51
* pick up htons where neededcovener2013-12-211-0/+2
* Add testcase for broken handling of APR_O_NONBLOCK_INHERITEDtrawick2013-12-171-0/+49
* add apr_sockaddr_is_wildcard() APItrawick2013-11-121-0/+11
* add a missing server socket closetrawick2011-04-061-0/+5
* avoid segfault when setup_socket() failstrawick2011-04-061-0/+3
* apr_sockaddr_info_get() on AIX: Fix a problem which could settrawick2011-03-131-0/+6
* * network_io/unix/sockets.c (apr_socket_connect): Copy the remotejorton2010-08-091-6/+29
* Hide apr_wait_for_io_or_timeout() from public view and add insteadbjh2010-04-121-0/+60
* don't assume child process can both connect and close before parent cantrawick2009-11-081-1/+6
* * include/apr_network_io.h,jorton2009-10-121-5/+12
* * Add apr_socket_is_connected to detect whether the remote side of a socketrpluem2009-10-041-0/+50
* Pass environment to children in testsock, testshm and testproc.bojan2009-09-011-0/+3
* Enable unix domain (AF_UNIX) sockets if supported by the OSmturk2009-02-191-5/+18
* Test for telnet service instead of http (Solaris 8 doesn't have http).bojan2008-08-111-3/+3
* Add test for apr_getservbyname().bojan2008-06-021-0/+21
* Without otherwise addressing the issues on Win32 when presentedwrowe2007-10-151-3/+8
* Solve two sets of issues, only two possible changes, in onewrowe2007-10-061-3/+3
* * test/testsock.c (setup_socket): Bind the socket to 127.0.0.1 ratherjorton2006-11-271-1/+1
* Better exception handling of deferred socket connect outcomes.wrowe2006-11-221-2/+8
* 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