| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 76 | -76/+76 |
* | decouple the two scoreboard full messages | Greg Ames | 2006-04-14 | 2 | -22/+20 |
* | * Initialize last_char as otherwise a random value will be compared | Ruediger Pluem | 2006-04-14 | 1 | -0/+8 |
* | MaxClients isn't the only reason the scoreboard can fill up. another | Greg Ames | 2006-04-13 | 2 | -10/+33 |
* | * Rollback r393037 as this was vetoed by wrowe. Details see | Ruediger Pluem | 2006-04-11 | 1 | -4/+2 |
* | * Prevent r->parsed_uri.path from being NULL as this can cause segmentation | Ruediger Pluem | 2006-04-10 | 1 | -2/+4 |
* | remove unnecessary whitespace | Jeff Trawick | 2006-04-10 | 1 | -1/+0 |
* | We actually want to reach the rest of the code :) | Jim Jagielski | 2006-04-03 | 1 | -1/+0 |
* | Default handler: Don't return output filter apr_status_t values. | Jeff Trawick | 2006-04-03 | 1 | -0/+14 |
* | With all of the, uhm, interesting manners in which httpd | William A. Rowe Jr | 2006-04-01 | 1 | -1/+6 |
* | uri_delims moved to apr-util EONS ago. | William A. Rowe Jr | 2006-03-09 | 1 | -1/+1 |
* | Revert the refactoring of the request read code | Brian Pane | 2006-02-28 | 1 | -281/+266 |
* | Fill in the scoreboard's tid field in the event MPM, just like we do in | Garrett Rooney | 2006-02-25 | 1 | -0/+1 |
* | Make the worker and event MPMs support GracefulShutdownTimeout just like | Garrett Rooney | 2006-02-13 | 2 | -4/+16 |
* | Solaris build proposal; don't fail on missing .h files within | William A. Rowe Jr | 2006-02-04 | 1 | -2/+1 |
* | * Improve fix for PR38123. This fixes PR38123 and PR37790 (whose fix has been | Ruediger Pluem | 2006-01-22 | 1 | -6/+10 |
* | PR#38070: When a CGI script emits an explicit "Status:" header, | Nick Kew | 2006-01-20 | 1 | -2/+15 |
* | * Fix PR38123 by adding the HTTP_IN filter also in the case of an invalid | Ruediger Pluem | 2006-01-18 | 1 | -0/+2 |
* | Make some error checking more clear by using the defined constants instead | Garrett Rooney | 2006-01-12 | 1 | -5/+5 |
* | An unambigous cast, if limit is <0 it's unlimited. | William A. Rowe Jr | 2006-01-12 | 1 | -2/+3 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 2 | -185/+36 |
* | Update status before we run the logging hook | Jim Jagielski | 2006-01-06 | 1 | -0/+1 |
* | * Fix a regression from 2.2.x: Set c->aborted to 1 if the return code from | Ruediger Pluem | 2006-01-05 | 1 | -0/+10 |
* | Refactoring of ap_read_request() to store partial request state | Brian Pane | 2006-01-01 | 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-14 | 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-24 | 1 | -1/+0 |
* | New version of ap_core_output_filter that does nonblocking writes | Brian Pane | 2005-10-24 | 1 | -545/+373 |
* | Add new connection states for handler and write completion | Brian Pane | 2005-10-24 | 1 | -0/+8 |
* | * Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), by | Ruediger Pluem | 2005-10-21 | 1 | -4/+3 |