summaryrefslogtreecommitdiff
path: root/modules/cache
Commit message (Expand)AuthorAgeFilesLines
...
* Fix missing limits.h header, required for 2.4.next release,William A. Rowe Jr2016-03-221-0/+4
* better s-maxage supportEric Covener2016-01-251-17/+26
* Added many log numbers to log statements thatRainer Jung2016-01-191-4/+6
* mod_cache_socache: Fix a possible cached entity body corruption when itYann Ylavic2015-12-281-50/+22
* disk_cache: improve logging of errors around reading stored headersEric Covener2015-12-211-3/+12
* remove dead code leftover from r1023387. Eric Covener2015-12-071-8/+2
* duplicate debug-level AH00764 in the just-validated path.Eric Covener2015-12-071-0/+3
* Follow up to r1715876: fix typo.Yann Ylavic2015-11-231-1/+2
* mod_cache: Fix (max-stale with no '=') and enforce (check integers after '=')Yann Ylavic2015-11-231-10/+25
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-232-3/+3
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-54/+18
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-43/+60
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-60/+43
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-3/+0
* RFC2616 defines #rules as:Christophe Jaillet2015-10-271-1/+1
* m4: please any autoconf by quoting AC_DEFUN's names. PR 58126.Yann Ylavic2015-10-051-1/+1
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+1
* not sure how that got in thereEdward Lu2015-09-211-3/+5
* Stop destroying headers when passing through the cache filterEdward Lu2015-09-212-6/+4
* Allow 0 as a valid value (never close idle connections)Christophe Jaillet2015-09-011-8/+11
* Remove useless lineChristophe Jaillet2015-08-311-1/+0
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-6/+8
* With the current implementation, it is likely to connect/close a socket with ...Christophe Jaillet2015-08-151-4/+52
* remove space after \Gregg Lewis Smith2015-08-102-2/+2
* Add include path for NetWare build.Gregg Lewis Smith2015-08-092-0/+2
* s/the the/the/gRich Bowen2015-07-091-1/+1
* Followup to r1671397 so these will buildGregg Lewis Smith2015-05-012-4/+4
* Add output for "?auto" version of server-statusRainer Jung2015-04-054-46/+105
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-2/+2
* * mod_cache: Preserve the Content-Type in case of 304 response.Jan Kaluža2015-03-091-6/+14
* * modules/cache/mod_socache_memcache.c (socache_mc_store): PassJoe Orton2015-01-051-2/+8
* Added include path for Windows build.Gregg Lewis Smith2014-12-091-2/+2
* Added include path for NetWare build.Guenter Knauf2014-11-271-0/+1
* 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
* Silence build warning about missing prototype.Rainer Jung2014-10-061-1/+1
* mod_cache_socache: Change average object sizeRainer Jung2014-10-051-1/+1
* mod_cache_socache: Add cache status to server-status.Rainer Jung2014-10-051-0/+56
* use actual error code in AH00779Eric Covener2014-09-201-1/+1
* SECURITY (CVE-2014-3581): Fix a mod_cache NULL pointer deferenceJan Kaluža2014-09-111-2/+4
* 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
* Add missing APLOGNO.Christophe Jaillet2014-07-191-2/+2
* mod_cache: try to use the key of a possible open but stale cache entryJan Kaluža2014-05-261-1/+19
* mod_socache_shmcb: Correct counting of expirations for status display.Rainer Jung2014-05-171-0/+2
* mod_cache: follow up to r1594643.Yann Ylavic2014-05-141-4/+4
* mod_cache: follow up to r1591328.Yann Ylavic2014-05-143-12/+23
* 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