summaryrefslogtreecommitdiff
path: root/modules/cache/mod_cache.h
Commit message (Expand)AuthorAgeFilesLines
* * Style fixes. No functional changes.Ruediger Pluem2008-04-191-2/+2
* Currently each of the caching module includes logic to implementDirk-Willem van Gulik2008-04-171-2/+20
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* * Save the key we generate during our first run of cache_generate_key_defaultRuediger Pluem2007-02-121-0/+3
* * Add CacheIgnoreQueryString directive to cache requests with a query stringRuediger Pluem2007-02-061-0/+3
* This time from the top, with three part harmony AND feeling...Graham Leggett2007-02-011-1/+1
* mod_cache: Pass the output filter stack through the store_body()Graham Leggett2006-10-271-1/+1
* Revert the splitting of buckets before they are handed to the cache providers,Graham Leggett2006-10-261-4/+0
* mod_cache: Fix an out of memory condition that occurs when theGraham Leggett2006-10-251-0/+4
* * modules/cache/mod_cache.h: Fix comment that was obviously cut andGarrett Rooney2006-09-201-2/+2
* * modules/cache/mod_cache.hGarrett Rooney2006-09-201-21/+0
* 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 Colm's explanation of the cache_info structure from his explaination on dev@Ian Holsman2006-01-251-2/+13
* * Add CacheMinExpire directive to set the minimum time in seconds to cache a ...Ruediger Pluem2006-01-171-0/+4
* 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