summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow several of the configured session identifiers to be found and removed inStefan Fritsch2010-01-101-2/+1
* * Do an exact match of the keys defined by CacheIgnoreURLSessionIdentifiersRuediger Pluem2009-12-181-12/+45
* more NetWare makefile cleanups.Guenter Knauf2009-12-014-12/+4
* Revert nonsense I introduced in r885689; solve cl test correctlyWilliam A. Rowe Jr2009-12-011-2/+2
* Elaborate on low hanging XXX fruitWilliam A. Rowe Jr2009-12-011-2/+2
* use ap_strchr_c to protect const-ness of input stringJeff Trawick2009-11-031-1/+1
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-282-14/+10
* Only allow parens in filename if cachesize is given. Return error otherwiseStefan Fritsch2009-10-241-2/+14
* Only parse cache size in parens at the end of the string. Fixes SSLSessionCacheStefan Fritsch2009-10-231-8/+4
* mod_cache: add Cache-control: s-maxage to cacheability decisions per RFC 2616.Daniel Earl Poirier2009-10-091-4/+8
* mod_cache: Teach CacheEnable and CacheDisable to work from within aGraham Leggett2009-10-051-4/+41
* Back out r818492 which prevented all caching of incomplete responses.Daniel Earl Poirier2009-10-052-105/+13
* Ensure that we call ap_meets_conditions() in the mod_cache normal handlerGraham Leggett2009-10-041-0/+5
* Style fixes.Graham Leggett2009-10-041-4/+8
* Remove the server_rec wired into uri_meets_conditions, the debuggingGraham Leggett2009-10-041-7/+4
* mod_cache: Fix uri_meets_conditions() so that CacheEnable willGraham Leggett2009-10-031-32/+68
* Remove an unused variable.Graham Leggett2009-10-031-1/+0
* mod_cache: Introduce the option to run the cache from within theGraham Leggett2009-10-032-6/+334
* * Use strcasecmp instead of strncasecmp as we want to be sure that the wholeRuediger Pluem2009-09-271-2/+2
* mod_cache: don't cache incomplete responses, per RFC 2616, 13.8.Daniel Earl Poirier2009-09-242-1/+111
* Add suggested parentheses around APR_STATUS_IS_ENOENT.Graham Leggett2009-08-311-1/+1
* moved "finfo.mtime = 0;" after var declaration;Guenter Knauf2009-08-311-2/+3
* Axe an unused variable.William A. Rowe Jr2009-08-281-1/+0
* Add parenthesis for legibility and correcting association,William A. Rowe Jr2009-08-281-3/+2
* Make sure when adding a warning, that we don't duplicate an existing warning.Graham Leggett2009-08-271-2/+9
* Log the return code in the debug message to properly indicate why the lockGraham Leggett2009-08-271-1/+1
* When attempting to set the stale lock, we will pass try_lock twice. If weGraham Leggett2009-08-271-0/+7
* Reintroduce an optimisation lost in some cut and paste. The cache lockGraham Leggett2009-08-272-28/+15
* mod_cache: Introduce the thundering herd lock, a mechanism to keepGraham Leggett2009-08-274-67/+487
* * Correctly detect if CacheIgnoreURLSessionIdentifiers is set.Ruediger Pluem2009-05-251-1/+1
* * Use the correct constant.Ruediger Pluem2009-05-251-1/+1
* * Add CacheIgnoreURLSessionIdentifiers directive to ignoreRuediger Pluem2009-05-213-2/+102
* * modules/cache/mod_socache_memcache.c,Joe Orton2009-03-233-40/+29
* fix mod_disk_cache to support EnableSendfile.Lars Eilebrecht2009-02-211-1/+10
* ap_meets_conditions() should not be called until all ofRoy T. Fielding2009-02-121-5/+5
* look for 'no-cache' in subprocess_env to prevent the savingEric Covener2008-12-241-0/+3
* ditto hack from mpm_default.hWilliam A. Rowe Jr2008-12-222-3/+15
* * Correctly save Content-Encoding of cachable entity.Ruediger Pluem2008-12-151-0/+6
* socache API tweaks based on chrisd's review:Joe Orton2008-12-124-34/+45
* * modules/cache/mod_socache_memcache.c (socache_mc_init): Remove referencesJoe Orton2008-12-121-15/+14
* * modules/cache/mod_socache_memcache.c (socache_mc_create): Fail ifJoe Orton2008-12-121-10/+30
* * include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVIDER as aJoe Orton2008-12-091-0/+6
* Reduce config overhead for use of socache interface by allowingJoe Orton2008-12-092-12/+44
* When an expires or cache-control header are sent, the RFC does allow us to ca...Paul Querna2008-12-071-1/+22
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-7/+7
* * mod_mem_cache is dead. So remove all hints on it.Ruediger Pluem2008-11-051-8/+0
* The mem_cache is dead, long live disk_cache.William A. Rowe Jr2008-11-054-1414/+0
* * modules/cache/mod_socache_dbm.cPaul Querna2008-10-271-1/+1
* * modules/cache/mod_socache_dbm.c: Fix compile by including unixd.h on operatingPaul Querna2008-10-271-0/+4
* Catch up with a host of changes to the current module setWilliam A. Rowe Jr2008-06-074-0/+444