| Commit message (Expand) | Author | Age | Files | Lines |
* | The following now respects DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR: | Jeff Trawick | 2012-11-09 | 1 | -8/+4 |
* | Wrong content type and character set when | Rainer Jung | 2012-08-15 | 1 | -3/+4 |
* | * Set content type in case we return stale content. | Ruediger Pluem | 2012-07-13 | 1 | -0/+3 |
* | Fix various filter functions to return apr_status_t instead of int | Stefan Fritsch | 2012-02-03 | 1 | -4/+5 |
* | mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token(). | Graham Leggett | 2011-12-03 | 1 | -3/+1 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -30/+30 |
* | Use varargs... | Jim Jagielski | 2011-11-24 | 1 | -7/+4 |
* | Use ap_pass_brigade_fchk() | Jim Jagielski | 2011-11-23 | 1 | -25/+8 |
* | value never used: dead assignment | Jim Jagielski | 2011-11-21 | 1 | -1/+0 |
* | mod_cache: Make sure we merge headers correctly when we handle a non | Graham Leggett | 2011-11-12 | 1 | -0/+14 |
* | mod_cache: Ensure that CacheDisable can correctly appear within | Graham Leggett | 2011-08-15 | 1 | -16/+12 |
* | mod_cache: Fix the moving of the CACHE filter, which erroneously | Graham Leggett | 2011-08-15 | 1 | -2/+2 |
* | mod_cache: Ensure that r->content_type is set when serving stale | Graham Leggett | 2011-06-07 | 1 | -0/+3 |
* | mod_cache: Clarify which scenario we have present, quick handler on and CACHE | Graham Leggett | 2011-05-23 | 1 | -3/+20 |
* | Both lastmod and lastmods resolve to 0 when unset, but only lastmods is a | Graham Leggett | 2011-05-16 | 1 | -1/+1 |
* | mod_cache: When content is served stale, and there is no means to | Graham Leggett | 2011-05-15 | 1 | -2/+9 |
* | mod_cache: Make CacheEnable and CacheDisable configurable per | Graham Leggett | 2011-03-12 | 1 | -1/+27 |
* | mod_cache: When a request other than GET or HEAD arrives, we must | Graham Leggett | 2011-02-13 | 1 | -21/+56 |
* | mod_cache: Make sure that the moving of the CACHE filter to another | Graham Leggett | 2011-02-13 | 1 | -4/+8 |
* | mod_cache: When a bad Expires date is present, we need to behave as if | Graham Leggett | 2011-02-12 | 1 | -3/+1 |
* | Further trivial updates mod_disk_cache -> mod_cache_disk. | Rainer Jung | 2010-11-26 | 1 | -1/+1 |
* | Fix a spelling mistake. | Graham Leggett | 2010-11-19 | 1 | -1/+1 |
* | Fix a spelling mistake. | Graham Leggett | 2010-11-19 | 1 | -1/+1 |
* | mod_cache: Respect the original Cache-Control header if no header arrives | Graham Leggett | 2010-10-23 | 1 | -1/+10 |
* | Be compliant with RFC2616 14.46, revalidation failed is Warning 111, not | Graham Leggett | 2010-10-22 | 1 | -6/+6 |
* | Remove the remove_url filter consistently for both the ap_die() and the | Graham Leggett | 2010-10-18 | 1 | -2/+2 |
* | Use ap_log_rerror() instead of ap_log_error() across mod_cache and | Graham Leggett | 2010-10-17 | 1 | -65/+62 |
* | Support Cache-Control: only-if-cached, as per RFC2616 14.9.4. | Graham Leggett | 2010-10-17 | 1 | -6/+2 |
* | Add support for proxy-revalidate as per RFC2616 section 14.9.4. | Graham Leggett | 2010-10-17 | 1 | -3/+6 |
* | Fix the sense of the must_revalidate comparison. Replace a further call to | Graham Leggett | 2010-10-17 | 1 | -4/+3 |
* | Complete the optimisation of Cache-Control header parsing. Make the | Graham Leggett | 2010-10-17 | 1 | -25/+28 |
* | mod_cache: Support stale-on-error behaviour for the mod_proxy case in | Graham Leggett | 2010-10-13 | 1 | -0/+58 |
* | Make sure we remove the cache lock consistently as soon as we've started | Graham Leggett | 2010-10-13 | 1 | -0/+7 |
* | Restore the apr_brigade_insert_file() call to within recall_body(), as the | Graham Leggett | 2010-10-12 | 1 | -5/+8 |
* | mod_cache: Optionally serve stale data when a revalidation returns a | Graham Leggett | 2010-10-12 | 1 | -35/+191 |
* | Use the more popular spelling variant. | Graham Leggett | 2010-10-12 | 1 | -1/+1 |
* | Fix the lookup of the per-directory cache config, we were looking up the | Graham Leggett | 2010-10-12 | 1 | -1/+1 |
* | Remove the attempt to pass the cache key into the lock functions, use | Graham Leggett | 2010-10-04 | 1 | -18/+10 |
* | mod_cache: Allow control over the base URL of reverse proxied requests | Graham Leggett | 2010-10-03 | 1 | -0/+28 |
* | Realign the cache_quick_handler() and cache_handler() to behave identically | Graham Leggett | 2010-10-03 | 1 | -8/+10 |
* | Remove FIXMEs, they have been fixed. | Graham Leggett | 2010-10-03 | 1 | -6/+0 |
* | mod_cache: CacheLastModifiedFactor, CacheStoreNoStore, CacheStorePrivate, | Graham Leggett | 2010-10-02 | 1 | -115/+89 |
* | mod_cache: Support the caching of HEAD requests. | Graham Leggett | 2010-10-01 | 1 | -11/+3 |
* | mod_cache: Make sure that we never allow a 304 Not Modified response | Graham Leggett | 2010-09-27 | 1 | -0/+56 |
* | mod_cache: Add the cache_status hook to register the final cache | Graham Leggett | 2010-09-27 | 1 | -4/+202 |
* | Make ap_cache_accept_headers, ap_cache_accept_headers, ap_cache_try_lock and | Graham Leggett | 2010-09-22 | 1 | -12/+13 |
* | Remove the MOD_CACHE_REQUEST_REC hack, and pass the cache_request_rec | Graham Leggett | 2010-09-22 | 1 | -18/+12 |
* | Revert breakage in 2.2.4 introduced in r450055, by offering a CacheStoreExpired | William A. Rowe Jr | 2010-09-22 | 1 | -1/+25 |
* | Move private cache_* declarations out of the public mod_cache.h file. | Graham Leggett | 2010-09-22 | 1 | -0/+2 |
* | mod_cache: Give the cache provider the opportunity to choose to cache | Graham Leggett | 2010-09-21 | 1 | -1/+1 |