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