| Commit message (Expand) | Author | Age | Files | Lines |
| * | * include/ap_socache.h: Use C++ safety wrappers, and rename ->delete | Joe Orton | 2008-12-09 | 1 | -2/+10 |
| * | * include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVIDER as a | Joe Orton | 2008-12-09 | 1 | -0/+3 |
| * | Reduce config overhead for use of socache interface by allowing | Joe Orton | 2008-12-09 | 1 | -7/+12 |
| * | Roll on trunk to 2.3.1-dev. | Paul Querna | 2008-12-07 | 1 | -2/+2 |
| * | Remove -dev flag to prepare for 2.3.0. | Paul Querna | 2008-12-07 | 1 | -1/+1 |
| * | bump minor for new apis | Paul Querna | 2008-12-07 | 1 | -1/+2 |
| * | New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq... | Paul Querna | 2008-12-05 | 2 | -0/+3 |
| * | Add new api, ap_args_to_table, to parse a request's arguments into a table. | Paul Querna | 2008-12-05 | 1 | -0/+2 |
| * | When dtrace support is not present, compile it all the way out. | Paul Querna | 2008-12-05 | 2 | -0/+349 |
| * | Import the core parts of the DTrace patch. This is a modified and updated | Paul Querna | 2008-12-05 | 1 | -0/+7 |
| * | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 3 | -3/+4 |
| * | Prevent AP_FILTER_ERROR from being misinterpreted as SUSPENDED when checking | Eric Covener | 2008-11-29 | 3 | -12/+18 |
| * | * Rip out the old flushing approach for solving lifetime issues between the | Ruediger Pluem | 2008-11-08 | 1 | -1/+4 |
| * | Wrap the global count of privileges handlers operating. Silence grumblers. | Nick Kew | 2008-11-03 | 1 | -1/+1 |
| * | Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup | Nick Kew | 2008-11-03 | 1 | -0/+4 |
| * | Fix handling of authz configurations, make default authz logic replicate | Chris Darroch | 2008-11-02 | 2 | -26/+5 |
| * | major not minor bump for r709708 | Chris Darroch | 2008-11-01 | 1 | -3/+3 |
| * | remove unused AUTHZ_GROUP_NOTE define | Chris Darroch | 2008-11-01 | 2 | -2/+2 |
| * | fix typo | Chris Darroch | 2008-11-01 | 1 | -1/+1 |
| * | whitespace cleanup | Chris Darroch | 2008-11-01 | 1 | -6/+6 |
| * | * include/http_core.h | Paul Querna | 2008-10-29 | 1 | -1/+1 |
| * | * include/mod_auth.h | Paul Querna | 2008-10-29 | 1 | -1/+1 |
| * | * Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thus | Ruediger Pluem | 2008-10-22 | 2 | -1/+25 |
| * | convert tabs to spaces | Chris Darroch | 2008-10-17 | 1 | -5/+5 |
| * | Minor bump when exporting mod_rewrite.h | Graham Leggett | 2008-10-15 | 1 | -1/+2 |
| * | Introduce Suspendable Requests to the Event MPM. | Paul Querna | 2008-09-20 | 4 | -2/+19 |
| * | mod_session_cookie, mod_session_dbd: Make sure cookies are set both | Graham Leggett | 2008-08-30 | 2 | -6/+15 |
| * | The cookie attributes to fix cookie removal required an MMN bump | Graham Leggett | 2008-08-29 | 1 | -2/+3 |
| * | mod_session_cookie: Make sure that cookie attributes are correctly | Graham Leggett | 2008-08-29 | 1 | -2/+6 |
| * | Allow determination of whether to use ';' as | Jim Jagielski | 2008-08-21 | 1 | -1/+2 |
| * | * Add the possibility to set a separate connection timeout for backend | Ruediger Pluem | 2008-08-09 | 1 | -1/+4 |
| * | revert r672639 which lacked a necessary major bump, add a major MMN bump | Eric Covener | 2008-07-22 | 2 | -6/+3 |
| * | fix comment associated with MMN change | Eric Covener | 2008-07-06 | 1 | -1/+1 |
| * | * Include http_config.h to ensure that cmd_parms is defined, otherwise | Ruediger Pluem | 2008-07-04 | 1 | -0/+1 |
| * | mod_auth_digest: Detect during startup when AuthDigestProvider | Eric Covener | 2008-06-29 | 2 | -1/+6 |
| * | Consumed by server/*.c, belongs in include/ | William A. Rowe Jr | 2008-06-07 | 1 | -0/+95 |
| * | ap_ namespace, a dead giveaway that this information should reside | William A. Rowe Jr | 2008-06-07 | 1 | -0/+159 |
| * | You don't export the fn hooked or registered as an optional fn | William A. Rowe Jr | 2008-06-07 | 1 | -23/+0 |
| * | Declare the callback function NONSTD | William A. Rowe Jr | 2008-06-06 | 1 | -1/+2 |
| * | As this is consumed by the core, mod_auth must reside in | William A. Rowe Jr | 2008-06-06 | 1 | -0/+136 |
| * | No. You cannot rely on mod_foo.h magic from the | William A. Rowe Jr | 2008-06-06 | 1 | -0/+137 |
| * | Switch ftp_directory_charset and interpolate_env in proxy_dir_conf, | Nick Kew | 2008-05-28 | 1 | -2/+5 |
| * | The response to the TRACE method is partially garbled on an EBCDIC platform. | Greg Ames | 2008-05-23 | 1 | -0/+2 |
| * | Currently each of the caching module includes logic to implement | Dirk-Willem van Gulik | 2008-04-17 | 1 | -1/+3 |
| * | Move the public mod_request.h header out of the include directory and back to... | Graham Leggett | 2008-04-15 | 1 | -124/+0 |
| * | Move the KeptBodySize directive, kept_body filters and the | Graham Leggett | 2008-04-11 | 2 | -48/+124 |
| * | Add a function to the http filters that is able to parse an HTML | Graham Leggett | 2008-04-09 | 1 | -1/+49 |
| * | Add major bump for removing ap_graceful_stop_signalled | Paul Querna | 2008-04-07 | 1 | -2/+3 |
| * | * include/http_request.h: Fix warning with gcc -Wall. | Joe Orton | 2008-04-07 | 1 | -1/+1 |
| * | Remove ap_graceful_stop_signalled from all MPMs. | Paul Querna | 2008-04-07 | 1 | -8/+0 |