summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-101-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-201-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
* 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 errors with CacheLock on Windows:Eric Covener2014-04-191-3/+3
* Fix layoutChristophe Jaillet2014-04-121-2/+1
* leave a warning about cc_outEric Covener2014-04-041-0/+2
* s/apr_pstrndup/apr_pstrmemdup/ when applicableChristophe Jaillet2014-02-011-1/+1
* add the URI to DEBUG message 00765 (and drop an exclamation point):Eric Covener2014-01-311-1/+1
* Use apr_pstrmemdup instead of apr_pstrndup when this is safe.Christophe Jaillet2013-12-091-2/+2
* Only close hdrs.fd when returning non-OK from cache_select(),Eric Covener2013-12-041-1/+2
* don't pass uninitialized rv passed to ap_log_rerror()Jeff Trawick2013-10-231-2/+3
* SECURITY (CVE-2013-4352): Fix a NULL pointer deference which allowedGraham Leggett2013-09-141-3/+6
* Expires in a 304 is not a contradiction in terms of r1487118:Eric Covener2013-08-281-1/+0
* Limit SHMCB_MAX_SIZE to min(UINT_MAX, APR_SIZE_MAX) to match the current codeStefan Fritsch2013-08-181-1/+8
* reflow a very long line, no functional changeEric Covener2013-07-121-2/+4
* fix whitespace in AH00766 warning: Eric Covener2013-07-091-1/+1
* Fix some compiler warnings.Guenter Knauf2013-07-071-1/+1
* recognize the "defualt handler name" in r->handler, which is used whenEric Covener2013-06-261-4/+4
* Fix "variable 'rv' may be used uninitializedRainer Jung2013-06-191-1/+1
* Correct the use of the printf formatter.Graham Leggett2013-06-171-5/+3
* mod_socache_shmcb.c: Remove arbitrary restriction on shared memory sizeGraham Leggett2013-06-171-1/+1
* mod_cache_socache: Make sure the CacheSocacheMaxSize directive is mergedGraham Leggett2013-06-131-0/+1
* const goodness with nasty strrchr and strchr functionsJeff Trawick2013-06-101-5/+5
* mod_cache_socache: Use the name of the socache implementation when performing Graham Leggett2013-06-101-1/+1
* Fixed signed<->unsigned compiler warning.Guenter Knauf2013-06-071-2/+2