| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some doxygen warnings | Stefan Fritsch | 2010-12-08 | 3 | -4/+4 |
* | Further trivial updates mod_disk_cache -> mod_cache_disk. | Rainer Jung | 2010-11-26 | 2 | -2/+2 |
* | Fixed NetWare build. | Guenter Knauf | 2010-11-21 | 1 | -1/+1 |
* | Rename disk_cache to cache_disk within logging statements. | Graham Leggett | 2010-11-20 | 1 | -33/+33 |
* | mod_disk_cache renamed to mod_cache_disk, to be consistent with the | Graham Leggett | 2010-11-20 | 6 | -47/+49 |
* | Fix a spelling mistake. | Graham Leggett | 2010-11-19 | 1 | -1/+1 |
* | Fix a spelling mistake. | Graham Leggett | 2010-11-19 | 1 | -1/+1 |
* | Fix a spelling mistake. | Graham Leggett | 2010-11-19 | 1 | -1/+1 |
* | More splitting as suggested by minfrin. | Guenter Knauf | 2010-11-11 | 3 | -45/+72 |
* | Splitted off cache defines/structs used by htcacheclean. | Guenter Knauf | 2010-11-11 | 3 | -64/+98 |
* | mod_cache: correctly parse quoted strings in cache headers. | Nick Kew | 2010-11-03 | 1 | -0/+24 |
* | Add to modules' help text (displayed by ./configure -h) more | Daniel Earl Poirier | 2010-11-01 | 1 | -1/+1 |
* | mod_cache: Respect the original Cache-Control header if no header arrives | Graham Leggett | 2010-10-23 | 1 | -1/+10 |
* | mod_disk_cache: Make sure we step down cleanly when we've ben configured | Graham Leggett | 2010-10-23 | 1 | -0/+4 |
* | Be compliant with RFC2616 14.46, revalidation failed is Warning 111, not | Graham Leggett | 2010-10-22 | 1 | -6/+6 |
* | Be more efficient when handling the Expires header. | Graham Leggett | 2010-10-18 | 1 | -5/+3 |
* | Remove the remove_url filter consistently for both the ap_die() and the | Graham Leggett | 2010-10-18 | 1 | -2/+2 |
* | Optimise the configuration structures for mod_disk_cache. | Graham Leggett | 2010-10-17 | 1 | -7/+7 |
* | Optimise the configuration structures for mod_cache. | Graham Leggett | 2010-10-17 | 1 | -49/+49 |
* | Use ap_log_rerror() instead of ap_log_error() across mod_cache and | Graham Leggett | 2010-10-17 | 7 | -220/+215 |
* | Support Cache-Control: no-cache with a header name, and private with a | Graham Leggett | 2010-10-17 | 1 | -3/+6 |
* | Don't attempt to kill a stale entry that cannot be revalidated so early | Graham Leggett | 2010-10-17 | 1 | -42/+24 |
* | As cache_control_t is public, make ap_cache_control() public with it. Bump | Graham Leggett | 2010-10-17 | 2 | -8/+8 |
* | Don't attempt to remove the existing conditional headers until we have | Graham Leggett | 2010-10-17 | 1 | -26/+26 |
* | Support Cache-Control: only-if-cached, as per RFC2616 14.9.4. | Graham Leggett | 2010-10-17 | 2 | -6/+20 |
* | Fix the error cases in the cache_select() loop. On error we must loop around | Graham Leggett | 2010-10-17 | 1 | -5/+19 |
* | Fix the return values in the cache_select() function, we don't return APR | Graham Leggett | 2010-10-17 | 1 | -2/+2 |
* | Add support for proxy-revalidate as per RFC2616 section 14.9.4. | Graham Leggett | 2010-10-17 | 1 | -3/+6 |
* | Fix the sense of the must_revalidate comparison. Replace a further call to | Graham Leggett | 2010-10-17 | 1 | -4/+3 |
* | Complete the optimisation of Cache-Control header parsing. Make the | Graham Leggett | 2010-10-17 | 6 | -96/+85 |
* | Begin the process of optimising the parsing of Cache-Control headers. Parse | Graham Leggett | 2010-10-16 | 4 | -14/+214 |
* | mod_cache: Support stale-on-error behaviour for the mod_proxy case in | Graham Leggett | 2010-10-13 | 1 | -0/+58 |
* | Make sure we remove the cache lock consistently as soon as we've started | Graham Leggett | 2010-10-13 | 1 | -0/+7 |
* | Restore the apr_brigade_insert_file() call to within recall_body(), as the | Graham Leggett | 2010-10-12 | 2 | -8/+9 |
* | mod_cache: Optionally serve stale data when a revalidation returns a | Graham Leggett | 2010-10-12 | 4 | -41/+202 |
* | Use the more popular spelling variant. | Graham Leggett | 2010-10-12 | 1 | -1/+1 |
* | Fix the lookup of the per-directory cache config, we were looking up the | Graham Leggett | 2010-10-12 | 1 | -1/+1 |
* | Eliminate nonportable cruft | William A. Rowe Jr | 2010-10-11 | 1 | -1/+1 |
* | Remove (and no longer initialise) an unused variable. | Graham Leggett | 2010-10-05 | 1 | -2/+0 |
* | mod_cache: Don't regenerate the cache key if we have already generated it. | Graham Leggett | 2010-10-04 | 1 | -6/+10 |
* | Remove the attempt to pass the cache key into the lock functions, use | Graham Leggett | 2010-10-04 | 3 | -31/+21 |
* | mod_cache: Allow control over the base URL of reverse proxied requests | Graham Leggett | 2010-10-03 | 3 | -8/+56 |
* | Realign the cache_quick_handler() and cache_handler() to behave identically | Graham Leggett | 2010-10-03 | 1 | -8/+10 |
* | Remove FIXMEs, they have been fixed. | Graham Leggett | 2010-10-03 | 1 | -6/+0 |
* | Make sure the has_body flag is written to the disk cache file, so that | Graham Leggett | 2010-10-02 | 1 | -0/+1 |
* | mod_cache: CacheLastModifiedFactor, CacheStoreNoStore, CacheStorePrivate, | Graham Leggett | 2010-10-02 | 2 | -139/+114 |
* | mod_disk_cache: CacheMaxFileSize, CacheMinFileSize, CacheReadSize and | Graham Leggett | 2010-10-02 | 2 | -24/+30 |
* | mod_cache: Support the caching of HEAD requests. | Graham Leggett | 2010-10-01 | 2 | -11/+14 |
* | mod_disk_cache: Instead of creating an empty data file when the body is | Graham Leggett | 2010-09-29 | 1 | -50/+70 |
* | mod_disk_cache: Change on-disk header file format to support the | Graham Leggett | 2010-09-29 | 2 | -46/+86 |