summaryrefslogtreecommitdiff
path: root/modules/cache/mod_cache.c
Commit message (Expand)AuthorAgeFilesLines
* mod_cache: r->err_headers_out is not merged intoGraham Leggett2015-09-271-0/+1
* Merge r1632740 from trunk:Jim Jagielski2014-11-111-5/+2
* Merge r1634237 from trunk:Eric Covener2014-11-011-0/+5
* Merge r1619835, r1620461 from trunk:Jim Jagielski2014-09-261-0/+2
* Merge r1572905, r1595305, r1597182, r1586827, r1534892, r1563193, r1597639 fr...Jim Jagielski2014-06-171-3/+2
* Merge r1591328, r1594643, r1594648 from trunk:Jim Jagielski2014-05-301-3/+5
* Merge r1591143 from trunk:Jim Jagielski2014-05-191-1/+1
* Merge r1591320, r1591322, r1591390, r1591394 from trunk:Jim Jagielski2014-05-191-32/+42
* Merge r1518269 from trunk:Jim Jagielski2014-01-211-1/+0
* * mod_cache: Correct LOGNO which has not been updated when r1481396 was bac...Jim Jagielski2013-09-171-1/+1
* Merge r1481396, r1502665 from trunk:Jim Jagielski2013-07-271-2/+4
* CTR backport of r1501423 from trunk:Eric Covener2013-07-111-1/+1
* mod_cache: Make option "CacheDisable" in mod_cache case insensitive PR 54462Graham Leggett2013-06-071-1/+1
* mod_cache: If a 304 response indicates an entity not currently cached, thenGraham Leggett2013-05-281-54/+31
* mod_cache: Ensure that we don't attempt to replace a cached responseGraham Leggett2013-05-281-0/+19
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-281-1/+1
* mod_cache: Ensure that updated responses to HEAD requests don't getGraham Leggett2013-05-281-3/+4
* mod_cache: Honour Cache-Control: no-store in a request.Graham Leggett2013-05-281-0/+10
* mod_cache: Make sure that contradictory entity headers present in a 304Graham Leggett2013-05-281-1/+67
* mod_cache: When serving from cache, only the last header of a multivaluedGraham Leggett2013-05-281-15/+10
* mod_cache: Ignore response headers specified by no-cache=header andGraham Leggett2013-05-281-6/+8
* mod_cache: Invalidate cached entities in response to RFC2616 SectionGraham Leggett2013-05-281-21/+151
* mod_cache: Fix uninitialized tmppath variable. PR 54949Jim Jagielski2013-05-231-1/+1
* Merge r1479216 from trunk:Jim Jagielski2013-05-231-1/+2
* mod_cache does no longer send Content-Type headerRainer Jung2013-01-271-3/+6
* mod_cache: Wrong content type and character set when mod_cache servesGraham Leggett2012-10-021-3/+4
* Editors choice on CHANGESJim Jagielski2012-08-141-0/+3
* Merge r1240315:Stefan Fritsch2012-02-031-4/+5
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-051-28/+28
* Backport:Graham Leggett2011-12-031-3/+1
* Backport:Graham Leggett2011-11-301-0/+4
* mod_cache: Revert http://svn.apache.org/viewvc?view=revision&revision=1070179Graham Leggett2011-11-301-56/+21
* Merge r1205894 from trunk:Jim Jagielski2011-11-241-7/+4
* Merge r1205423 from trunk:Jim Jagielski2011-11-231-25/+8
* Merge r1204555 from trunk:Jim Jagielski2011-11-211-1/+0
* Backport 1201331:Graham Leggett2011-11-121-0/+14
* mod_cache: Ensure that CacheDisable can correctly appear withinGraham Leggett2011-08-151-16/+12
* mod_cache: Fix the moving of the CACHE filter, which erroneouslyGraham Leggett2011-08-151-2/+2
* mod_cache: Ensure that r->content_type is set when serving staleGraham Leggett2011-06-061-0/+3
* mod_cache: Clarify which scenario we have present, quick handler on and CACHEGraham Leggett2011-05-231-3/+20
* Both lastmod and lastmods resolve to 0 when unset, but only lastmods is aGraham Leggett2011-05-161-1/+1
* mod_cache: When content is served stale, and there is no means toGraham Leggett2011-05-151-2/+9
* mod_cache: Make CacheEnable and CacheDisable configurable perGraham Leggett2011-03-121-1/+27
* mod_cache: When a request other than GET or HEAD arrives, we mustGraham Leggett2011-02-131-21/+56
* mod_cache: Make sure that the moving of the CACHE filter to anotherGraham Leggett2011-02-121-4/+8
* mod_cache: When a bad Expires date is present, we need to behave as ifGraham Leggett2011-02-121-3/+1
* Further trivial updates mod_disk_cache -> mod_cache_disk.Rainer Jung2010-11-261-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* mod_cache: Respect the original Cache-Control header if no header arrivesGraham Leggett2010-10-231-1/+10