summaryrefslogtreecommitdiffstats
path: root/server/connection.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Move the call to set the socket timeout outside the loop.Bill Stoddard2001-02-141-1/+1
* Fix lingering close (and make it more efficient). We were blocking onBill Stoddard2001-02-141-14/+12
* Start getting extended status working again.Bill Stoddard2001-02-141-0/+3
* This is the wrong place to mark the server ready. Servers need to be marked ...Bill Stoddard2001-02-131-1/+0
* Begin to move the code that updates the child status out of the MPMs andRyan Bloom2001-02-121-0/+3
* *) continued header revampingGreg Stein2001-02-101-8/+3
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-17/+17
* Bring mod_status for 2.0 back in line with mod_status for 1.3. This isRyan Bloom2001-02-011-5/+6
* handle a TCP connection reset between the time we accept the connectionJeff Trawick2001-02-011-2/+16
* The fast fix to get FirstBill back out of the gate. It brings up anWilliam A. Rowe Jr2001-01-191-1/+1
* By popular reviewWilliam A. Rowe Jr2001-01-191-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-8/+8
* Simplify the lingering close logic a bit. Doesn't actually changeRyan Bloom2001-01-021-5/+3
* The local_addr and remote_addr fields in the conn_rec are nowJeff Trawick2000-12-141-7/+4
* Get rid of ap_new_apr_connection(). ap_new_connection() now hasJeff Trawick2000-12-041-18/+3
* Stop referencing apr_get_socket_inaddr(), apr_get_remote_name(), andJeff Trawick2000-12-011-4/+5
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-211-2/+5
* Clean up some timeout arg warningsWilliam A. Rowe Jr2000-11-181-1/+1
* Change the code to reflect the recent API changes...David Reid2000-11-091-2/+2
* Remove BUFF from the main server. :-) The buff code needs to remain asRyan Bloom2000-11-091-3/+0
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnRyan Bloom2000-11-071-1/+1
* We don't really want to fool around with socket structures if we don't have to,David Reid2000-11-031-5/+2
* Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUTJeff Trawick2000-11-011-2/+3
* Make lingering close access the socket directly, instead of relying onRyan Bloom2000-10-231-9/+19
* Get rid of a couple of buff-isms -- setting the B_EOUT flag in a coupleJeff Trawick2000-10-221-3/+2
* Change some of the BUFF calls to direct calls to the socket.Ryan Bloom2000-10-191-4/+4
* This begins to remove BUFF from the server. The idea is to go very slowlyRyan Bloom2000-10-181-4/+8
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* Add the first draft of the http_filter. In time this filter will splitRyan Bloom2000-10-061-0/+1
* Add a bit of infrastructure which will be needed for input filtering:Jeff Trawick2000-10-051-1/+1
* Now that we have ap_add_input_filter(), rename ap_add_filter() toJeff Trawick2000-10-051-1/+1
* Connection oriented filters are now stored in the conn_rec instead of theRyan Bloom2000-10-051-0/+1
* Move where the CORE_IN filter is added to the server. We used to do thisRyan Bloom2000-10-021-2/+6
* Implement input filtering. This is definately not completely correct, butRyan Bloom2000-10-021-0/+3
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-15/+15
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Fix some bad ap_log_error() invocations. Comment on a badJeff Trawick2000-07-181-1/+1
* Remove const from ap_socket_t parameters on APR functions so thatJeff Trawick2000-06-261-1/+1
* Removed the pointless ap_is_aborted macro.Roy T. Fielding2000-06-201-2/+1
* Add notes field to conn_recAllan K. Edwards2000-06-191-0/+1
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-131-0/+4
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+3
* PR:William A. Rowe Jr2000-05-281-4/+2
* William A. Rowe Jr2000-05-271-2/+4
* Create new function, ap_lingering_close(), which will explicitly do a lingeri...Bill Stoddard2000-05-111-25/+17
* Exit connection processing normally on a graceful shutdown (which will allowBill Stoddard2000-05-111-6/+3
* change ap_hook_pre_connection from VOID to RUN_ALLDoug MacEachern2000-04-281-1/+1
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-5/+5