summaryrefslogtreecommitdiff
path: root/modules/cache/mod_cache.h
Commit message (Expand)AuthorAgeFilesLines
* Fixes and cleanups for mod_cache;Colm MacCarthaigh2005-09-261-10/+10
* Doxygen fixup / cleanupIan Holsman2005-08-281-4/+10
* Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-hostColm MacCarthaigh2005-08-231-5/+5
* remove some unused variables and re-name cache_select_url() to simply Colm MacCarthaigh2005-08-231-1/+1
* mod_cache: Implement remove URL via a filter.Justin Erenkrantz2005-08-111-2/+3
* * cache/mod_disk_cache.c: Make most members of disk_cache_object into const c...Paul Querna2005-06-141-1/+1
* 'generate_name' is too generic to be in the public symbols. Rename it to ap_c...Paul Querna2005-06-031-3/+3
* Remove an unused function.Sander Striker2005-03-081-1/+0
* More work to properly handle revalidated responses correctly.Justin Erenkrantz2005-02-091-1/+9
* Return the proper status and headers when serving a revalidated response.Justin Erenkrantz2005-02-081-0/+3
* Cleanup structures in mod_cache and friends to remove unused or unnecessaryJustin Erenkrantz2005-02-081-15/+3
* * modules/cache/mod_cache.h: Move the structure declaration of cache_handleJustin Erenkrantz2005-02-081-9/+8
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add CacheStorePrivate, CacheStoreNoStore, and clarify CacheIgnoreCacheControl.Justin Erenkrantz2005-02-021-6/+15
* mod_cache: Remove unimplemented CacheForceCompletion directive.Justin Erenkrantz2005-01-191-4/+0
* At long last, promote mod_cache and friends out of experimental/.Justin Erenkrantz2004-11-271-0/+317