]> granicus.if.org Git - apache/history - modules/cache/cache_storage.c
Fix a corner case where automatic APLOGNO number generation generates invalid code...
[apache] / modules / cache / cache_storage.c
2019-03-28 Yann Ylavicmod_cache: Fix parsing of quoted Cache-Control token...
2019-01-12 Christophe JailletWhen a :port is included in the CacheKeyBaseURL the...
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-02-21 Yann Ylavicmod_cache: Fix a regression in 2.4.25 for the forward...
2016-08-16 Yann Ylavicmod_cache: Use the actual URI path and query-string...
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2015-11-23 Yann YlavicMore ap_casecmpstr[n]() usages (follow up to r1715876).
2015-09-30 Christophe JailletFix some style issues on files that can easily be synch...
2014-02-01 Christophe Jaillets/apr_pstrndup/apr_pstrmemdup/ when applicable
2013-09-14 Graham LeggettSECURITY (CVE-2013-4352): Fix a NULL pointer deference...
2013-06-10 Jeff Trawickconst goodness with nasty strrchr and strchr functions
2013-05-08 Graham LeggettEnsure that Warning headers are correctly handled as...
2013-05-07 Graham Leggettcore, mod_cache: Ensure RFC2616 compliance in ap_meets_...
2013-05-05 Graham Leggettmod_cache: Honour Cache-Control: no-store in a request.
2013-05-03 Guenter KnaufSilent no-prototype compiler warning.
2013-05-03 Graham Leggettmod_cache: Make sure Vary processing handles multivalue...
2013-05-02 Graham Leggettmod_cache: When serving from cache, only the last heade...
2013-05-01 Graham LeggettApply log message tags to messages.
2013-05-01 Graham Leggettmod_cache: Invalidate cached entities in response to...
2013-03-04 Christophe Jailletcache_storage: remove useless test + update function...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-02-13 Graham Leggettmod_cache: When a request other than GET or HEAD arrive...
2010-10-17 Graham LeggettUse ap_log_rerror() instead of ap_log_error() across...
2010-10-17 Graham LeggettDon't attempt to kill a stale entry that cannot be...
2010-10-17 Graham LeggettDon't attempt to remove the existing conditional header...
2010-10-17 Graham LeggettSupport Cache-Control: only-if-cached, as per RFC2616...
2010-10-17 Graham LeggettFix the error cases in the cache_select() loop. On...
2010-10-16 Graham LeggettFix the return values in the cache_select() function...
2010-10-16 Graham LeggettBegin the process of optimising the parsing of Cache...
2010-10-04 Graham Leggettmod_cache: Don't regenerate the cache key if we have...
2010-10-03 Graham Leggettmod_cache: Allow control over the base URL of reverse...
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...