summaryrefslogtreecommitdiffstats
path: root/modules/cache/mod_cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-13/+10
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* Axe some redundant conditions. PR 62549.Yann Ylavic2018-08-131-4/+4
* mod_cache: Per RFC 7234 section 5.3 an invalidRainer Jung2018-06-201-2/+5
* mod_cache: Fix a regression in 2.4.25 for the forward proxy case byYann Ylavic2017-02-211-1/+4
* mod_cache: follow up to r1756553: log the real/actual cached URI (debug).Yann Ylavic2016-08-171-5/+6
* mod_cache: Use the actual URI path and query-string for identifying theYann Ylavic2016-08-161-2/+2
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* better s-maxage supportEric Covener2016-01-251-17/+26
* remove dead code leftover from r1023387. Eric Covener2015-12-081-8/+2
* duplicate debug-level AH00764 in the just-validated path.Eric Covener2015-12-071-0/+3
* not sure how that got in thereEdward Lu2015-09-211-3/+5
* Stop destroying headers when passing through the cache filterEdward Lu2015-09-211-5/+4
* * mod_cache: Preserve the Content-Type in case of 304 response.Jan Kaluža2015-03-091-6/+14
* fix another case of 304 response sent to an unconditional requestEric Covener2014-10-251-0/+5
* mod_cache: avoid unlikely access to freed memory.Yann Ylavic2014-10-181-5/+2
* Fix typo in comment.Rainer Jung2014-08-251-1/+1
* don't let handlers start with r->status = 304 during a failed revalidationEric Covener2014-08-221-0/+2
* mod_cache: follow up to r1591328.Yann Ylavic2014-05-141-3/+1
* mod_cache: follow up to r1591390Yann Ylavic2014-04-301-1/+1
* mod_cache: follow up to r1591322Yann Ylavic2014-04-301-1/+1
* mod_cache: Preserve non-cacheable headers forwarded from an origin 304Yann Ylavic2014-04-301-3/+7
* mod_cache: follow up to r1591320.Yann Ylavic2014-04-301-23/+15
* mod_cache: Don't add cached/revalidated entity headers to a 304 response.Yann Ylavic2014-04-301-9/+27
* Revert r1591312 (again) to commit the 2 fixes separately.Yann Ylavic2014-04-301-34/+12
* mod_cache: Don't add cached/revalidated entity headers to a 304 response.Yann Ylavic2014-04-301-12/+34
* mod_cache: Retry unconditional request with the full URL (including theYann Ylavic2014-04-301-1/+1
* Fix layoutChristophe Jaillet2014-04-121-2/+1
* leave a warning about cc_outEric Covener2014-04-041-0/+2
* add the URI to DEBUG message 00765 (and drop an exclamation point):Eric Covener2014-01-311-1/+1
* Expires in a 304 is not a contradiction in terms of r1487118:Eric Covener2013-08-281-1/+0
* reflow a very long line, no functional changeEric Covener2013-07-121-2/+4
* fix whitespace in AH00766 warning: Eric Covener2013-07-091-1/+1
* update log tagsStefan Fritsch2013-05-111-2/+2
* mod_cache: If a 304 response indicates an entity not currently cached, thenGraham Leggett2013-05-101-54/+31
* Ensure that Warning headers are correctly handled as per RFC2616.Graham Leggett2013-05-081-2/+2
* mod_cache: Ensure that we don't attempt to replace a cached responseGraham Leggett2013-05-071-0/+19
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-071-1/+1
* mod_cache: Ensure that updated responses to HEAD requests don't getGraham Leggett2013-05-061-3/+4
* mod_cache: Honour Cache-Control: no-store in a request.Graham Leggett2013-05-051-0/+10
* mod_cache: RFC2616 14.9.3 The s-maxage directive also implies theGraham Leggett2013-05-051-1/+2
* mod_cache: Make sure that contradictory entity headers present in a 304Graham Leggett2013-05-041-17/+74
* mod_cache: When serving from cache, only the last header of a multivaluedGraham Leggett2013-05-021-2/+6
* mod_cache: Ignore response headers specified by no-cache=header andGraham Leggett2013-05-021-6/+8
* Apply log message tags to messages.Graham Leggett2013-05-011-7/+7
* mod_cache: Invalidate cached entities in response to RFC2616 SectionGraham Leggett2013-05-011-23/+122
* Make option "CacheDisable" in mod_cache case insensitive.Christophe Jaillet2013-04-041-1/+1
* Cache does no longer send Content-Type headerRainer Jung2013-01-271-3/+6
* The following now respects DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:Jeff Trawick2012-11-091-8/+4
* Wrong content type and character set whenRainer Jung2012-08-151-3/+4