]> granicus.if.org Git - apache/history - modules/cache/cache_util.c
Add lots of unique tags to error log messages
[apache] / modules / cache / cache_util.c
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-06-13 Stefan FritschAvoid some memory allocations by using apr_table_setn...
2011-03-12 Graham Leggettmod_cache: Make CacheEnable and CacheDisable configurab...
2011-02-14 Graham LeggettDon't skip the first character, as it may be a quote...
2011-02-14 Jeff Trawickfix theoretical const issue in call to strchr()
2011-02-12 Graham Leggettmod_cache: We must ignore quoted-string values that...
2011-02-11 Graham Leggettmod_cache: Respect s-maxage as described by RFC2616...
2010-11-03 Nick Kewmod_cache: correctly parse quoted strings in cache...
2010-10-18 Graham LeggettBe more efficient when handling the Expires header.
2010-10-17 Graham LeggettUse ap_log_rerror() instead of ap_log_error() across...
2010-10-17 Graham LeggettSupport Cache-Control: no-cache with a header name...
2010-10-16 Graham LeggettComplete the optimisation of Cache-Control header parsi...
2010-10-16 Graham LeggettBegin the process of optimising the parsing of Cache...
2010-10-04 Graham LeggettRemove the attempt to pass the cache key into the lock...
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 LeggettRemove deprecated ap_cache_cacheable_hdrs_out.
2010-09-22 Graham LeggettRemove the MOD_CACHE_REQUEST_REC hack, and pass the...
2010-09-05 Stefan Fritschremove unused variables
2010-09-04 Graham Leggettmod_cache: Check the request to determine whether we...
2010-08-03 Stefan FritschPass the huge apr_uri_t structs by reference instead...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-04-14 Ruediger Pluem* According to RFC2616 13.2.3 1. negative results of...
2009-10-04 Graham LeggettStyle fixes.
2009-10-04 Graham LeggettRemove the server_rec wired into uri_meets_conditions...
2009-10-03 Graham Leggettmod_cache: Fix uri_meets_conditions() so that CacheEnab...
2009-08-31 Graham LeggettAdd suggested parentheses around APR_STATUS_IS_ENOENT.
2009-08-31 Guenter Knaufmoved "finfo.mtime = 0;" after var declaration;
2009-08-28 William A. Rowe JrAdd parenthesis for legibility and correcting association,
2009-08-27 Graham LeggettMake sure when adding a warning, that we don't duplicat...
2009-08-27 Graham LeggettWhen attempting to set the stale lock, we will pass...
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...
2008-12-15 Ruediger Pluem* Correctly save Content-Encoding of cachable entity.
2008-04-19 Ruediger Pluem* We need to use the headers_out table we merged above...
2008-04-19 Ruediger Pluem* Style fixes. No functional changes.
2008-04-19 Ruediger Pluem* Use the correct headers_out table for overlaying.
2008-04-18 Dirk-Willem van... Centralize the error-header collapsing done when sendin...
2008-04-18 Martin KraemerMake it compile on pre-C99 compilers
2008-04-17 Ruediger Pluem* Style police. No functional changes.
2008-04-17 Dirk-Willem van... Currently each of the caching module includes logic...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-03-02 Ruediger Pluem* If the cached entity contained Cache-Control: no...
2007-05-06 Ruediger Pluem* Prevent a segmentation fault if one of the Cache...
2006-09-26 Graham Leggettmod_cache: From RFC3986 (section 6.2.3.) if a URI conta...
2006-07-11 Roy T. Fieldingupdate license header text
2006-06-03 Ruediger Pluem* info->expire and info->date are in microseconds....
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-03 Colm MacCarthaighTwo minor whitespace cleanups. Syncs with the 2.2.x...
2005-08-23 Colm MacCarthaighEnhance CacheEnable/CacheDisable to control caching...
2005-06-03 Paul Querna'generate_name' is too generic to be in the public...
2005-03-08 Sander StrikerMake IgnoreCacheControl do what it implies when it...
2005-03-08 Sander StrikerImprove caching a bit more...
2005-03-08 Sander StrikerRemove an unused function.
2005-03-07 Justin Erenkrantz* modules/cache/cache_util.c (ap_cache_check_freshness...
2005-02-11 Joe Orton* modules/cache/mod_disk_cache.c (store_body): Fix...
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...