summaryrefslogtreecommitdiffstats
path: root/modules/cache/mod_cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token().Graham Leggett2011-12-031-2/+0
* mod_cache: Apply the API change that allows future mod_cache providers toGraham Leggett2011-11-301-0/+1
* mod_cache: When a request other than GET or HEAD arrives, we mustGraham Leggett2011-02-131-1/+3
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Splitted off cache defines/structs used by htcacheclean.Guenter Knauf2010-11-111-26/+2
* Use ap_log_rerror() instead of ap_log_error() across mod_cache andGraham Leggett2010-10-171-1/+1
* As cache_control_t is public, make ap_cache_control() public with it. BumpGraham Leggett2010-10-171-0/+8
* Complete the optimisation of Cache-Control header parsing. Make theGraham Leggett2010-10-171-0/+28
* Begin the process of optimising the parsing of Cache-Control headers. ParseGraham Leggett2010-10-161-9/+0
* mod_cache: Optionally serve stale data when a revalidation returns aGraham Leggett2010-10-121-1/+2
* axe extra ";", fixing this messages from Sun Studio:Jeff Trawick2010-09-271-1/+1
* mod_cache: Add the cache_status hook to register the final cacheGraham Leggett2010-09-271-0/+28
* Move mod_cache-private includes and defines from the public mod_cache.hGraham Leggett2010-09-221-61/+1
* Make cache_provider_list and cache_request_rec private by moving themGraham Leggett2010-09-221-37/+1
* Make cache_server_conf, cache_enable and cache_disable private. RemoveGraham Leggett2010-09-221-69/+0
* Make ap_cache_accept_headers, ap_cache_accept_headers, ap_cache_try_lock andGraham Leggett2010-09-221-60/+0
* Trim legacy structure from removed mod_mem_cache.Graham Leggett2010-09-221-10/+0
* Remove deprecated ap_cache_cacheable_hdrs_out.Graham Leggett2010-09-221-6/+0
* Remove the MOD_CACHE_REQUEST_REC hack, and pass the cache_request_recGraham Leggett2010-09-221-5/+8
* Revert breakage in 2.2.4 introduced in r450055, by offering a CacheStoreExpiredWilliam A. Rowe Jr2010-09-221-0/+3
* Move private cache_* declarations out of the public mod_cache.h file.Graham Leggett2010-09-221-24/+0
* mod_cache: Give the cache provider the opportunity to choose to cacheGraham Leggett2010-09-211-2/+2
* mod_cache: Add a discrete commit_entity() provider function within theGraham Leggett2010-09-161-0/+1
* mod_cache: Change the signature of the store_body() provider functionGraham Leggett2010-09-131-1/+3
* mod_cache: Check the request to determine whether we are allowedGraham Leggett2010-09-041-0/+9
* mod_cache: Use a proper filter context to hold filter data insteadGraham Leggett2010-09-041-0/+3
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-07-011-11/+11
* mod_cache: Introduce the option to run the cache from within theGraham Leggett2009-10-031-0/+3
* mod_cache: don't cache incomplete responses, per RFC 2616, 13.8.Daniel Earl Poirier2009-09-241-0/+1
* mod_cache: Introduce the thundering herd lock, a mechanism to keepGraham Leggett2009-08-271-19/+69
* * Add CacheIgnoreURLSessionIdentifiers directive to ignoreRuediger Pluem2009-05-211-0/+6
* * 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-291-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