summaryrefslogtreecommitdiff
path: root/modules/cache/mod_cache.c
Commit message (Expand)AuthorAgeFilesLines
* When an expires or cache-control header are sent, the RFC does allow us to ca...Paul Querna2008-12-071-1/+22
* Centralize the error-header collapsing done when sending out cached replies. ...Dirk-Willem van Gulik2008-04-181-9/+1
* * Style police. No functional changes.Ruediger Pluem2008-04-171-1/+1
* Centralize hop-by-hop header handling in the main mod_cache code. This change...Dirk-Willem van Gulik2008-04-171-1/+5
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* * Restore the original request headers if the cached resource was stale, as theyRuediger Pluem2008-03-121-0/+6
* mod_cache: Do not set Date or Expires when they are missing from the originalJustin Erenkrantz2007-05-181-27/+3
* mod_cache: Correctly handle HEAD requests on expired cache content. PR 41230.Justin Erenkrantz2007-05-181-6/+11
* mod_cache: Let Cache-Control max-age set the expiration of the cachedJustin Erenkrantz2007-05-171-6/+29
* RFC 2616 13.2.1 calls out max-age as being a valid 'explicit expiration time',Justin Erenkrantz2007-05-171-4/+5
* * Add CacheIgnoreQueryString directive to cache requests with a query stringRuediger Pluem2007-02-061-1/+24
* This time from the top, with three part harmony AND feeling...Graham Leggett2007-02-011-2/+14
* whitespace fixJeff Trawick2006-12-081-1/+1
* * Use the query string stored in r->parsed_uri.query instead of r->argsRuediger Pluem2006-11-181-1/+1
* mod_cache: Pass the output filter stack through the store_body()Graham Leggett2006-10-271-14/+2
* Revert the splitting of buckets before they are handed to the cache providers,Graham Leggett2006-10-261-114/+7
* Optimise the alternate case. Fail fast and stop splitting buckets ifGraham Leggett2006-10-251-1/+1
* mod_cache: Fix an out of memory condition that occurs when theGraham Leggett2006-10-251-7/+114
* mod_cache: Eliminate a bogus error in the log when a filter returnsGraham Leggett2006-09-271-4/+6
* Don't cache requests with a expires date in the past; otherwise mod_cache willGraham Leggett2006-09-261-0/+5
* * Remove all filters that are before the cache_out filter. This ensuresRuediger Pluem2006-07-261-4/+23
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* * Add CacheMinExpire directive to set the minimum time in seconds to cache a ...Ruediger Pluem2006-01-171-0/+21
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-44/+44
* * Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which only differRuediger Pluem2005-10-171-11/+73
* Fixes and cleanups for mod_cache;Colm MacCarthaigh2005-09-261-11/+38
* Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-hostColm MacCarthaigh2005-08-231-10/+19
* remove some unused variables and re-name cache_select_url() to simply Colm MacCarthaigh2005-08-231-6/+2
* Move the debuging log message about the removal of a url fromJustin Erenkrantz2005-08-121-5/+2
* Fix incorrectly served 304 responses when expired cache entityJustin Erenkrantz2005-08-111-4/+37
* mod_cache: Implement remove URL via a filter.Justin Erenkrantz2005-08-111-5/+82
* Opps. Use the correct member of the structure.Paul Querna2005-07-211-1/+1
* Correctly restore the HTTP status from the cache handler.Paul Querna2005-07-211-0/+5
* Now you can run mod_deflate before mod_cache, and cache it.Paul Querna2005-07-201-2/+2
* * cache_save_filter: Paul Querna2005-06-101-15/+11
* * mod_cache.c: When 'Vary: *' is sent, do not cache, since revalidation is al...Paul Querna2005-06-061-1/+3
* Another mod_cache fixlet.Sander Striker2005-03-111-0/+9
* Improve caching a bit more...Sander Striker2005-03-081-37/+10
* More mod_cache tweakage...Sander Striker2005-03-061-10/+13
* * modules/cache/mod_cache.cSander Striker2005-03-061-2/+6
* Some minimal tweaks to mod_cache.Sander Striker2005-02-091-2/+3
* More work to properly handle revalidated responses correctly.Justin Erenkrantz2005-02-091-14/+42
* Return the proper status and headers when serving a revalidated response.Justin Erenkrantz2005-02-081-1/+7
* Cleanup structures in mod_cache and friends to remove unused or unnecessaryJustin Erenkrantz2005-02-081-14/+2
* * modules/cache/mod_cache.c: One more try at proper handling of revalidatedJustin Erenkrantz2005-02-081-0/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Error out on configurations where the cache provider starts with a '/'.Sander Striker2005-02-031-0/+6
* Add CacheStorePrivate, CacheStoreNoStore, and clarify CacheIgnoreCacheControl.Justin Erenkrantz2005-02-021-24/+82
* mod_cache: Remove unimplemented CacheForceCompletion directive.Justin Erenkrantz2005-01-191-26/+0