]> granicus.if.org Git - apache/history - modules/cache
*) mod_http2: when SSL renegotiation is inhibited and a 403 ErrorDocument is
[apache] / modules / cache /
2019-02-19 Yann Ylavicmod_cache_socache: avoid pool to heap reallocation.
2019-01-12 Christophe JailletWhen a :port is included in the CacheKeyBaseURL the...
2018-10-05 Joe Orton* modules/cache/mod_cache_disk.c (write_headers): Handle
2018-08-13 Yann YlavicAxe some redundant conditions. PR 62549.
2018-06-19 Rainer Jungmod_cache: Per RFC 7234 section 5.3 an invalid
2018-04-08 Christophe JailletUse apr_pcalloc in the 'create' function. All the field...
2018-02-19 Christophe JailletSave a few cycles.
2018-02-15 Yann Ylavicmod_cache_socache: Fix caching of empty headers up...
2018-01-19 Gregg Lewis Smithsome small tweaks to get things building again
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-03-27 Christophe JailletSynch style in comment with 2.4.x.
2017-03-27 Christophe JailletGroup bit field values in order to save some memory.
2017-03-27 Christophe JailletImprove indentation
2017-03-27 Christophe JailletSave a few cycles.
2017-02-21 Yann Ylavicmod_cache: Fix a regression in 2.4.25 for the forward...
2017-01-06 Jacob Championsync merge with trunk
2017-01-06 Christophe JailletRemove a useless break + tiny style fix (missing space)
2017-01-06 Christophe JailletUse apr_pstrmemdup instead of apr_pstrndup when applicable
2016-12-16 William A. Rowe Jrmod_socache_redis also uses mod_status hooks
2016-12-16 Jim Jagielskirelated to http://svn.apache.org/viewvc?view=revision...
2016-12-16 Rainer JungAdd ../generators to include path for Windows
2016-12-16 Rainer JungUse correct format pattern, "%lu" is wrong for
2016-12-13 Jim Jagielskihtml elements
2016-11-22 Jim JagielskiFrom Norm:
2016-11-15 Christophe JailletFix some HTML tags
2016-11-15 Eric Covenerreorganize mod_socache_redis so it compiles w/o apr...
2016-11-05 Jim Jagielskiheh... bring memcache up to redis :)
2016-11-05 Jim JagielskiNeeds LOGNO #s
2016-11-04 Jim JagielskiAnd provide some nice usage stats. Could be prettier...
2016-11-04 Jim JagielskiAnd the socache provider interface for Redis
2016-08-17 Yann Ylavicmod_cache: follow up to r1756553: log the real/actual...
2016-08-16 Yann Ylavicmod_cache: Use the actual URI path and query-string...
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-03-22 William A. Rowe JrFix missing limits.h header, required for 2.4.next...
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...
next