| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | Move the call to set the socket timeout outside the loop. | Bill Stoddard | 2001-02-14 | 1 | -1/+1 |
* | Fix lingering close (and make it more efficient). We were blocking on | Bill Stoddard | 2001-02-14 | 1 | -14/+12 |
* | Start getting extended status working again. | Bill Stoddard | 2001-02-14 | 1 | -0/+3 |
* | This is the wrong place to mark the server ready. Servers need to be marked ... | Bill Stoddard | 2001-02-13 | 1 | -1/+0 |
* | Begin to move the code that updates the child status out of the MPMs and | Ryan Bloom | 2001-02-12 | 1 | -0/+3 |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 1 | -8/+3 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -17/+17 |
* | Bring mod_status for 2.0 back in line with mod_status for 1.3. This is | Ryan Bloom | 2001-02-01 | 1 | -5/+6 |
* | handle a TCP connection reset between the time we accept the connection | Jeff Trawick | 2001-02-01 | 1 | -2/+16 |
* | The fast fix to get FirstBill back out of the gate. It brings up an | William A. Rowe Jr | 2001-01-19 | 1 | -1/+1 |
* | By popular review | William A. Rowe Jr | 2001-01-19 | 1 | -1/+1 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -8/+8 |
* | Simplify the lingering close logic a bit. Doesn't actually change | Ryan Bloom | 2001-01-02 | 1 | -5/+3 |
* | The local_addr and remote_addr fields in the conn_rec are now | Jeff Trawick | 2000-12-14 | 1 | -7/+4 |
* | Get rid of ap_new_apr_connection(). ap_new_connection() now has | Jeff Trawick | 2000-12-04 | 1 | -18/+3 |
* | Stop referencing apr_get_socket_inaddr(), apr_get_remote_name(), and | Jeff Trawick | 2000-12-01 | 1 | -4/+5 |
* | updates to changed interfaces to apr_set_port(), apr_get_port(), | Jeff Trawick | 2000-11-21 | 1 | -2/+5 |
* | Clean up some timeout arg warnings | William A. Rowe Jr | 2000-11-18 | 1 | -1/+1 |
* | Change the code to reflect the recent API changes... | David Reid | 2000-11-09 | 1 | -2/+2 |
* | Remove BUFF from the main server. :-) The buff code needs to remain as | Ryan Bloom | 2000-11-09 | 1 | -3/+0 |
* | Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return | Ryan Bloom | 2000-11-07 | 1 | -1/+1 |
* | We don't really want to fool around with socket structures if we don't have to, | David Reid | 2000-11-03 | 1 | -5/+2 |
* | Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUT | Jeff Trawick | 2000-11-01 | 1 | -2/+3 |
* | Make lingering close access the socket directly, instead of relying on | Ryan Bloom | 2000-10-23 | 1 | -9/+19 |
* | Get rid of a couple of buff-isms -- setting the B_EOUT flag in a couple | Jeff Trawick | 2000-10-22 | 1 | -3/+2 |
* | Change some of the BUFF calls to direct calls to the socket. | Ryan Bloom | 2000-10-19 | 1 | -4/+4 |
* | This begins to remove BUFF from the server. The idea is to go very slowly | Ryan Bloom | 2000-10-18 | 1 | -4/+8 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -1/+1 |
* | Add the first draft of the http_filter. In time this filter will split | Ryan Bloom | 2000-10-06 | 1 | -0/+1 |
* | Add a bit of infrastructure which will be needed for input filtering: | Jeff Trawick | 2000-10-05 | 1 | -1/+1 |
* | Now that we have ap_add_input_filter(), rename ap_add_filter() to | Jeff Trawick | 2000-10-05 | 1 | -1/+1 |
* | Connection oriented filters are now stored in the conn_rec instead of the | Ryan Bloom | 2000-10-05 | 1 | -0/+1 |
* | Move where the CORE_IN filter is added to the server. We used to do this | Ryan Bloom | 2000-10-02 | 1 | -2/+6 |
* | Implement input filtering. This is definately not completely correct, but | Ryan Bloom | 2000-10-02 | 1 | -0/+3 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -1/+1 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -15/+15 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | Fix some bad ap_log_error() invocations. Comment on a bad | Jeff Trawick | 2000-07-18 | 1 | -1/+1 |
* | Remove const from ap_socket_t parameters on APR functions so that | Jeff Trawick | 2000-06-26 | 1 | -1/+1 |
* | Removed the pointless ap_is_aborted macro. | Roy T. Fielding | 2000-06-20 | 1 | -2/+1 |
* | Add notes field to conn_rec | Allan K. Edwards | 2000-06-19 | 1 | -0/+1 |
* | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-13 | 1 | -0/+4 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 1 | -0/+3 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -4/+2 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -2/+4 |
* | Create new function, ap_lingering_close(), which will explicitly do a lingeri... | Bill Stoddard | 2000-05-11 | 1 | -25/+17 |
* | Exit connection processing normally on a graceful shutdown (which will allow | Bill Stoddard | 2000-05-11 | 1 | -6/+3 |
* | change ap_hook_pre_connection from VOID to RUN_ALL | Doug MacEachern | 2000-04-28 | 1 | -1/+1 |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 1 | -5/+5 |