]> granicus.if.org Git - apache/history - modules/cache/mod_cache.c
mod_cache: Make CacheEnable and CacheDisable configurable per
[apache] / modules / cache / mod_cache.c
2011-03-12 Graham Leggettmod_cache: Make CacheEnable and CacheDisable configurab...
2011-02-13 Graham Leggettmod_cache: When a request other than GET or HEAD arrive...
2011-02-12 Graham Leggettmod_cache: Make sure that the moving of the CACHE filte...
2011-02-12 Graham Leggettmod_cache: When a bad Expires date is present, we need...
2010-11-26 Rainer JungFurther trivial updates mod_disk_cache -> mod_cache_disk.
2010-11-19 Graham LeggettFix a spelling mistake.
2010-11-19 Graham LeggettFix a spelling mistake.
2010-10-23 Graham Leggettmod_cache: Respect the original Cache-Control header...
2010-10-21 Graham LeggettBe compliant with RFC2616 14.46, revalidation failed...
2010-10-18 Graham LeggettRemove the remove_url filter consistently for both...
2010-10-17 Graham LeggettUse ap_log_rerror() instead of ap_log_error() across...
2010-10-17 Graham LeggettSupport Cache-Control: only-if-cached, as per RFC2616...
2010-10-16 Graham LeggettAdd support for proxy-revalidate as per RFC2616 section...
2010-10-16 Graham LeggettFix the sense of the must_revalidate comparison. Replac...
2010-10-16 Graham LeggettComplete the optimisation of Cache-Control header parsi...
2010-10-12 Graham Leggettmod_cache: Support stale-on-error behaviour for the...
2010-10-12 Graham LeggettMake sure we remove the cache lock consistently as...
2010-10-12 Graham LeggettRestore the apr_brigade_insert_file() call to within...
2010-10-11 Graham Leggettmod_cache: Optionally serve stale data when a revalidat...
2010-10-11 Graham LeggettUse the more popular spelling variant.
2010-10-11 Graham LeggettFix the lookup of the per-directory cache config, we...
2010-10-04 Graham LeggettRemove the attempt to pass the cache key into the lock...
2010-10-03 Graham Leggettmod_cache: Allow control over the base URL of reverse...
2010-10-02 Graham LeggettRealign the cache_quick_handler() and cache_handler...
2010-10-02 Graham LeggettRemove FIXMEs, they have been fixed.
2010-10-02 Graham Leggettmod_cache: CacheLastModifiedFactor, CacheStoreNoStore...
2010-09-30 Graham Leggettmod_cache: Support the caching of HEAD requests.
2010-09-27 Graham Leggettmod_cache: Make sure that we never allow a 304 Not...
2010-09-27 Graham Leggettmod_cache: Add the cache_status hook to register the...
2010-09-22 Graham LeggettMake ap_cache_accept_headers, ap_cache_accept_headers...
2010-09-22 Graham LeggettRemove the MOD_CACHE_REQUEST_REC hack, and pass the...
2010-09-22 William A. Rowe JrRevert breakage in 2.2.4 introduced in r450055, by...
2010-09-21 Graham LeggettMove private cache_* declarations out of the public...
2010-09-21 Graham Leggettmod_cache: Give the cache provider the opportunity...
2010-09-16 Graham Leggettmod_cache: Add a discrete commit_entity() provider...
2010-09-12 Graham Leggettmod_cache: Change the signature of the store_body(...
2010-09-05 Stefan Fritschremove unused variables
2010-09-04 Graham Leggettmod_cache: Use a proper filter context to hold filter...
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-06-08 Graham Leggettmod_cache: Explicitly allow cache implementations to...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-04 Graham LeggettFix a bug where if the cache quick handler is switched...
2010-04-14 Ruediger Pluem* Do NOT cache 206 responses in any case since we don...
2009-11-02 Jeff Trawickuse ap_strchr_c to protect const-ness of input string
2009-10-09 Daniel Earl Poiriermod_cache: add Cache-control: s-maxage to cacheability...
2009-10-05 Graham Leggettmod_cache: Teach CacheEnable and CacheDisable to work...
2009-10-05 Daniel Earl PoirierBack out r818492 which prevented all caching of incompl...
2009-10-04 Graham LeggettEnsure that we call ap_meets_conditions() in the mod_ca...
2009-10-03 Graham LeggettRemove an unused variable.
2009-10-02 Graham Leggettmod_cache: Introduce the option to run the cache from...
2009-09-27 Ruediger Pluem* Use strcasecmp instead of strncasecmp as we want...
2009-09-24 Daniel Earl Poiriermod_cache: don't cache incomplete responses, per RFC...
2009-08-28 William A. Rowe JrAxe an unused variable.
2009-08-27 Graham LeggettLog the return code in the debug message to properly...
2009-08-26 Graham LeggettReintroduce an optimisation lost in some cut and paste...
2009-08-26 Graham Leggettmod_cache: Introduce the thundering herd lock, a mechan...
2009-05-25 Ruediger Pluem* Use the correct constant.
2009-05-21 Ruediger Pluem* Add CacheIgnoreURLSessionIdentifiers directive to...
2008-12-24 Eric Covenerlook for 'no-cache' in subprocess_env to prevent the...
2008-12-07 Paul QuernaWhen an expires or cache-control header are sent, the...
2008-04-18 Dirk-Willem van... Centralize the error-header collapsing done when sendin...
2008-04-17 Ruediger Pluem* Style police. No functional changes.
2008-04-17 Dirk-Willem van... Centralize hop-by-hop header handling in the main mod_c...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-03-12 Ruediger Pluem* Restore the original request headers if the cached...
2007-05-18 Justin Erenkrantzmod_cache: Do not set Date or Expires when they are...
2007-05-18 Justin Erenkrantzmod_cache: Correctly handle HEAD requests on expired...
2007-05-17 Justin Erenkrantzmod_cache: Let Cache-Control max-age set the expiration...
2007-05-17 Justin ErenkrantzRFC 2616 13.2.1 calls out max-age as being a valid...
2007-02-06 Ruediger Pluem* Add CacheIgnoreQueryString directive to cache request...
2007-02-01 Graham LeggettThis time from the top, with three part harmony AND...
2006-12-08 Jeff Trawickwhitespace fix
2006-11-18 Ruediger Pluem* Use the query string stored in r->parsed_uri.query...
2006-10-27 Graham Leggettmod_cache: Pass the output filter stack through the...
2006-10-26 Graham LeggettRevert the splitting of buckets before they are handed...
2006-10-25 Graham LeggettOptimise the alternate case. Fail fast and stop splitti...
2006-10-25 Graham Leggettmod_cache: Fix an out of memory condition that occurs...
2006-09-27 Graham Leggettmod_cache: Eliminate a bogus error in the log when...
2006-09-26 Graham LeggettDon't cache requests with a expires date in the past...
2006-07-26 Ruediger Pluem* Remove all filters that are before the cache_out...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-01-17 Ruediger Pluem* Add CacheMinExpire directive to set the minimum time...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-17 Ruediger Pluem* Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBR...
2005-09-26 Colm MacCarthaighFixes and cleanups for mod_cache;
2005-08-23 Colm MacCarthaighEnhance CacheEnable/CacheDisable to control caching...
2005-08-23 Colm MacCarthaighremove some unused variables and re-name cache_select_u...
2005-08-12 Justin ErenkrantzMove the debuging log message about the removal of...
2005-08-11 Justin ErenkrantzFix incorrectly served 304 responses when expired cache...
2005-08-11 Justin Erenkrantzmod_cache: Implement remove URL via a filter.
2005-07-21 Paul QuernaOpps. Use the correct member of the structure.
2005-07-21 Paul QuernaCorrectly restore the HTTP status from the cache handler.
2005-07-20 Paul QuernaNow you can run mod_deflate before mod_cache, and cache it.
2005-06-10 Paul Querna* cache_save_filter:
2005-06-06 Paul Querna* mod_cache.c: When 'Vary: *' is sent, do not cache...
2005-03-11 Sander StrikerAnother mod_cache fixlet.
2005-03-08 Sander StrikerImprove caching a bit more...
2005-03-06 Sander StrikerMore mod_cache tweakage...
2005-03-06 Sander Striker* modules/cache/mod_cache.c
next