summaryrefslogtreecommitdiff
path: root/test/testsockopt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-2/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Allow setting both the TCP_NODELAY and TCP_CORK socket options forJoe Orton2005-08-251-1/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Eliminate APR_STATUS_IS_SUCCESS macro.Justin Erenkrantz2004-07-311-1/+1
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-1/+1
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-25/+25
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-41/+41
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* remove these deprecated interfaces:Jeff Trawick2003-09-031-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Move CuAssertSuccess to apr_assert_success, and remove it from theRyan Bloom2002-12-061-1/+1
* Rework set_debug test to work on platforms which allow setting SO_DEBUGJoe Orton2002-12-061-21/+12
* Migrate testsockopt to the new test suite.Ryan Bloom2002-12-031-147/+111
* APR occurances to update for socket_opt_get/set and socket_timeout_get/setWilliam A. Rowe Jr2002-07-151-11/+11
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...Martin Kraemer2001-08-221-1/+1
* change some of the test programs to use exit status 0 forJeff Trawick2001-08-011-1/+1
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.William A. Rowe Jr2001-07-181-1/+1
* Added an inherit flag to apr_socket_create and other socket creationRyan Bloom2001-07-161-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* ignore failure to set APR_SO_DEBUG; some platforms don't have itJeff Trawick2001-04-191-17/+17
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-14/+14
* Get tests building, and actually checking for libapr.la revisions toWilliam A. Rowe Jr2001-01-281-1/+6
* Add a small test program for testing the new socket options code.David Reid2001-01-251-0/+220