| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Signedness error | William A. Rowe Jr | 2008-06-07 | 1 | -1/+1 |
* | ap_ namespace, a dead giveaway that this information should reside | William A. Rowe Jr | 2008-06-07 | 1 | -159/+0 |
* | The cache_hash, cache_pqueue and cache_cache functions | William A. Rowe Jr | 2008-06-06 | 6 | -54/+62 |
* | mod_mem_cache consumes mod_cache, linking this in | William A. Rowe Jr | 2008-06-06 | 1 | -1/+0 |
* | Revert prior commit; the flaw is not in exporting all | William A. Rowe Jr | 2008-06-06 | 1 | -2/+6 |
* | These are declared CACHE_DECLARE and should be consumed | William A. Rowe Jr | 2008-06-06 | 1 | -6/+2 |
* | Add new exports | Bradley Nicholes | 2008-05-23 | 1 | -2/+4 |
* | * We need to use the headers_out table we merged above, not the original one. | Ruediger Pluem | 2008-04-19 | 1 | -1/+1 |
* | * Style fixes. No functional changes. | Ruediger Pluem | 2008-04-19 | 2 | -5/+5 |
* | * Use the correct headers_out table for overlaying. | Ruediger Pluem | 2008-04-19 | 1 | -1/+1 |
* | Centralize the error-header collapsing done when sending out cached replies. ... | Dirk-Willem van Gulik | 2008-04-18 | 2 | -12/+6 |
* | Make it compile on pre-C99 compilers | Martin Kraemer | 2008-04-18 | 1 | -1/+1 |
* | * Style police. No functional changes. | Ruediger Pluem | 2008-04-17 | 2 | -17/+21 |
* | Centralize hop-by-hop header handling in the main mod_cache code. This change... | Dirk-Willem van Gulik | 2008-04-17 | 1 | -1/+5 |
* | Centralize hop-by-hop header handling in the memory caching code. | Dirk-Willem van Gulik | 2008-04-17 | 1 | -10/+1 |
* | Centralize hop-by-hop header handling in the disk caching code. Note that 'ou... | Dirk-Willem van Gulik | 2008-04-17 | 1 | -12/+3 |
* | Currently each of the caching module includes logic to implement | Dirk-Willem van Gulik | 2008-04-17 | 2 | -4/+72 |
* | remove const on socache module declarations to avoid segfault in | Chris Darroch | 2008-04-16 | 4 | -4/+4 |
* | Fix socache modules' APACHE_MODULE() definitions. | Chris Darroch | 2008-04-10 | 1 | -3/+3 |
* | * modules/cache/ap_socache.h: Doxify. | Joe Orton | 2008-04-09 | 1 | -33/+82 |
* | oops - checked in wrong makefile. | Guenter Knauf | 2008-04-09 | 1 | -5/+5 |
* | added new chache modules to NetWare build. | Guenter Knauf | 2008-04-09 | 3 | -0/+530 |
* | * modules/cache/mod_socache_dbm.c: Fix some dodgy formatting, thanks rpluem. | Joe Orton | 2008-04-08 | 1 | -9/+8 |
* | Adjust socache init interface to take sizing hints, and namespace tag | Joe Orton | 2008-04-08 | 5 | -51/+56 |
* | * modules/cache/ap_socache.h: Add ap_socache_instance_t object type. | Joe Orton | 2008-04-08 | 5 | -88/+73 |
* | Session cache interface redesign, Part 8: | Joe Orton | 2008-04-08 | 6 | -0/+2027 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 6 | -11/+0 |
* | * Do not do Range requests if we use our own conditionals for validating | Ruediger Pluem | 2008-03-13 | 1 | -0/+7 |
* | * Restore the original request headers if the cached resource was stale, as they | Ruediger Pluem | 2008-03-12 | 1 | -0/+6 |
* | * If the cached entity contained Cache-Control: no-cache, treat it as stale | Ruediger Pluem | 2008-03-02 | 1 | -0/+8 |
* | Incorperate feedback of Rudiger. | Dirk-Willem van Gulik | 2008-02-11 | 1 | -13/+1 |
* | Turn the cache module into first class citizens (well the disk_cache | Dirk-Willem van Gulik | 2008-02-11 | 1 | -4/+5 |
* | Return a little bit more error information when, say a disk is full or someth... | Dirk-Willem van Gulik | 2008-02-11 | 1 | -9/+42 |
* | * Change loglevel from ERROR to WARNING if the renaming of the vary, headers | Ruediger Pluem | 2007-12-29 | 1 | -3/+3 |
* | * Make loglevel consistent for similar situations. As this really should not | Ruediger Pluem | 2007-12-28 | 1 | -2/+2 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 1 | -7/+1 |
* | SECURITY: CVE-2007-1862 (cve.mitre.org) | Eric Covener | 2007-06-01 | 1 | -4/+20 |
* | mod_cache: Do not set Date or Expires when they are missing from the original | Justin Erenkrantz | 2007-05-19 | 1 | -27/+3 |
* | mod_cache: Correctly handle HEAD requests on expired cache content. PR 41230. | Justin Erenkrantz | 2007-05-19 | 1 | -6/+11 |
* | mod_cache: Let Cache-Control max-age set the expiration of the cached | Justin Erenkrantz | 2007-05-17 | 1 | -6/+29 |
* | mod_disk_cache: If the Vary'd content is stale, we can handle it via our | Justin Erenkrantz | 2007-05-17 | 1 | -4/+0 |
* | mod_disk_cache: When renegotiating an already cached Vary'd response, do not | Justin Erenkrantz | 2007-05-17 | 1 | -2/+0 |
* | mod_disk_cache: When renegotiating an already cached Vary'd response, create | Justin Erenkrantz | 2007-05-17 | 1 | -0/+9 |
* | RFC 2616 13.2.1 calls out max-age as being a valid 'explicit expiration time', | Justin Erenkrantz | 2007-05-17 | 1 | -4/+5 |
* | * Prevent a segmentation fault if one of the Cache-Control headers | Ruediger Pluem | 2007-05-06 | 1 | -5/+25 |