| Commit message (Expand) | Author | Age | Files | Lines |
| * | mod_cache: Accept HT (Horizontal Tab) when parsing cache related header | Graham Leggett | 2015-11-03 | 1 | -1/+1 |
| * | Backport r1690120. | Christophe Jaillet | 2015-07-11 | 1 | -1/+1 |
| * | Merge r1591328, r1594643, r1594648 from trunk: | Jim Jagielski | 2014-05-30 | 1 | -0/+6 |
| * | mod_cache: Honour Cache-Control: no-store in a request. | Graham Leggett | 2013-05-28 | 1 | -1/+10 |
| * | mod_cache: Make sure Vary processing handles multivalued Vary headers and | Graham Leggett | 2013-05-28 | 1 | -0/+7 |
| * | mod_cache: Ignore response headers specified by no-cache=header and | Graham Leggett | 2013-05-28 | 1 | -0/+13 |
| * | change signed single-bit fields to unsigned | Jeff Trawick | 2011-03-29 | 1 | -38/+38 |
| * | fix doxygen warnings | Jeff Trawick | 2011-03-27 | 1 | -0/+1 |
| * | mod_cache: Make CacheEnable and CacheDisable configurable per | Graham Leggett | 2011-03-12 | 1 | -0/+6 |
| * | Fix some doxygen warnings | Stefan Fritsch | 2010-12-08 | 1 | -2/+2 |
| * | Optimise the configuration structures for mod_cache. | Graham Leggett | 2010-10-17 | 1 | -49/+49 |
| * | As cache_control_t is public, make ap_cache_control() public with it. Bump | Graham Leggett | 2010-10-17 | 1 | -8/+0 |
| * | Complete the optimisation of Cache-Control header parsing. Make the | Graham Leggett | 2010-10-16 | 1 | -25/+0 |
| * | Begin the process of optimising the parsing of Cache-Control headers. Parse | Graham Leggett | 2010-10-16 | 1 | -0/+43 |
| * | mod_cache: Optionally serve stale data when a revalidation returns a | Graham Leggett | 2010-10-11 | 1 | -0/+6 |
| * | Remove the attempt to pass the cache key into the lock functions, use | Graham Leggett | 2010-10-04 | 1 | -4/+3 |
| * | mod_cache: Allow control over the base URL of reverse proxied requests | Graham Leggett | 2010-10-03 | 1 | -0/+2 |
| * | mod_cache: CacheLastModifiedFactor, CacheStoreNoStore, CacheStorePrivate, | Graham Leggett | 2010-10-02 | 1 | -24/+25 |
| * | mod_cache: Add the cache_status hook to register the final cache | Graham Leggett | 2010-09-27 | 1 | -1/+13 |
| * | Move mod_cache-private includes and defines from the public mod_cache.h | Graham Leggett | 2010-09-22 | 1 | -0/+65 |
| * | Make cache_provider_list and cache_request_rec private by moving them | Graham Leggett | 2010-09-22 | 1 | -0/+33 |
| * | Make cache_server_conf, cache_enable and cache_disable private. Remove | Graham Leggett | 2010-09-22 | 1 | -10/+69 |
| * | Make ap_cache_accept_headers, ap_cache_accept_headers, ap_cache_try_lock and | Graham Leggett | 2010-09-22 | 1 | -0/+106 |