| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring of ap_read_request() to store partial request state | Brian Pane | 2005-12-31 | 1 | -267/+280 |
| * | Removed the destruction of the bucket allocator prior to | Brian Pane | 2005-12-31 | 1 | -1/+0 |
| * | * Move code for broken backend detection out of core filter into a new http | Ruediger Pluem | 2005-12-18 | 1 | -18/+5 |
| * | * If the mod_proxy backend connection broke in the middle of the response, | Ruediger Pluem | 2005-12-18 | 1 | -5/+18 |
| * | * server/protocol.c (ap_old_write_filter): Use NULL for the NULL | Joe Orton | 2005-12-16 | 1 | -1/+1 |
| * | Bring forward the fix for CVE-2005-3352 already on the branches: | Joe Orton | 2005-12-16 | 1 | -0/+6 |
| * | Fix for Bug 37790 (hangs on error return from post_read_request) | Nick Kew | 2005-12-05 | 1 | -0/+2 |
| * | Only define sendfile_nonblocking if APR_HAS_SENDFILE is true. | Paul Querna | 2005-12-03 | 1 | -0/+3 |
| * | When computing the timeouts for keepalives and write completion, | Brian Pane | 2005-11-27 | 1 | -5/+3 |
| * | remove an obsolete comment | Brian Pane | 2005-11-20 | 1 | -4/+0 |
| * | No functional change: remove "internal" tab spacing/formatting. | Jim Jagielski | 2005-11-16 | 7 | -42/+42 |
| * | Revert UCN default change - set back to Off, which is | Jim Jagielski | 2005-11-15 | 1 | -2/+2 |
| * | Add in the UseCanonicalPhysicalPort directive, which | Jim Jagielski | 2005-11-15 | 1 | -45/+92 |
| * | drop dependency on apr_wait_for_io_or_timeout() | Jeff Trawick | 2005-11-13 | 1 | -2/+11 |
| * | Minor refactoring: move the creation of the pollset and associated | Brian Pane | 2005-11-13 | 1 | -35/+48 |
| * | No functional change: more indenting/formatting changes due to | Jim Jagielski | 2005-11-10 | 4 | -23/+23 |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 43 | -1436/+1436 |
| * | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 19 | -172/+172 |
| * | Moved the extended_status scoreboard update from ap_process_http_connection | Brian Pane | 2005-10-30 | 1 | -0/+4 |
| * | Restore the socket timeout after setting it to zero for nonblocking | Brian Pane | 2005-10-28 | 1 | -19/+36 |
| * | * server/eor_bucket.c: Pick up ap_run_log_transaction prototype. | Joe Orton | 2005-10-24 | 1 | -0/+1 |
| * | Async write completion for Event MPM | Brian Pane | 2005-10-24 | 1 | -14/+83 |
| * | Redesign of request cleanup and logging to use End-Of-Request bucket | Brian Pane | 2005-10-24 | 2 | -1/+67 |
| * | remove debugging code | Brian Pane | 2005-10-23 | 1 | -1/+0 |
| * | New version of ap_core_output_filter that does nonblocking writes | Brian Pane | 2005-10-23 | 1 | -545/+373 |
| * | Add new connection states for handler and write completion | Brian Pane | 2005-10-23 | 1 | -0/+8 |
| * | * Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), by | Ruediger Pluem | 2005-10-21 | 1 | -4/+3 |
| * | keep the proxied Content-Length header for a HEAD response. PR 18757 | Greg Ames | 2005-10-20 | 1 | -1/+13 |
| * | Make ap_register_output_filter back into a function (*sigh*) | Nick Kew | 2005-10-12 | 1 | -0/+9 |
| * | Make ap_register_output_filter a #define | Nick Kew | 2005-10-12 | 1 | -9/+0 |
| * | remove the recycled_pool variable to keep it more in sync with worker. | Greg Ames | 2005-10-08 | 1 | -6/+2 |
| * | remove obsolete constant | Greg Ames | 2005-10-08 | 1 | -11/+1 |
| * | use Greg's cleaner fix for CAN-2005-2970 | Jeff Trawick | 2005-10-08 | 1 | -13/+9 |
| * | NET_TIME, as a standalone feature, was a horrid idea. | William A. Rowe Jr | 2005-10-06 | 3 | -45/+36 |
| * | Pay close attention to core_create_req() ... and note | William A. Rowe Jr | 2005-10-05 | 3 | -5/+10 |
| * | Initialise a variable, to avoid a gcc warning. | Colm MacCarthaigh | 2005-10-03 | 1 | -1/+2 |
| * | Remove some trailing spaces. Syncs with 2.2.x. | Colm MacCarthaigh | 2005-10-03 | 1 | -4/+4 |
| * | SECURITY: CAN-2005-2970 (cve.mitre.org) | Jeff Trawick | 2005-09-30 | 1 | -0/+5 |
| * | Clean up c2x code-path by not double-setting the prefix variable. | Justin Erenkrantz | 2005-09-28 | 1 | -8/+7 |
| * | When doing a subrequest lookup, do not lookup using the quickhandler if | Colm MacCarthaigh | 2005-09-27 | 1 | -2/+10 |
| * | * server/connection.c (ap_lingering_close): Cleanup; no functional change. | Joe Orton | 2005-09-25 | 1 | -7/+3 |
| * | * server/connection.c (ap_lingering_close): Fix lingering close to | Joe Orton | 2005-09-25 | 1 | -10/+16 |
| * | * server/request.c (core_opts_merge): When AllowOverride is specified | Joe Orton | 2005-09-23 | 1 | -2/+0 |
| * | * server/mpm/prefork/prefork.c: Add volatile qualifier to die_now | Joe Orton | 2005-09-19 | 1 | -1/+1 |
| * | get rid of an obsolete comment. the separate event thread disappeared when | Greg Ames | 2005-09-17 | 1 | -3/+2 |
| * | Remove a call to strerror(). Possibly a leftover from prior debugging code. | Colm MacCarthaigh | 2005-09-12 | 1 | -1/+0 |
| * | Any failure in apr_stat on a symlink currently gives | Joshua Slive | 2005-09-10 | 1 | -1/+2 |
| * | Move the timeout mutex up, to limit the time we are holding it. | Paul Querna | 2005-09-09 | 1 | -2/+1 |
| * | New provider function, ap_list_provider_names(), which lists all | Jim Jagielski | 2005-09-09 | 1 | -2/+69 |
| * | httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting | Jeff Trawick | 2005-09-01 | 1 | -0/+2 |