]> granicus.if.org Git - apache/history - modules/cache/mod_cache.c
whitespace fix
[apache] / modules / cache / mod_cache.c
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...