| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up the #defines for the Satisfy directive that no longer exists | Bradley Nicholes | 2006-01-06 | 1 | -7/+0 |
| * | Clean up and remove dead code | Bradley Nicholes | 2005-12-31 | 1 | -31/+0 |
| * | Remove the 'satisfy' directive and the ap_satisfy() and ap_requires() APIs si... | Bradley Nicholes | 2005-12-31 | 1 | -11/+14 |
| * | Add general authn and authz modules to hold non-authxxx specific directives s... | Bradley Nicholes | 2005-12-06 | 1 | -8/+6 |
| * | Reimplement ap_some_auth_required as an optional function since the data has ... | Bradley Nicholes | 2005-12-02 | 1 | -0/+1 |
| * | first cut at moving the require directive out of mod_core and implementing it... | Bradley Nicholes | 2005-11-30 | 1 | -3/+15 |
| * | 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-23 | 1 | -5/+5 |
| * | Add new connection states for handler and write completion | Brian Pane | 2005-10-23 | 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-28 | 30 | -340/+578 |
| * | Add ap_relieve_child_processess(), a non-infanticidal copy of | Colm MacCarthaigh | 2005-08-27 | 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 |
| * | Onward to 2.1.6-dev! | Paul Querna | 2005-06-17 | 1 | -2/+2 |
| * | * include/ap_release.h: Remove -dev to prepare for 2.1.5 tag. | Paul Querna | 2005-06-17 | 1 | -1/+1 |
| * | Update remaining 2004 copyright notices. | Joe Orton | 2005-06-14 | 1 | -1/+2 |
| * | Merge the listen-protocol sandbox branch to trunk. | Paul Querna | 2005-06-14 | 3 | -5/+15 |
| * | Add monitor hook (discussed under "watchdog" thread). | Nick Kew | 2005-06-07 | 1 | -0/+2 |
| * | The new function ap_logs_child_init() is intended for use | Jeff Trawick | 2005-05-20 | 1 | -0/+4 |
| * | Support the suppress-error-charset setting, as with Apache 1.3.x. | Jeff Trawick | 2005-05-16 | 1 | -0/+3 |
| * | Prevent hangs of child processes when writing to piped loggers at | Jeff Trawick | 2005-05-15 | 1 | -0/+10 |
| * | Add the LDAPVerifyServerCert directive to util_ldap to force | Bradley Nicholes | 2005-05-11 | 1 | -0/+1 |
| * | Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ... | Paul Querna | 2005-05-04 | 2 | -2/+15 |
| * | The SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt ... | Paul Querna | 2005-05-04 | 1 | -4/+1 |
| * | Add ap_vhost_iterate_given_conn() as I had previously mentioned on the mailin... | Paul Querna | 2005-04-25 | 2 | -1/+26 |
| * | Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h... | Paul Querna | 2005-04-25 | 1 | -8/+1 |