| Commit message (Expand) | Author | Files | Lines |
2010-09-22 | Add ap_rxplus to new_api docs | Nick Kew | 1 | -0/+8 |
2010-09-22 | FakeBasicAuth, not FakeBasic | Mads Toftum | 2 | -2/+2 |
2010-09-22 | axe an unnecessary call to sscanf() when parsing the response line | Jeff Trawick | 1 | -5/+4 |
2010-09-22 | Move private cache_* declarations out of the public mod_cache.h file. | Graham Leggett | 5 | -26/+57 |
2010-09-22 | Update mod_disk_cache to comply with the new create_entity() interface. | Graham Leggett | 1 | -1/+2 |
2010-09-21 | Add an MMN bump for create_entity in mod_cache.h. | Graham Leggett | 1 | -0/+2 |
2010-09-21 | mod_cache: Give the cache provider the opportunity to choose to cache | Graham Leggett | 4 | -5/+10 |
2010-09-21 | Minor MMN bump for ap_rxplus API | Nick Kew | 2 | -2/+2 |
2010-09-21 | Remove cruft that accidentally got into r999533 | Nick Kew | 1 | -56/+0 |
2010-09-21 | Introduce ap_rxplus class: higher-level regexps supporting perl-style | Nick Kew | 5 | -2/+346 |
2010-09-21 | Reformat these <pre> tables as actual HTML tables | Rich Bowen | 2 | -133/+271 |
2010-09-21 | Removes the completely unecessary .* on several examples where it only | Rich Bowen | 2 | -10/+10 |
2010-09-21 | Adds the -le, -lt, -eq, -ge, and -gt test flags added by wrowe. | Rich Bowen | 2 | -14/+110 |
2010-09-21 | Add descriptions of the new RewriteCond test flags, -L, -h, and the new | Rich Bowen | 2 | -36/+88 |
2010-09-21 | * LimitRequestBody does not affect Proxy requests (Should it?). | Ruediger Pluem | 1 | -0/+15 |
2010-09-21 | Removing ``FAQs'' which are *really* out of date. | Igor Galić | 2 | -162/+20 |
2010-09-20 | Fold in possible use of FNV if desired | Jim Jagielski | 2 | -9/+17 |
2010-09-19 | simplify walking through array of returned apr_pollfd_t | Jeff Trawick | 1 | -5/+4 |
2010-09-19 | fix one error message, eliminate another that will never | Jeff Trawick | 1 | -5/+1 |
2010-09-19 | Update transformations | Stefan Fritsch | 10 | -36/+243 |
2010-09-19 | Fix typos | Stefan Fritsch | 1 | -4/+4 |
2010-09-19 | Fix lots of cut'n'paste errors and an xml validation error in French | Stefan Fritsch | 1 | -17/+17 |
2010-09-19 | Add method authz provider as potential Limit/LimitExcept replacement. | Stefan Fritsch | 2 | -0/+68 |
2010-09-19 | Allow authz providers to check args while reading the config and allow | Stefan Fritsch | 11 | -31/+124 |
2010-09-19 | Shorten the changes entries. | Graham Leggett | 1 | -14/+6 |
2010-09-19 | mod_include: Move the request_rec within mod_include to be | Graham Leggett | 4 | -13/+20 |
2010-09-19 | Updates. | Lucien Gentis | 5 | -49/+243 |
2010-09-19 | Update transformations. | Graham Leggett | 2 | -6/+51 |
2010-09-19 | mod_include: Reinstate support for UTF-8 character sets by allowing a | Graham Leggett | 3 | -37/+210 |
2010-09-18 | Explanation on how to prioritize mime-types on the serverside with AddType. | Igor Galić | 2 | -17/+42 |
2010-09-18 | Removing ™ from mod_privileges, because it breaks the LaTeX build, and ... | Igor Galić | 4 | -4/+4 |
2010-09-16 | Introduce integer comparison support in RewriteCond | William A. Rowe Jr | 1 | -2/+35 |
2010-09-16 | Reduce complexity and fix a regex.t based on observation by rpluem; | William A. Rowe Jr | 1 | -18/+20 |
2010-09-16 | No need to call the cleanup in the forked-child case. | Graham Leggett | 1 | -1/+1 |
2010-09-16 | Ensure the return value is initialised. | Graham Leggett | 1 | -1/+1 |
2010-09-16 | Fix to apidoc comments in ap_regex | Nick Kew | 1 | -3/+5 |
2010-09-16 | *) Accept modern bash test conventions of -h or -L for testing symlinks | William A. Rowe Jr | 1 | -8/+43 |
2010-09-16 | mod_cache: Add a discrete commit_entity() provider function within the | Graham Leggett | 6 | -151/+230 |
2010-09-14 | Handle the case where a brigade might have buckets following the eos | Graham Leggett | 2 | -1/+10 |
2010-09-13 | Update transformations. | Graham Leggett | 19 | -20/+114 |
2010-09-13 | mod_cache: Change the signature of the store_body() provider function | Graham Leggett | 7 | -50/+303 |
2010-09-12 | Minor bump for ap_cache_check_allowed(). | Graham Leggett | 1 | -1/+2 |
2010-09-12 | add errorlog formats for request notes and env vars | Stefan Fritsch | 2 | -19/+43 |
2010-09-12 | add comment about (not) using pools in error log format handlers | Stefan Fritsch | 1 | -0/+4 |
2010-09-10 | readability fix, as suggested by Ruediger Pluem | Stefan Fritsch | 1 | -6/+3 |
2010-09-10 | Further clarification of SuppressHTMLPreamble + ReadmeName behavior. | Rich Bowen | 5 | -8/+10 |
2010-09-10 | Clarify that SuppressHTMLPreamble also suppresses the </body></html> on | Rich Bowen | 2 | -2/+7 |
2010-09-06 | - Add another check during ErrorLogFormat parsing | Stefan Fritsch | 3 | -19/+23 |
2010-09-05 | update transformations | Stefan Fritsch | 34 | -1165/+1315 |
2010-09-05 | remove unused variables | Stefan Fritsch | 2 | -2/+1 |