Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure that Warning headers are correctly handled as per RFC2616. | Graham Leggett | 2013-05-08 | 1 | -1/+2 |
* | mod_cache: When serving from cache, only the last header of a multivalued | Graham Leggett | 2013-05-02 | 1 | -4/+4 |
* | fix doxygen warnings | Jeff Trawick | 2011-03-28 | 1 | -1/+1 |
* | mod_cache: When a request other than GET or HEAD arrives, we must | Graham Leggett | 2011-02-13 | 1 | -0/+14 |
* | Use ap_log_rerror() instead of ap_log_error() across mod_cache and | Graham Leggett | 2010-10-17 | 1 | -1/+1 |
* | Make cache_provider_list and cache_request_rec private by moving them | Graham Leggett | 2010-09-22 | 1 | -2/+3 |
* | Make cache_server_conf, cache_enable and cache_disable private. Remove | Graham Leggett | 2010-09-22 | 1 | -0/+10 |
* | Remove the MOD_CACHE_REQUEST_REC hack, and pass the cache_request_rec | Graham Leggett | 2010-09-22 | 1 | -4/+5 |
* | Move private cache_* declarations out of the public mod_cache.h file. | Graham Leggett | 2010-09-22 | 1 | -0/+49 |