| Commit message (Expand) | Author | Age | Files | Lines |
| * | When an expires or cache-control header are sent, the RFC does allow us to ca... | Paul Querna | 2008-12-07 | 1 | -1/+22 |
| * | Centralize the error-header collapsing done when sending out cached replies. ... | Dirk-Willem van Gulik | 2008-04-18 | 1 | -9/+1 |
| * | * Style police. No functional changes. | Ruediger Pluem | 2008-04-17 | 1 | -1/+1 |
| * | Centralize hop-by-hop header handling in the main mod_cache code. This change... | Dirk-Willem van Gulik | 2008-04-17 | 1 | -1/+5 |
| * | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -2/+0 |
| * | * Restore the original request headers if the cached resource was stale, as they | Ruediger Pluem | 2008-03-12 | 1 | -0/+6 |
| * | mod_cache: Do not set Date or Expires when they are missing from the original | Justin Erenkrantz | 2007-05-18 | 1 | -27/+3 |
| * | mod_cache: Correctly handle HEAD requests on expired cache content. PR 41230. | Justin Erenkrantz | 2007-05-18 | 1 | -6/+11 |
| * | mod_cache: Let Cache-Control max-age set the expiration of the cached | Justin Erenkrantz | 2007-05-17 | 1 | -6/+29 |
| * | RFC 2616 13.2.1 calls out max-age as being a valid 'explicit expiration time', | Justin Erenkrantz | 2007-05-17 | 1 | -4/+5 |
| * | * Add CacheIgnoreQueryString directive to cache requests with a query string | Ruediger Pluem | 2007-02-06 | 1 | -1/+24 |
| * | This time from the top, with three part harmony AND feeling... | Graham Leggett | 2007-02-01 | 1 | -2/+14 |
| * | whitespace fix | Jeff Trawick | 2006-12-08 | 1 | -1/+1 |
| * | * Use the query string stored in r->parsed_uri.query instead of r->args | Ruediger Pluem | 2006-11-18 | 1 | -1/+1 |
| * | mod_cache: Pass the output filter stack through the store_body() | Graham Leggett | 2006-10-27 | 1 | -14/+2 |
| * | Revert the splitting of buckets before they are handed to the cache providers, | Graham Leggett | 2006-10-26 | 1 | -114/+7 |
| * | Optimise the alternate case. Fail fast and stop splitting buckets if | Graham Leggett | 2006-10-25 | 1 | -1/+1 |
| * | mod_cache: Fix an out of memory condition that occurs when the | Graham Leggett | 2006-10-25 | 1 | -7/+114 |
| * | mod_cache: Eliminate a bogus error in the log when a filter returns | Graham Leggett | 2006-09-27 | 1 | -4/+6 |
| * | Don't cache requests with a expires date in the past; otherwise mod_cache will | Graham Leggett | 2006-09-26 | 1 | -0/+5 |
| * | * Remove all filters that are before the cache_out filter. This ensures | Ruediger Pluem | 2006-07-26 | 1 | -4/+23 |
| * | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
| * | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
| * | * Add CacheMinExpire directive to set the minimum time in seconds to cache a ... | Ruediger Pluem | 2006-01-17 | 1 | -0/+21 |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -44/+44 |
| * | * Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which only differ | Ruediger Pluem | 2005-10-17 | 1 | -11/+73 |
| * | Fixes and cleanups for mod_cache; | Colm MacCarthaigh | 2005-09-26 | 1 | -11/+38 |
| * | Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-host | Colm MacCarthaigh | 2005-08-23 | 1 | -10/+19 |
| * | remove some unused variables and re-name cache_select_url() to simply | Colm MacCarthaigh | 2005-08-23 | 1 | -6/+2 |
| * | Move the debuging log message about the removal of a url from | Justin Erenkrantz | 2005-08-12 | 1 | -5/+2 |
| * | Fix incorrectly served 304 responses when expired cache entity | Justin Erenkrantz | 2005-08-11 | 1 | -4/+37 |
| * | mod_cache: Implement remove URL via a filter. | Justin Erenkrantz | 2005-08-11 | 1 | -5/+82 |
| * | Opps. Use the correct member of the structure. | Paul Querna | 2005-07-21 | 1 | -1/+1 |
| * | Correctly restore the HTTP status from the cache handler. | Paul Querna | 2005-07-21 | 1 | -0/+5 |
| * | Now you can run mod_deflate before mod_cache, and cache it. | Paul Querna | 2005-07-20 | 1 | -2/+2 |
| * | * cache_save_filter: | Paul Querna | 2005-06-10 | 1 | -15/+11 |
| * | * mod_cache.c: When 'Vary: *' is sent, do not cache, since revalidation is al... | Paul Querna | 2005-06-06 | 1 | -1/+3 |
| * | Another mod_cache fixlet. | Sander Striker | 2005-03-11 | 1 | -0/+9 |
| * | Improve caching a bit more... | Sander Striker | 2005-03-08 | 1 | -37/+10 |
| * | More mod_cache tweakage... | Sander Striker | 2005-03-06 | 1 | -10/+13 |
| * | * modules/cache/mod_cache.c | Sander Striker | 2005-03-06 | 1 | -2/+6 |
| * | Some minimal tweaks to mod_cache. | Sander Striker | 2005-02-09 | 1 | -2/+3 |
| * | More work to properly handle revalidated responses correctly. | Justin Erenkrantz | 2005-02-09 | 1 | -14/+42 |
| * | Return the proper status and headers when serving a revalidated response. | Justin Erenkrantz | 2005-02-08 | 1 | -1/+7 |
| * | Cleanup structures in mod_cache and friends to remove unused or unnecessary | Justin Erenkrantz | 2005-02-08 | 1 | -14/+2 |
| * | * modules/cache/mod_cache.c: One more try at proper handling of revalidated | Justin Erenkrantz | 2005-02-08 | 1 | -0/+1 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | Error out on configurations where the cache provider starts with a '/'. | Sander Striker | 2005-02-03 | 1 | -0/+6 |
| * | Add CacheStorePrivate, CacheStoreNoStore, and clarify CacheIgnoreCacheControl. | Justin Erenkrantz | 2005-02-02 | 1 | -24/+82 |
| * | mod_cache: Remove unimplemented CacheForceCompletion directive. | Justin Erenkrantz | 2005-01-19 | 1 | -26/+0 |