summaryrefslogtreecommitdiff
path: root/test/server.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
* set timeout on socket prior to recv, since data may nottrawick2004-01-091-0/+3
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-6/+6
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-181-1/+8
* APR occurances to update for socket_opt_get/set and socket_timeout_get/setwrowe2002-07-151-2/+2
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-1/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* clean up the way we look at the family of an apr_sockaddr_ttrawick2002-03-121-1/+1
* Hmmm... parent-child status messages need to be interwoven. This aughtwrowe2001-07-271-0/+2
* How is this for short and sweet. Drop in #include "aprtest.h" for thesewrowe2001-07-271-126/+52
* 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
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-32/+32
* 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
* Remove a warning from server.crbb2000-12-031-1/+1
* updates to changed interfaces to apr_set_port(), apr_get_port(),trawick2000-11-211-6/+8
* Change apr_bind() to take apr_sockaddr_t.trawick2000-11-191-10/+52
* This changes AF_ to APR_. The reason is that if we're on a platformdreid2000-11-181-1/+1
* Add apr_inet_ntop(), apr_inet_pton(), apr_create_socket(), andtrawick2000-11-161-2/+2
* Fix a spelling error...dreid2000-11-161-1/+1
* 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
* prefix libapr functions and types with apr_dougm2000-08-021-46/+46
* Turn on SO_REUSEADDR in the server test program.trawick2000-06-271-0/+8
* 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-0/+9
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Add a context parameter to ap_accept() for the connection socket to bebjh1999-10-241-1/+1
* Enhancements for APR network_io. Adds separate local/remote access methods forbjh1999-10-241-1/+9
* Bring network code to the parameter order spec. This means contexts go last,rbb1999-10-101-1/+1
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-4/+4
* 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-2/+2
* Initial revisionrbb1999-08-171-0/+198