]> granicus.if.org Git - apache/history - modules/cache
If a directory exists but no indexes can be resolved, the fallback resource
[apache] / modules / cache /
2015-04-05 Rainer JungAdd output for "?auto" version of server-status
2015-03-10 Yann Ylaviccore, modules: like r1657897 but for core and other...
2015-03-09 Jan Kaluža* mod_cache: Preserve the Content-Type in case of 304...
2015-01-05 Joe Orton* modules/cache/mod_socache_memcache.c (socache_mc_stor...
2014-12-09 Gregg Lewis SmithAdded include path for Windows build.
2014-11-27 Guenter KnaufAdded include path for NetWare build.
2014-10-25 Eric Covenerfix another case of 304 response sent to an uncondition...
2014-10-18 Yann Ylavicmod_cache: avoid unlikely access to freed memory.
2014-10-06 Rainer JungSilence build warning about missing prototype.
2014-10-05 Rainer Jungmod_cache_socache: Change average object size
2014-10-05 Rainer Jungmod_cache_socache: Add cache status to server-status.
2014-09-20 Eric Coveneruse actual error code in AH00779
2014-09-11 Jan KalužaSECURITY (CVE-2014-3581): Fix a mod_cache NULL pointer...
2014-08-25 Rainer JungFix typo in comment.
2014-08-22 Eric Covenerdon't let handlers start with r->status = 304 during...
2014-07-19 Christophe JailletAdd missing APLOGNO.
2014-05-26 Jan Kalužamod_cache: try to use the key of a possible open but...
2014-05-17 Rainer Jungmod_socache_shmcb: Correct counting of expirations...
2014-05-14 Yann Ylavicmod_cache: follow up to r1594643.
2014-05-14 Yann Ylavicmod_cache: follow up to r1591328.
2014-04-30 Yann Ylavicmod_cache: follow up to r1591390
2014-04-30 Yann Ylavicmod_cache: follow up to r1591322
2014-04-30 Yann Ylavicmod_cache: Preserve non-cacheable headers forwarded...
2014-04-30 Yann Ylavicmod_cache: follow up to r1591320.
2014-04-30 Yann Ylavicmod_cache: Don't add cached/revalidated entity headers...
2014-04-30 Yann YlavicRevert r1591312 (again) to commit the 2 fixes separately.
2014-04-30 Yann Ylavicmod_cache: Don't add cached/revalidated entity headers...
2014-04-29 Yann Ylavicmod_cache: Retry unconditional request with the full...
2014-04-19 Eric CovenerFix errors with CacheLock on Windows:
2014-04-12 Christophe JailletFix layout
2014-04-03 Eric Covenerleave a warning about cc_out
2014-02-01 Christophe Jaillets/apr_pstrndup/apr_pstrmemdup/ when applicable
2014-01-31 Eric Coveneradd the URI to DEBUG message 00765 (and drop an exclama...
2013-12-09 Christophe JailletUse apr_pstrmemdup instead of apr_pstrndup when this...
2013-12-04 Eric CovenerOnly close hdrs.fd when returning non-OK from cache_sel...
2013-10-23 Jeff Trawickdon't pass uninitialized rv passed to ap_log_rerror()
2013-09-14 Graham LeggettSECURITY (CVE-2013-4352): Fix a NULL pointer deference...
2013-08-28 Eric CovenerExpires in a 304 is not a contradiction in terms of...
2013-08-18 Stefan FritschLimit SHMCB_MAX_SIZE to min(UINT_MAX, APR_SIZE_MAX...
2013-07-12 Eric Covenerreflow a very long line, no functional change
2013-07-09 Eric Covenerfix whitespace in AH00766 warning:
2013-07-07 Guenter KnaufFix some compiler warnings.
2013-06-26 Eric Covenerrecognize the "defualt handler name" in r->handler...
2013-06-19 Rainer JungFix "variable 'rv' may be used uninitialized
2013-06-17 Graham LeggettCorrect the use of the printf formatter.
2013-06-17 Graham Leggettmod_socache_shmcb.c: Remove arbitrary restriction on...
2013-06-13 Graham Leggettmod_cache_socache: Make sure the CacheSocacheMaxSize...
2013-06-10 Jeff Trawickconst goodness with nasty strrchr and strchr functions
2013-06-10 Graham Leggettmod_cache_socache: Use the name of the socache implemen...
2013-06-07 Guenter KnaufFixed signed<->unsigned compiler warning.
2013-05-11 Stefan Fritschupdate log tags
2013-05-10 Graham Leggettmod_cache: If a 304 response indicates an entity not...
2013-05-08 Graham LeggettEnsure that Warning headers are correctly handled as...
2013-05-07 Graham Leggettmod_cache: Ensure that we don't attempt to replace...
2013-05-07 Graham Leggettcore, mod_cache: Ensure RFC2616 compliance in ap_meets_...
2013-05-05 Graham Leggettmod_cache: Ensure that updated responses to HEAD reques...
2013-05-05 Graham Leggettmod_cache: Honour Cache-Control: no-store in a request.
2013-05-04 Graham Leggettmod_cache: RFC2616 14.9.3 The s-maxage directive also...
2013-05-04 Graham Leggettmod_cache: Make sure that contradictory entity headers...
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-02 Graham Leggettmod_cache: Ignore response headers specified by no...
2013-05-01 Graham LeggettApply log message tags to messages.
2013-05-01 Graham Leggettmod_cache: Invalidate cached entities in response to...
2013-04-04 Christophe JailletMake option "CacheDisable" in mod_cache case insensitive.
2013-03-29 Christophe JailletName pool + concat string at compile time when possible
2013-03-06 Eric Covenerfix merge of min/max file size by setting corresponding...
2013-03-04 Christophe Jailletcache_storage: remove useless test + update function...
2013-03-03 Christophe JailletRemove useless tests.
2013-01-27 Rainer JungCache does no longer send Content-Type header
2013-01-06 Christophe JailletAccording top my testing 'socache_mc_id2key' is 6x...
2012-12-08 Graham Leggettmod_cache_socache: Don't clean up too soon. If we do...
2012-11-09 Jeff Trawickfix a comment to match the r1299718/r1370225 changes...
2012-11-09 Jeff TrawickThe following now respects DefaultRuntimeDir/DEFAULT_RE...
2012-11-07 Ruediger Pluem* Ensure that nkey is initialized.
2012-11-05 Ruediger Pluem* fd is no member of disk_cache_object_t. Instead it...
2012-11-04 Eric Covener *) mod_cache_disk: Resolve errors while revalidating...
2012-10-01 Guenter KnaufAdded mod_cache_socache to NetWare build.
2012-09-28 Graham LeggettApply proper APLOGNO codes for mod_cache_socache.
2012-09-28 Graham LeggettFix the return values on mod_cache_socache's store_head...
2012-09-22 Gregg Lewis SmithWindows build for mod_cache_socache added in r1388660
2012-09-21 Graham Leggettmod_cache_socache: New cache implementation backed...
2012-09-16 Kaspar BrandSpin off module-specific build options into separate...
2012-09-16 Kaspar Brandrevert r1385214, as I inadvertently left out acinclude.m4.
2012-09-16 Kaspar BrandSpin off module-specific build options into separate...
2012-08-15 Rainer JungWrong content type and character set when
2012-08-15 Rainer JungFix bus error in mod_socache_shmcb due to a misalignment
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-08-07 Jeff Trawickmod_socache_shmcb and mod_socache_dbm: finish support of
2012-07-13 Ruediger Pluem* Set content type in case we return stale content.
2012-06-21 Joe Orton* modules/cache/cache_util.c (write_write_order): Remov...
2012-04-26 Stefan FritschReplace use of apr_file_write() with apr_file_write_ful...
2012-04-07 Igor Galićfix style, no code change.
2012-03-12 Jim JagielskiMove away from DEFAULT_REL_RUNTIMEDIR and use ap_runtim...
2012-02-03 Stefan FritschFix various filter functions to return apr_status_t...
2012-01-21 Stefan FritschMore configure time dependencies:
2011-12-18 Stefan FritschAvoid segfault if url->hostname is NULL and filter...
2011-12-07 Guenter KnaufRemoved import file since now dynamically generated.
2011-12-06 Guenter KnaufNetWare build fixes.
next