summaryrefslogtreecommitdiff
path: root/modules/cache/mod_cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* At long last, promote mod_cache and friends out of experimental/.Justin Erenkrantz2004-11-271-0/+993