summaryrefslogtreecommitdiff
path: root/test/testsockets.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* * test/testsockets.c (sendto_receivefrom_helper): Add descriptiveJoe Orton2021-07-061-1/+3
* Add testsuite for r1309332 fixMladen Turk2012-04-041-0/+4
* Apply the Unix fix to Win32 (gee thanks Joe ;-)William A. Rowe Jr2007-10-151-7/+13
* Erm, we should /not/ fail.William A. Rowe Jr2007-10-151-2/+2
* Reset (tc->)failed so we see the second failure message.William A. Rowe Jr2007-10-151-2/+2
* reset the fail flag or we cannot see consecutive failures. We areWilliam A. Rowe Jr2007-10-151-2/+6
* Better isolate IPv6 tests from the rest, and split recvfromWilliam A. Rowe Jr2007-10-151-10/+16
* Fix testsockets the right way, moving forwards share aWilliam A. Rowe Jr2007-10-151-19/+3
* Patch to resolve one stray case of AF not available.William A. Rowe Jr2007-10-141-2/+13
* recvfrom() failed on most platforms with a sockaddr onlyWilliam A. Rowe Jr2007-10-141-4/+6
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-2/+2
* Split the sendto_receivefrom test into two tests, one for IPv6 and oneDavi Arnaut2007-06-301-18/+17
* * test/testsockets.c (sendto_receivefrom): Give useful errorJoe Orton2006-12-011-2/+2
* Fixes for the implementation, documentation and test case forJoe Orton2006-10-251-2/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Make apr_socket_recvfrom set the port in the from sockaddr.Garrett Rooney2006-04-271-0/+3
* * test/testsockets.cGarrett Rooney2006-03-221-0/+5
* * test/testsockets.c (sendto_receivefrom): Set REUSEADDR option beforeJoe Orton2006-01-301-0/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * test/testud.c (get_userdata, get_nonexistkey, post_pool_clear): Joe Orton2004-11-171-3/+3
* Fix failures/segfaults on Linux systems with IPv6 disabled:Joe Orton2004-05-241-13/+35
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-35/+35
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-54/+54
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* axe apr_sockaddr_port_set() and apr_sockaddr_port_get() from APRJeff Trawick2003-12-051-1/+1
* Add apr_socket_type_get() for retrieving the type (e.g., stream)Jeff Trawick2003-11-301-0/+12
* remove these deprecated interfaces:Jeff Trawick2003-09-031-8/+8
* apr_socket_data_set(): allow the same key to be used forJeff Trawick2003-07-081-0/+28
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Migrate testsockets to the new test suite.Ryan Bloom2002-11-241-62/+90
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-4/+4
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix compilation error when on non-IPv6 platformsJustin Erenkrantz2001-07-231-0/+4
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.William A. Rowe Jr2001-07-181-6/+6
* Added an inherit flag to apr_socket_create and other socket creationRyan Bloom2001-07-161-6/+6
* Add a simple test that creates a number of sockets of different typesDavid Reid2001-07-071-0/+152