summaryrefslogtreecommitdiff
path: root/test/client.c
Commit message (Expand)AuthorAgeFilesLines
* Update license header.jorton2006-09-201-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-4/+4
* APR occurances to update for socket_opt_get/set and socket_timeout_get/setwrowe2002-07-151-1/+1
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* add some simple diagnostics for apr_send() failurestrawick2001-08-071-2/+3
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-181-1/+1
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-1/+1
* apr_connect() on Unix:trawick2001-07-101-10/+10
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* Add a family field to apr_sockaddr_t so there is a straightforward placetrawick2001-05-021-1/+1
* We didn't have logic to retry an EAGAIN error from apr_recv(),trawick2001-03-311-19/+7
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-16/+16
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspwrowe2001-01-231-1/+6
* Fix a bunch of type mis-matches in the test code.rbb2000-12-031-1/+1
* updates to changed interfaces to apr_set_port(), apr_get_port(),trawick2000-11-211-8/+10
* The client test program now makes better use of apr_getaddrinfo(),trawick2000-11-191-20/+22
* This changes AF_ to APR_. The reason is that if we're on a platformdreid2000-11-181-1/+1
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.trawick2000-11-171-5/+7
* This is the next step in the conversion of socket address functions todreid2000-11-091-2/+2
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portdreid2000-11-081-3/+3
* Change to apr_port_t to remove compiler warnings and bring us up to date.dreid2000-11-081-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-31/+31
* Prevent incorrect generation of dependencies on system header files bybjh2000-06-031-1/+1
* apr_errno.h:trawick2000-04-281-5/+6
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newtrawick2000-04-161-8/+27
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* call ap_initialize() and ap_terminate()trawick2000-04-031-1/+15
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Enhancements for APR network_io. Adds separate local/remote access methods forbjh1999-10-241-4/+14
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-2/+2
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Fix the test programs to use the new timeout API's in network I/O. Also, fixrbb1999-09-031-3/+3
* Initial revisionrbb1999-08-171-0/+153