History log of /httpd/modules/cache/cache_storage.h
Revision Date Author Comments Expand
a2617cfd96f4e1b0cf1a8861ea980dfb28ffcbd5 1480283 08-May-2013 minfrin

Ensure that Warning headers are correctly handled as per RFC2616.

80cabec6752622e0db5421af61502bfda95715ea 1478441 02-May-2013 minfrin

mod_cache: When serving from cache, only the last header of a multivalued header was taken into account. Fixed.

7d84798eed7ad93b66b88841974525641749a9b1 1086071 28-Mar-2011 trawick

fix doxygen warnings

da40dfabefd6f8eb8450e9a097c594ee2ab13e3e 1070179 13-Feb-2011 minfrin

mod_cache: When a request other than GET or HEAD arrives, we must invalidate existing cache entities as per RFC2616 13.10. PR 15868.

587909d32387845b4470c84c025638375c031bca 1023462 17-Oct-2010 minfrin

Use ap_log_rerror() instead of ap_log_error() across mod_cache and mod_disk_cache.

528d669867298f6743187e798121893290135fd8 1000247 22-Sep-2010 minfrin

Make cache_provider_list and cache_request_rec private by moving them out of mod_cache.h.

561ff82c9a4873234adbd99ddd5bbfdd2466ac53 1000211 22-Sep-2010 minfrin

Make cache_server_conf, cache_enable and cache_disable private. Remove public prefixes from ap_cache_accept_headers, ap_cache_try_lock and ap_cache_get_providers.

34f6b45d02039cb734332bc1cecf16c1dcd8f2a5 1000152 22-Sep-2010 minfrin

Remove the MOD_CACHE_REQUEST_REC hack, and pass the cache_request_rec structure through mod_cache's function parameters in the usual way.

f86a86eea994dc0d186331bec991eed99d108056 999681 22-Sep-2010 minfrin

Move private cache_* declarations out of the public mod_cache.h file.