summaryrefslogtreecommitdiff
path: root/test/testsockets.c
Commit message (Expand)AuthorAgeFilesLines
* Apply the Unix fix to Win32 (gee thanks Joe ;-)wrowe2007-10-151-7/+13
* Erm, we should /not/ fail.wrowe2007-10-151-2/+2
* Reset (tc->)failed so we see the second failure message.wrowe2007-10-151-2/+2
* reset the fail flag or we cannot see consecutive failures. We arewrowe2007-10-151-2/+6
* Better isolate IPv6 tests from the rest, and split recvfromwrowe2007-10-151-10/+16
* Fix testsockets the right way, moving forwards share awrowe2007-10-151-19/+3
* Patch to resolve one stray case of AF not available.wrowe2007-10-141-2/+13
* recvfrom() failed on most platforms with a sockaddr onlywrowe2007-10-141-4/+6
* Solve two sets of issues, only two possible changes, in onewrowe2007-10-061-2/+2
* Split the sendto_receivefrom test into two tests, one for IPv6 and onedavi2007-06-301-18/+17
* * test/testsockets.c (sendto_receivefrom): Give useful errorjorton2006-12-011-2/+2
* Fixes for the implementation, documentation and test case forjorton2006-10-251-2/+3
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Make apr_socket_recvfrom set the port in the from sockaddr.rooneg2006-04-271-0/+3
* * test/testsockets.crooneg2006-03-221-0/+5
* * test/testsockets.c (sendto_receivefrom): Set REUSEADDR option beforejorton2006-01-301-0/+5
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * test/testud.c (get_userdata, get_nonexistkey, post_pool_clear): jorton2004-11-171-3/+3
* Fix failures/segfaults on Linux systems with IPv6 disabled:jorton2004-05-241-13/+35
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-35/+35
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-54/+54
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* axe apr_sockaddr_port_set() and apr_sockaddr_port_get() from APRtrawick2003-12-051-1/+1
* Add apr_socket_type_get() for retrieving the type (e.g., stream)trawick2003-11-301-0/+12
* remove these deprecated interfaces:trawick2003-09-031-8/+8
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-0/+28
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Migrate testsockets to the new test suite.rbb2002-11-241-62/+90
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-4/+4
* Update our copyright for this year.fielding2002-03-131-1/+1
* Fix compilation error when on non-IPv6 platformsjerenkrantz2001-07-231-0/+4
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-181-6/+6
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-6/+6
* Add a simple test that creates a number of sockets of different typesdreid2001-07-071-0/+152