index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
cache
/
mod_cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
1
-13
/
+10
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-2
/
+2
*
Axe some redundant conditions. PR 62549.
Yann Ylavic
2018-08-13
1
-4
/
+4
*
mod_cache: Per RFC 7234 section 5.3 an invalid
Rainer Jung
2018-06-20
1
-2
/
+5
*
mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
Yann Ylavic
2017-02-21
1
-1
/
+4
*
mod_cache: follow up to r1756553: log the real/actual cached URI (debug).
Yann Ylavic
2016-08-17
1
-5
/
+6
*
mod_cache: Use the actual URI path and query-string for identifying the
Yann Ylavic
2016-08-16
1
-2
/
+2
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
better s-maxage support
Eric Covener
2016-01-25
1
-17
/
+26
*
remove dead code leftover from r1023387.
Eric Covener
2015-12-08
1
-8
/
+2
*
duplicate debug-level AH00764 in the just-validated path.
Eric Covener
2015-12-07
1
-0
/
+3
*
not sure how that got in there
Edward Lu
2015-09-21
1
-3
/
+5
*
Stop destroying headers when passing through the cache filter
Edward Lu
2015-09-21
1
-5
/
+4
*
* mod_cache: Preserve the Content-Type in case of 304 response.
Jan Kaluža
2015-03-09
1
-6
/
+14
*
fix another case of 304 response sent to an unconditional request
Eric Covener
2014-10-25
1
-0
/
+5
*
mod_cache: avoid unlikely access to freed memory.
Yann Ylavic
2014-10-18
1
-5
/
+2
*
Fix typo in comment.
Rainer Jung
2014-08-25
1
-1
/
+1
*
don't let handlers start with r->status = 304 during a failed revalidation
Eric Covener
2014-08-22
1
-0
/
+2
*
mod_cache: follow up to r1591328.
Yann Ylavic
2014-05-14
1
-3
/
+1
*
mod_cache: follow up to r1591390
Yann Ylavic
2014-04-30
1
-1
/
+1
*
mod_cache: follow up to r1591322
Yann Ylavic
2014-04-30
1
-1
/
+1
*
mod_cache: Preserve non-cacheable headers forwarded from an origin 304
Yann Ylavic
2014-04-30
1
-3
/
+7
*
mod_cache: follow up to r1591320.
Yann Ylavic
2014-04-30
1
-23
/
+15
*
mod_cache: Don't add cached/revalidated entity headers to a 304 response.
Yann Ylavic
2014-04-30
1
-9
/
+27
*
Revert r1591312 (again) to commit the 2 fixes separately.
Yann Ylavic
2014-04-30
1
-34
/
+12
*
mod_cache: Don't add cached/revalidated entity headers to a 304 response.
Yann Ylavic
2014-04-30
1
-12
/
+34
*
mod_cache: Retry unconditional request with the full URL (including the
Yann Ylavic
2014-04-30
1
-1
/
+1
*
Fix layout
Christophe Jaillet
2014-04-12
1
-2
/
+1
*
leave a warning about cc_out
Eric Covener
2014-04-04
1
-0
/
+2
*
add the URI to DEBUG message 00765 (and drop an exclamation point):
Eric Covener
2014-01-31
1
-1
/
+1
*
Expires in a 304 is not a contradiction in terms of r1487118:
Eric Covener
2013-08-28
1
-1
/
+0
*
reflow a very long line, no functional change
Eric Covener
2013-07-12
1
-2
/
+4
*
fix whitespace in AH00766 warning:
Eric Covener
2013-07-09
1
-1
/
+1
*
update log tags
Stefan Fritsch
2013-05-11
1
-2
/
+2
*
mod_cache: If a 304 response indicates an entity not currently cached, then
Graham Leggett
2013-05-10
1
-54
/
+31
*
Ensure that Warning headers are correctly handled as per RFC2616.
Graham Leggett
2013-05-08
1
-2
/
+2
*
mod_cache: Ensure that we don't attempt to replace a cached response
Graham Leggett
2013-05-07
1
-0
/
+19
*
core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
Graham Leggett
2013-05-07
1
-1
/
+1
*
mod_cache: Ensure that updated responses to HEAD requests don't get
Graham Leggett
2013-05-06
1
-3
/
+4
*
mod_cache: Honour Cache-Control: no-store in a request.
Graham Leggett
2013-05-05
1
-0
/
+10
*
mod_cache: RFC2616 14.9.3 The s-maxage directive also implies the
Graham Leggett
2013-05-05
1
-1
/
+2
*
mod_cache: Make sure that contradictory entity headers present in a 304
Graham Leggett
2013-05-04
1
-17
/
+74
*
mod_cache: When serving from cache, only the last header of a multivalued
Graham Leggett
2013-05-02
1
-2
/
+6
*
mod_cache: Ignore response headers specified by no-cache=header and
Graham Leggett
2013-05-02
1
-6
/
+8
*
Apply log message tags to messages.
Graham Leggett
2013-05-01
1
-7
/
+7
*
mod_cache: Invalidate cached entities in response to RFC2616 Section
Graham Leggett
2013-05-01
1
-23
/
+122
*
Make option "CacheDisable" in mod_cache case insensitive.
Christophe Jaillet
2013-04-04
1
-1
/
+1
*
Cache does no longer send Content-Type header
Rainer Jung
2013-01-27
1
-3
/
+6
*
The following now respects DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
Jeff Trawick
2012-11-09
1
-8
/
+4
*
Wrong content type and character set when
Rainer Jung
2012-08-15
1
-3
/
+4
[next]