]> granicus.if.org Git - apache/history - modules/cache
* Let mod_proxy_wstunnel and mod_proxy_connect use ap_proxy_transfer_between_connections
[apache] / modules / cache /
2016-01-25 Eric Covenerbetter s-maxage support
2016-01-19 Rainer JungAdded many log numbers to log statements that
2015-12-28 Yann Ylavicmod_cache_socache: Fix a possible cached entity body...
2015-12-21 Eric Covenerdisk_cache: improve logging of errors around reading...
2015-12-07 Eric Covenerremove dead code leftover from r1023387.
2015-12-07 Eric Covenerduplicate debug-level AH00764 in the just-validated...
2015-11-23 Yann YlavicFollow up to r1715876: fix typo.
2015-11-23 Yann Ylavicmod_cache: Fix (max-stale with no '=') and enforce...
2015-11-23 Yann YlavicMore ap_casecmpstr[n]() usages (follow up to r1715876).
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-10-27 Christophe JailletRFC2616 defines #rules as:
2015-10-05 Yann Ylavicm4: please any autoconf by quoting AC_DEFUN's names...
2015-09-30 Christophe JailletFix some style issues on files that can easily be synch...
2015-09-21 Edward Lunot sure how that got in there
2015-09-21 Edward LuStop destroying headers when passing through the cache...
2015-09-01 Christophe JailletAllow 0 as a valid value (never close idle connections)
2015-08-31 Christophe JailletRemove useless line
2015-08-31 Christophe JailletSilence a sparse warning about inconsistent indenting...
2015-08-15 Christophe JailletWith the current implementation, it is likely to connec...
2015-08-10 Gregg Lewis Smithremove space after \
2015-08-09 Gregg Lewis SmithAdd include path for NetWare build.
2015-07-09 Rich Bowens/the the/the/g
2015-05-01 Gregg Lewis SmithFollowup to r1671397 so these will build
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...
next