]> granicus.if.org Git - apache/history - modules/cache/cache_storage.c
mod_disk_cache: CacheMaxFileSize, CacheMinFileSize, CacheReadSize and
[apache] / modules / cache / cache_storage.c
2010-09-23 Graham LeggettRemove a relic from the original error code, and fix...
2010-09-22 Graham LeggettMake cache_provider_list and cache_request_rec private...
2010-09-22 Graham LeggettMake cache_server_conf, cache_enable and cache_disable...
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-21 Graham LeggettMove private cache_* declarations out of the public...
2010-09-21 Graham Leggettmod_cache: Give the cache provider the opportunity...
2010-09-04 Graham Leggettmod_cache: Check the request to determine whether we...
2010-09-04 Graham Leggettmod_cache: Use a proper filter context to hold filter...
2010-07-21 Paul QuernaCVE-2010-1452: Fix handling of missing path segments...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-01-10 Stefan FritschAllow several of the configured session identifiers...
2009-12-18 Ruediger Pluem* Do an exact match of the keys defined by CacheIgnoreU...
2009-08-26 Graham Leggettmod_cache: Introduce the thundering herd lock, a mechan...
2009-05-25 Ruediger Pluem* Correctly detect if CacheIgnoreURLSessionIdentifiers...
2009-05-21 Ruediger Pluem* Add CacheIgnoreURLSessionIdentifiers directive to...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-03-13 Ruediger Pluem* Do not do Range requests if we use our own conditiona...
2007-02-12 Ruediger Pluem* Save the key we generate during our first run of...
2007-02-06 Ruediger Pluem* Add CacheIgnoreQueryString directive to cache request...
2006-12-03 Ruediger Pluem* Remove expired content from cache that cannot be...
2006-11-18 Ruediger Pluem* Use the query string stored in r->parsed_uri.query...
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-30 Ruediger Pluem* Keep the Content-Type for successfully revalidated
2006-05-22 Ruediger Pluem* Cleanup the code by replacing some inline code to...
2006-05-21 Ruediger Pluem* Fix const compiler warning introduced by r407357.
2006-05-17 Ruediger Pluem* Handle the cases "no proxy request" and "reverse...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-01-10 Ruediger Pluem* Fix PR38017 by handling the selection of the hostname...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-09-26 Colm MacCarthaighFixes and cleanups for mod_cache;
2005-08-23 Colm MacCarthaighremove some unused variables and re-name cache_select_u...
2005-08-23 Colm MacCarthaighImprove the cache hit/miss ratio by canonicalising...
2005-08-12 Justin ErenkrantzMove the debuging log message about the removal of...
2005-08-12 Joe Orton* modules/cache/cache_storage.c (cache_remove_url)...
2005-08-11 Justin Erenkrantzmod_cache: Implement remove URL via a filter.
2005-03-11 Sander StrikerAnother mod_cache fixlet.
2005-03-06 Sander StrikerMore mod_cache tweakage...
2005-02-11 Joe Orton* modules/cache/mod_disk_cache.c (store_body): Fix...
2005-02-09 Justin ErenkrantzMore work to properly handle revalidated responses...
2005-02-08 Sander StrikerMore mod_cache tweakage.
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-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-27 Justin ErenkrantzAt long last, promote mod_cache and friends out of...