| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow several of the configured session identifiers to be found and removed in | Stefan Fritsch | 2010-01-10 | 1 | -2/+1 |
* | * Do an exact match of the keys defined by CacheIgnoreURLSessionIdentifiers | Ruediger Pluem | 2009-12-18 | 1 | -12/+45 |
* | more NetWare makefile cleanups. | Guenter Knauf | 2009-12-01 | 4 | -12/+4 |
* | Revert nonsense I introduced in r885689; solve cl test correctly | William A. Rowe Jr | 2009-12-01 | 1 | -2/+2 |
* | Elaborate on low hanging XXX fruit | William A. Rowe Jr | 2009-12-01 | 1 | -2/+2 |
* | use ap_strchr_c to protect const-ness of input string | Jeff Trawick | 2009-11-03 | 1 | -1/+1 |
* | Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch. | Daniel Earl Poirier | 2009-10-28 | 2 | -14/+10 |
* | Only allow parens in filename if cachesize is given. Return error otherwise | Stefan Fritsch | 2009-10-24 | 1 | -2/+14 |
* | Only parse cache size in parens at the end of the string. Fixes SSLSessionCache | Stefan Fritsch | 2009-10-23 | 1 | -8/+4 |
* | mod_cache: add Cache-control: s-maxage to cacheability decisions per RFC 2616. | Daniel Earl Poirier | 2009-10-09 | 1 | -4/+8 |
* | mod_cache: Teach CacheEnable and CacheDisable to work from within a | Graham Leggett | 2009-10-05 | 1 | -4/+41 |
* | Back out r818492 which prevented all caching of incomplete responses. | Daniel Earl Poirier | 2009-10-05 | 2 | -105/+13 |
* | Ensure that we call ap_meets_conditions() in the mod_cache normal handler | Graham Leggett | 2009-10-04 | 1 | -0/+5 |
* | Style fixes. | Graham Leggett | 2009-10-04 | 1 | -4/+8 |
* | Remove the server_rec wired into uri_meets_conditions, the debugging | Graham Leggett | 2009-10-04 | 1 | -7/+4 |
* | mod_cache: Fix uri_meets_conditions() so that CacheEnable will | Graham Leggett | 2009-10-03 | 1 | -32/+68 |
* | Remove an unused variable. | Graham Leggett | 2009-10-03 | 1 | -1/+0 |
* | mod_cache: Introduce the option to run the cache from within the | Graham Leggett | 2009-10-03 | 2 | -6/+334 |
* | * Use strcasecmp instead of strncasecmp as we want to be sure that the whole | Ruediger Pluem | 2009-09-27 | 1 | -2/+2 |
* | mod_cache: don't cache incomplete responses, per RFC 2616, 13.8. | Daniel Earl Poirier | 2009-09-24 | 2 | -1/+111 |
* | Add suggested parentheses around APR_STATUS_IS_ENOENT. | Graham Leggett | 2009-08-31 | 1 | -1/+1 |
* | moved "finfo.mtime = 0;" after var declaration; | Guenter Knauf | 2009-08-31 | 1 | -2/+3 |
* | Axe an unused variable. | William A. Rowe Jr | 2009-08-28 | 1 | -1/+0 |
* | Add parenthesis for legibility and correcting association, | William A. Rowe Jr | 2009-08-28 | 1 | -3/+2 |
* | Make sure when adding a warning, that we don't duplicate an existing warning. | Graham Leggett | 2009-08-27 | 1 | -2/+9 |
* | Log the return code in the debug message to properly indicate why the lock | Graham Leggett | 2009-08-27 | 1 | -1/+1 |
* | When attempting to set the stale lock, we will pass try_lock twice. If we | Graham Leggett | 2009-08-27 | 1 | -0/+7 |
* | Reintroduce an optimisation lost in some cut and paste. The cache lock | Graham Leggett | 2009-08-27 | 2 | -28/+15 |
* | mod_cache: Introduce the thundering herd lock, a mechanism to keep | Graham Leggett | 2009-08-27 | 4 | -67/+487 |
* | * Correctly detect if CacheIgnoreURLSessionIdentifiers is set. | Ruediger Pluem | 2009-05-25 | 1 | -1/+1 |
* | * Use the correct constant. | Ruediger Pluem | 2009-05-25 | 1 | -1/+1 |
* | * Add CacheIgnoreURLSessionIdentifiers directive to ignore | Ruediger Pluem | 2009-05-21 | 3 | -2/+102 |
* | * modules/cache/mod_socache_memcache.c, | Joe Orton | 2009-03-23 | 3 | -40/+29 |
* | fix mod_disk_cache to support EnableSendfile. | Lars Eilebrecht | 2009-02-21 | 1 | -1/+10 |
* | ap_meets_conditions() should not be called until all of | Roy T. Fielding | 2009-02-12 | 1 | -5/+5 |
* | look for 'no-cache' in subprocess_env to prevent the saving | Eric Covener | 2008-12-24 | 1 | -0/+3 |
* | ditto hack from mpm_default.h | William A. Rowe Jr | 2008-12-22 | 2 | -3/+15 |
* | * Correctly save Content-Encoding of cachable entity. | Ruediger Pluem | 2008-12-15 | 1 | -0/+6 |
* | socache API tweaks based on chrisd's review: | Joe Orton | 2008-12-12 | 4 | -34/+45 |
* | * modules/cache/mod_socache_memcache.c (socache_mc_init): Remove references | Joe Orton | 2008-12-12 | 1 | -15/+14 |
* | * modules/cache/mod_socache_memcache.c (socache_mc_create): Fail if | Joe Orton | 2008-12-12 | 1 | -10/+30 |
* | * include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVIDER as a | Joe Orton | 2008-12-09 | 1 | -0/+6 |
* | Reduce config overhead for use of socache interface by allowing | Joe Orton | 2008-12-09 | 2 | -12/+44 |
* | When an expires or cache-control header are sent, the RFC does allow us to ca... | Paul Querna | 2008-12-07 | 1 | -1/+22 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -7/+7 |
* | * mod_mem_cache is dead. So remove all hints on it. | Ruediger Pluem | 2008-11-05 | 1 | -8/+0 |
* | The mem_cache is dead, long live disk_cache. | William A. Rowe Jr | 2008-11-05 | 4 | -1414/+0 |
* | * modules/cache/mod_socache_dbm.c | Paul Querna | 2008-10-27 | 1 | -1/+1 |
* | * modules/cache/mod_socache_dbm.c: Fix compile by including unixd.h on operating | Paul Querna | 2008-10-27 | 1 | -0/+4 |
* | Catch up with a host of changes to the current module set | William A. Rowe Jr | 2008-06-07 | 4 | -0/+444 |