| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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-06 | 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 |
* | * server/listen.c (open_listeners): Avoid shadowing the 'next' | Joe Orton | 2005-09-01 | 1 | -1/+1 |
* | Initiliase all of the first_*_limit variables to zero, so that we can actually | Colm MacCarthaigh | 2005-08-31 | 4 | -7/+7 |
* | Revert one part. I should have tested seperately. This line isn't neccessary. | Colm MacCarthaigh | 2005-08-31 | 1 | -1/+1 |
* | Actually allow the admin to set thread_limit higher than the default. | Colm MacCarthaigh | 2005-08-31 | 1 | -3/+3 |
* | Add ap_append_pid(); This is performed enough to warrant | Jim Jagielski | 2005-08-31 | 2 | -6/+17 |
* | More getpid format fixes | Jim Jagielski | 2005-08-31 | 1 | -4/+4 |
* | * server/main.c (suck_in_APR): Remove weird gzeof reference which | Joe Orton | 2005-08-31 | 1 | -1/+0 |
* | Implement graceful stop in the event MPM. Implementation is identical to | Colm MacCarthaigh | 2005-08-29 | 2 | -7/+74 |
* | *how* did I mis-spell that. | Colm MacCarthaigh | 2005-08-29 | 1 | -1/+1 |
* | Move the "GracefulShutdownTimeout" command definition into mpm_common | Colm MacCarthaigh | 2005-08-29 | 2 | -6/+2 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 32 | -11/+273 |