summaryrefslogtreecommitdiff
path: root/test/testsockets.c
Commit message (Expand)AuthorAgeFilesLines
* * 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