]> granicus.if.org Git - apache/history - modules/cache/mod_cache.c
mod_cache: Use a proper filter context to hold filter data instead
[apache] / modules / cache / mod_cache.c
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
2005-02-09 Sander StrikerSome minimal tweaks to mod_cache.
2005-02-09 Justin ErenkrantzMore work to properly handle revalidated responses...
2005-02-08 Justin ErenkrantzReturn the proper status and headers when serving a...
2005-02-08 Justin ErenkrantzCleanup structures in mod_cache and friends to remove...
2005-02-08 Justin Erenkrantz* modules/cache/mod_cache.c: One more try at proper...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Sander StrikerError out on configurations where the cache provider...
2005-02-02 Justin ErenkrantzAdd CacheStorePrivate, CacheStoreNoStore, and clarify...
2005-01-19 Justin Erenkrantzmod_cache: Remove unimplemented CacheForceCompletion...
2004-11-27 Justin ErenkrantzAt long last, promote mod_cache and friends out of...