summaryrefslogtreecommitdiff
path: root/modules/cache/cache_util.h
Commit message (Expand)AuthorAgeFilesLines
* mod_cache: Accept HT (Horizontal Tab) when parsing cache related headerGraham Leggett2015-11-031-1/+1
* Backport r1690120.Christophe Jaillet2015-07-111-1/+1
* Merge r1591328, r1594643, r1594648 from trunk:Jim Jagielski2014-05-301-0/+6
* mod_cache: Honour Cache-Control: no-store in a request.Graham Leggett2013-05-281-1/+10
* mod_cache: Make sure Vary processing handles multivalued Vary headers andGraham Leggett2013-05-281-0/+7
* mod_cache: Ignore response headers specified by no-cache=header andGraham Leggett2013-05-281-0/+13
* change signed single-bit fields to unsignedJeff Trawick2011-03-291-38/+38
* fix doxygen warningsJeff Trawick2011-03-271-0/+1
* mod_cache: Make CacheEnable and CacheDisable configurable perGraham Leggett2011-03-121-0/+6
* Fix some doxygen warningsStefan Fritsch2010-12-081-2/+2
* Optimise the configuration structures for mod_cache.Graham Leggett2010-10-171-49/+49
* As cache_control_t is public, make ap_cache_control() public with it. BumpGraham Leggett2010-10-171-8/+0
* Complete the optimisation of Cache-Control header parsing. Make theGraham Leggett2010-10-161-25/+0
* Begin the process of optimising the parsing of Cache-Control headers. ParseGraham Leggett2010-10-161-0/+43
* mod_cache: Optionally serve stale data when a revalidation returns aGraham Leggett2010-10-111-0/+6
* Remove the attempt to pass the cache key into the lock functions, useGraham Leggett2010-10-041-4/+3
* mod_cache: Allow control over the base URL of reverse proxied requestsGraham Leggett2010-10-031-0/+2
* mod_cache: CacheLastModifiedFactor, CacheStoreNoStore, CacheStorePrivate,Graham Leggett2010-10-021-24/+25
* mod_cache: Add the cache_status hook to register the final cacheGraham Leggett2010-09-271-1/+13
* Move mod_cache-private includes and defines from the public mod_cache.hGraham Leggett2010-09-221-0/+65
* Make cache_provider_list and cache_request_rec private by moving themGraham Leggett2010-09-221-0/+33
* Make cache_server_conf, cache_enable and cache_disable private. RemoveGraham Leggett2010-09-221-10/+69
* Make ap_cache_accept_headers, ap_cache_accept_headers, ap_cache_try_lock andGraham Leggett2010-09-221-0/+106