summaryrefslogtreecommitdiffstats
path: root/modules/cache/mod_cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The following now respects DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:Jeff Trawick2012-11-091-8/+4
* Wrong content type and character set whenRainer Jung2012-08-151-3/+4
* * Set content type in case we return stale content.Ruediger Pluem2012-07-131-0/+3
* Fix various filter functions to return apr_status_t instead of intStefan Fritsch2012-02-031-4/+5
* mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token().Graham Leggett2011-12-031-3/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-30/+30
* Use varargs...Jim Jagielski2011-11-241-7/+4
* Use ap_pass_brigade_fchk()Jim Jagielski2011-11-231-25/+8
* value never used: dead assignmentJim Jagielski2011-11-211-1/+0
* mod_cache: Make sure we merge headers correctly when we handle a nonGraham Leggett2011-11-121-0/+14
* mod_cache: Ensure that CacheDisable can correctly appear withinGraham Leggett2011-08-151-16/+12
* mod_cache: Fix the moving of the CACHE filter, which erroneouslyGraham Leggett2011-08-151-2/+2
* mod_cache: Ensure that r->content_type is set when serving staleGraham Leggett2011-06-071-0/+3
* mod_cache: Clarify which scenario we have present, quick handler on and CACHEGraham Leggett2011-05-231-3/+20
* Both lastmod and lastmods resolve to 0 when unset, but only lastmods is aGraham Leggett2011-05-161-1/+1
* mod_cache: When content is served stale, and there is no means toGraham Leggett2011-05-151-2/+9
* mod_cache: Make CacheEnable and CacheDisable configurable perGraham Leggett2011-03-121-1/+27
* mod_cache: When a request other than GET or HEAD arrives, we mustGraham Leggett2011-02-131-21/+56
* mod_cache: Make sure that the moving of the CACHE filter to anotherGraham Leggett2011-02-131-4/+8
* mod_cache: When a bad Expires date is present, we need to behave as ifGraham Leggett2011-02-121-3/+1
* Further trivial updates mod_disk_cache -> mod_cache_disk.Rainer Jung2010-11-261-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* mod_cache: Respect the original Cache-Control header if no header arrivesGraham Leggett2010-10-231-1/+10
* Be compliant with RFC2616 14.46, revalidation failed is Warning 111, notGraham Leggett2010-10-221-6/+6
* Remove the remove_url filter consistently for both the ap_die() and theGraham Leggett2010-10-181-2/+2
* Use ap_log_rerror() instead of ap_log_error() across mod_cache andGraham Leggett2010-10-171-65/+62
* Support Cache-Control: only-if-cached, as per RFC2616 14.9.4.Graham Leggett2010-10-171-6/+2
* Add support for proxy-revalidate as per RFC2616 section 14.9.4.Graham Leggett2010-10-171-3/+6
* Fix the sense of the must_revalidate comparison. Replace a further call toGraham Leggett2010-10-171-4/+3
* Complete the optimisation of Cache-Control header parsing. Make theGraham Leggett2010-10-171-25/+28
* mod_cache: Support stale-on-error behaviour for the mod_proxy case inGraham Leggett2010-10-131-0/+58
* Make sure we remove the cache lock consistently as soon as we've started Graham Leggett2010-10-131-0/+7
* Restore the apr_brigade_insert_file() call to within recall_body(), as theGraham Leggett2010-10-121-5/+8
* mod_cache: Optionally serve stale data when a revalidation returns aGraham Leggett2010-10-121-35/+191
* Use the more popular spelling variant.Graham Leggett2010-10-121-1/+1
* Fix the lookup of the per-directory cache config, we were looking up theGraham Leggett2010-10-121-1/+1
* Remove the attempt to pass the cache key into the lock functions, useGraham Leggett2010-10-041-18/+10
* mod_cache: Allow control over the base URL of reverse proxied requestsGraham Leggett2010-10-031-0/+28
* Realign the cache_quick_handler() and cache_handler() to behave identicallyGraham Leggett2010-10-031-8/+10
* Remove FIXMEs, they have been fixed.Graham Leggett2010-10-031-6/+0
* mod_cache: CacheLastModifiedFactor, CacheStoreNoStore, CacheStorePrivate,Graham Leggett2010-10-021-115/+89
* mod_cache: Support the caching of HEAD requests.Graham Leggett2010-10-011-11/+3
* mod_cache: Make sure that we never allow a 304 Not Modified responseGraham Leggett2010-09-271-0/+56
* mod_cache: Add the cache_status hook to register the final cacheGraham Leggett2010-09-271-4/+202
* Make ap_cache_accept_headers, ap_cache_accept_headers, ap_cache_try_lock andGraham Leggett2010-09-221-12/+13
* Remove the MOD_CACHE_REQUEST_REC hack, and pass the cache_request_recGraham Leggett2010-09-221-18/+12
* Revert breakage in 2.2.4 introduced in r450055, by offering a CacheStoreExpiredWilliam A. Rowe Jr2010-09-221-1/+25
* Move private cache_* declarations out of the public mod_cache.h file.Graham Leggett2010-09-221-0/+2
* mod_cache: Give the cache provider the opportunity to choose to cacheGraham Leggett2010-09-211-1/+1