| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment | Nick Kew | 2006-06-08 | 1 | -1/+1 |
* | Tidy up scoreboard.h (Chris Darroch) | Nick Kew | 2006-05-07 | 1 | -12/+2 |
* | Add optional 'scheme://' prefix to ServerName directive. For | Sander Temme | 2006-05-05 | 2 | -1/+5 |
* | Remove a host of dependencies upon awk, using the same template for | William A. Rowe Jr | 2006-04-20 | 1 | -3/+6 |
* | Update the last year of copyright. | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 29 | -29/+29 |
* | Update one of the more important copyright notices prior to any 2006 | Colm MacCarthaigh | 2006-04-16 | 1 | -1/+1 |
* | * Avoid calling ap_proxy_http_cleanup twice as this releases a connection | Ruediger Pluem | 2006-04-14 | 1 | -1/+2 |
* | * Actually increase MODULE_MAGIC_NUMBER_MINOR by one as r390210 only added | Ruediger Pluem | 2006-04-01 | 1 | -1/+1 |
* | Document the removal of the flushing bandaid to a | Jim Jagielski | 2006-03-30 | 1 | -0/+2 |
* | Revert the refactoring of the request read code | Brian Pane | 2006-02-28 | 2 | -12/+0 |
* | * Adjust format of bump comments. No functional change. | Ruediger Pluem | 2006-01-18 | 1 | -75/+78 |
* | * Do a minor bump as minex and minex_set had been added to cache_server_conf | Ruediger Pluem | 2006-01-18 | 1 | -1/+3 |
* | Determined that yes; apr_general.h may be included in .rc files, | William A. Rowe Jr | 2006-01-12 | 1 | -12/+8 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 2 | -34/+13 |
* | Refactoring of ap_read_request() to store partial request state | Brian Pane | 2006-01-01 | 2 | -1/+13 |
* | * include/ap_config.h: Fix the macro name. | Joe Orton | 2005-12-12 | 1 | -1/+1 |
* | * include/ap_config.h: Define AP_HAVE_DESIGNATED_INITIALIZER for GCC | Joe Orton | 2005-12-12 | 1 | -0/+8 |
* | * include/httpd.h (conn_state_e): Remove trailing comma from enum. | Joe Orton | 2005-12-08 | 1 | -1/+1 |
* | Okay, at least be nice when "breaking" the API. | Jim Jagielski | 2005-11-15 | 2 | -6/+8 |
* | Add in the UseCanonicalPhysicalPort directive, which | Jim Jagielski | 2005-11-15 | 1 | -0/+5 |
* | Redesign of request cleanup and logging to use End-Of-Request bucket | Brian Pane | 2005-10-24 | 1 | -1/+40 |
* | New version of ap_core_output_filter that does nonblocking writes | Brian Pane | 2005-10-24 | 1 | -5/+5 |
* | Add new connection states for handler and write completion | Brian Pane | 2005-10-24 | 1 | -0/+2 |
* | Make ap_register_output_filter back into a function (*sigh*) | Nick Kew | 2005-10-12 | 1 | -18/+11 |
* | Make ap_register_output_filter a #define | Nick Kew | 2005-10-12 | 1 | -7/+0 |
* | Corrected an out-of-date comment (it's been a while since main.c has | Brian Pane | 2005-10-09 | 1 | -1/+1 |
* | Bump MODULE_MAGIC_COOKIE to "AP24", as we are already changing the | William A. Rowe Jr | 2005-10-06 | 1 | -1/+2 |
* | NET_TIME, as a standalone feature, was a horrid idea. | William A. Rowe Jr | 2005-10-06 | 2 | -6/+3 |
* | * include/ap_mmn.h (MODULE_MAGIC_NUMBER_MAJOR): Bump for mod_ssl API | Joe Orton | 2005-09-19 | 1 | -2/+3 |
* | New provider function, ap_list_provider_names(), which lists all | Jim Jagielski | 2005-09-09 | 1 | -0/+18 |
* | Add ap_append_pid(); This is performed enough to warrant | Jim Jagielski | 2005-08-31 | 1 | -0/+13 |
* | *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 | 1 | -0/+4 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 30 | -340/+578 |
* | Add ap_relieve_child_processess(), a non-infanticidal copy of | Colm MacCarthaigh | 2005-08-28 | 1 | -2/+19 |
* | Move the "GracefulShutdownTimeout" directive into mpm_common, for re-use | Colm MacCarthaigh | 2005-08-26 | 1 | -0/+10 |
* | Silly me, I forgot to commit this; the definitions for the GRACEFUL_STOP | Colm MacCarthaigh | 2005-08-26 | 1 | -0/+9 |
* | Correct the function prototype/declaration | Colm MacCarthaigh | 2005-08-24 | 1 | -1/+1 |
* | Provide a function for closing all of the listeners. | Colm MacCarthaigh | 2005-08-24 | 1 | -0/+5 |
* | Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf the | Colm MacCarthaigh | 2005-08-23 | 1 | -0/+9 |
* | move trunk to 2.3.0-dev. | Paul Querna | 2005-07-18 | 1 | -2/+2 |
* | c/major bump/minor bump/ | Ian Holsman | 2005-07-18 | 1 | -3/+3 |
* | This patch adds a new hook (request_status) that gets ran in proxy_handler | Ian Holsman | 2005-07-17 | 1 | -1/+2 |
* | The cookie is AP22 by unanimous consent. | William A. Rowe Jr | 2005-07-08 | 1 | -3/+4 |
* | Initially a no-op. Add trace_enable configuration. The http and proxy | William A. Rowe Jr | 2005-07-01 | 2 | -2/+11 |
* | Whoops - two things at once. Document MAGIC_COOKIE "AP21" | William A. Rowe Jr | 2005-07-01 | 1 | -1/+1 |
* | Change Apache httpd 2.1 signature to "AP21" as this flavor | William A. Rowe Jr | 2005-07-01 | 1 | -3/+4 |
* | Move on to 2.1.7-dev. | Paul Querna | 2005-06-24 | 1 | -2/+2 |
* | - Prepare for 2.1.6 tag. | Paul Querna | 2005-06-24 | 1 | -1/+1 |