summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some doxygen warningsStefan Fritsch2010-12-083-4/+4
* Further trivial updates mod_disk_cache -> mod_cache_disk.Rainer Jung2010-11-262-2/+2
* Fixed NetWare build.Guenter Knauf2010-11-211-1/+1
* Rename disk_cache to cache_disk within logging statements.Graham Leggett2010-11-201-33/+33
* mod_disk_cache renamed to mod_cache_disk, to be consistent with theGraham Leggett2010-11-206-47/+49
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* More splitting as suggested by minfrin.Guenter Knauf2010-11-113-45/+72
* Splitted off cache defines/structs used by htcacheclean.Guenter Knauf2010-11-113-64/+98
* mod_cache: correctly parse quoted strings in cache headers.Nick Kew2010-11-031-0/+24
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-011-1/+1
* mod_cache: Respect the original Cache-Control header if no header arrivesGraham Leggett2010-10-231-1/+10
* mod_disk_cache: Make sure we step down cleanly when we've ben configuredGraham Leggett2010-10-231-0/+4
* Be compliant with RFC2616 14.46, revalidation failed is Warning 111, notGraham Leggett2010-10-221-6/+6
* Be more efficient when handling the Expires header.Graham Leggett2010-10-181-5/+3
* Remove the remove_url filter consistently for both the ap_die() and theGraham Leggett2010-10-181-2/+2
* Optimise the configuration structures for mod_disk_cache.Graham Leggett2010-10-171-7/+7
* Optimise the configuration structures for mod_cache.Graham Leggett2010-10-171-49/+49
* Use ap_log_rerror() instead of ap_log_error() across mod_cache andGraham Leggett2010-10-177-220/+215
* Support Cache-Control: no-cache with a header name, and private with aGraham Leggett2010-10-171-3/+6
* Don't attempt to kill a stale entry that cannot be revalidated so earlyGraham Leggett2010-10-171-42/+24
* As cache_control_t is public, make ap_cache_control() public with it. BumpGraham Leggett2010-10-172-8/+8
* Don't attempt to remove the existing conditional headers until we haveGraham Leggett2010-10-171-26/+26
* Support Cache-Control: only-if-cached, as per RFC2616 14.9.4.Graham Leggett2010-10-172-6/+20
* Fix the error cases in the cache_select() loop. On error we must loop aroundGraham Leggett2010-10-171-5/+19
* Fix the return values in the cache_select() function, we don't return APRGraham Leggett2010-10-171-2/+2
* Add support for proxy-revalidate as per RFC2616 section 14.9.4.Graham Leggett2010-10-171-3/+6
* Fix the sense of the must_revalidate comparison. Replace a further call toGraham Leggett2010-10-171-4/+3
* Complete the optimisation of Cache-Control header parsing. Make theGraham Leggett2010-10-176-96/+85
* Begin the process of optimising the parsing of Cache-Control headers. ParseGraham Leggett2010-10-164-14/+214
* mod_cache: Support stale-on-error behaviour for the mod_proxy case inGraham Leggett2010-10-131-0/+58
* Make sure we remove the cache lock consistently as soon as we've started Graham Leggett2010-10-131-0/+7
* Restore the apr_brigade_insert_file() call to within recall_body(), as theGraham Leggett2010-10-122-8/+9
* mod_cache: Optionally serve stale data when a revalidation returns aGraham Leggett2010-10-124-41/+202
* Use the more popular spelling variant.Graham Leggett2010-10-121-1/+1
* Fix the lookup of the per-directory cache config, we were looking up theGraham Leggett2010-10-121-1/+1
* Eliminate nonportable cruftWilliam A. Rowe Jr2010-10-111-1/+1
* Remove (and no longer initialise) an unused variable.Graham Leggett2010-10-051-2/+0
* mod_cache: Don't regenerate the cache key if we have already generated it.Graham Leggett2010-10-041-6/+10
* Remove the attempt to pass the cache key into the lock functions, useGraham Leggett2010-10-043-31/+21
* mod_cache: Allow control over the base URL of reverse proxied requestsGraham Leggett2010-10-033-8/+56
* Realign the cache_quick_handler() and cache_handler() to behave identicallyGraham Leggett2010-10-031-8/+10
* Remove FIXMEs, they have been fixed.Graham Leggett2010-10-031-6/+0
* Make sure the has_body flag is written to the disk cache file, so thatGraham Leggett2010-10-021-0/+1
* mod_cache: CacheLastModifiedFactor, CacheStoreNoStore, CacheStorePrivate,Graham Leggett2010-10-022-139/+114
* mod_disk_cache: CacheMaxFileSize, CacheMinFileSize, CacheReadSize and Graham Leggett2010-10-022-24/+30
* mod_cache: Support the caching of HEAD requests.Graham Leggett2010-10-012-11/+14
* mod_disk_cache: Instead of creating an empty data file when the body isGraham Leggett2010-09-291-50/+70
* mod_disk_cache: Change on-disk header file format to support theGraham Leggett2010-09-292-46/+86