summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_cache: Per RFC 7234 section 5.3 an invalidRainer Jung2018-06-201-2/+5
* Use apr_pcalloc in the 'create' function. All the fields are initialized in t...Christophe Jaillet2018-04-081-2/+2
* Save a few cycles.Christophe Jaillet2018-02-191-2/+2
* mod_cache_socache: Fix caching of empty headers up to carriage return.Yann Ylavic2018-02-151-1/+2
* some small tweaks to get things building againGregg Lewis Smith2018-01-191-111/+111
* Synch style in comment with 2.4.x.Christophe Jaillet2017-03-271-2/+2
* Group bit field values in order to save some memory.Christophe Jaillet2017-03-271-1/+1
* Improve indentationChristophe Jaillet2017-03-271-4/+4
* Save a few cycles.Christophe Jaillet2017-03-271-5/+6
* mod_cache: Fix a regression in 2.4.25 for the forward proxy case byYann Ylavic2017-02-214-50/+81
* Remove a useless break + tiny style fix (missing space)Christophe Jaillet2017-01-061-2/+1
* Use apr_pstrmemdup instead of apr_pstrndup when applicableChristophe Jaillet2017-01-061-1/+1
* mod_socache_redis also uses mod_status hooksWilliam A. Rowe Jr2016-12-161-2/+2
* related to http://svn.apache.org/viewvc?view=revision&revision=1774602Jim Jagielski2016-12-161-8/+8
* Add ../generators to include path for WindowsRainer Jung2016-12-161-2/+2
* Use correct format pattern, "%lu" is wrong forRainer Jung2016-12-161-6/+6
* html elementsJim Jagielski2016-12-131-9/+9
* From Norm:Jim Jagielski2016-11-221-0/+1
* Fix some HTML tagsChristophe Jaillet2016-11-151-9/+9
* reorganize mod_socache_redis so it compiles w/o apr-redisEric Covener2016-11-151-14/+13
* heh... bring memcache up to redis :)Jim Jagielski2016-11-051-1/+55
* Needs LOGNO #sJim Jagielski2016-11-051-9/+9
* And provide some nice usage stats. Could be prettier, for sure.Jim Jagielski2016-11-051-2/+81
* And the socache provider interface for RedisJim Jagielski2016-11-043-0/+520
* 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-164-29/+37
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-092-18/+18
* 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-081-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