]> granicus.if.org Git - apache/history - modules/cache
mod_cache: correctly parse quoted strings in cache headers.
[apache] / modules / cache /
2010-11-03 Nick Kewmod_cache: correctly parse quoted strings in cache...
2010-11-01 Daniel Earl PoirierAdd to modules' help text (displayed by ./configure...
2010-10-23 Graham Leggettmod_cache: Respect the original Cache-Control header...
2010-10-23 Graham Leggettmod_disk_cache: Make sure we step down cleanly when...
2010-10-21 Graham LeggettBe compliant with RFC2616 14.46, revalidation failed...
2010-10-18 Graham LeggettBe more efficient when handling the Expires header.
2010-10-18 Graham LeggettRemove the remove_url filter consistently for both...
2010-10-17 Graham LeggettOptimise the configuration structures for mod_disk_cache.
2010-10-17 Graham LeggettOptimise the configuration structures for mod_cache.
2010-10-17 Graham LeggettUse ap_log_rerror() instead of ap_log_error() across...
2010-10-17 Graham LeggettSupport Cache-Control: no-cache with a header name...
2010-10-17 Graham LeggettDon't attempt to kill a stale entry that cannot be...
2010-10-17 Graham LeggettAs cache_control_t is public, make ap_cache_control...
2010-10-17 Graham LeggettDon't attempt to remove the existing conditional header...
2010-10-17 Graham LeggettSupport Cache-Control: only-if-cached, as per RFC2616...
2010-10-17 Graham LeggettFix the error cases in the cache_select() loop. On...
2010-10-16 Graham LeggettFix the return values in the cache_select() function...
2010-10-16 Graham LeggettAdd support for proxy-revalidate as per RFC2616 section...
2010-10-16 Graham LeggettFix the sense of the must_revalidate comparison. Replac...
2010-10-16 Graham LeggettComplete the optimisation of Cache-Control header parsi...
2010-10-16 Graham LeggettBegin the process of optimising the parsing of Cache...
2010-10-12 Graham Leggettmod_cache: Support stale-on-error behaviour for the...
2010-10-12 Graham LeggettMake sure we remove the cache lock consistently as...
2010-10-12 Graham LeggettRestore the apr_brigade_insert_file() call to within...
2010-10-11 Graham Leggettmod_cache: Optionally serve stale data when a revalidat...
2010-10-11 Graham LeggettUse the more popular spelling variant.
2010-10-11 Graham LeggettFix the lookup of the per-directory cache config, we...
2010-10-11 William A. Rowe JrEliminate nonportable cruft
2010-10-04 Graham LeggettRemove (and no longer initialise) an unused variable.
2010-10-04 Graham Leggettmod_cache: Don't regenerate the cache key if we have...
2010-10-04 Graham LeggettRemove the attempt to pass the cache key into the lock...
2010-10-03 Graham Leggettmod_cache: Allow control over the base URL of reverse...
2010-10-02 Graham LeggettRealign the cache_quick_handler() and cache_handler...
2010-10-02 Graham LeggettRemove FIXMEs, they have been fixed.
2010-10-02 Graham LeggettMake sure the has_body flag is written to the disk...
2010-10-02 Graham Leggettmod_cache: CacheLastModifiedFactor, CacheStoreNoStore...
2010-10-02 Graham Leggettmod_disk_cache: CacheMaxFileSize, CacheMinFileSize...
2010-09-30 Graham Leggettmod_cache: Support the caching of HEAD requests.
2010-09-29 Graham Leggettmod_disk_cache: Instead of creating an empty data file...
2010-09-29 Graham Leggettmod_disk_cache: Change on-disk header file format to...
2010-09-27 Graham Leggettmod_cache: Make sure that we never allow a 304 Not...
2010-09-27 Jeff Trawickaxe extra ";", fixing this messages from Sun Studio:
2010-09-27 Graham Leggettmod_cache: Add the cache_status hook to register the...
2010-09-24 Guenter KnaufFixed NetWare import/export list for cache modules.
2010-09-23 Graham LeggettRemove a relic from the original error code, and fix...
2010-09-22 Graham LeggettMove mod_cache-private includes and defines from the...
2010-09-22 Graham LeggettMake cache_provider_list and cache_request_rec private...
2010-09-22 Graham LeggettMake cache_server_conf, cache_enable and cache_disable...
2010-09-22 Graham LeggettMake ap_cache_accept_headers, ap_cache_accept_headers...
2010-09-22 Graham LeggettTrim legacy structure from removed mod_mem_cache.
2010-09-22 Graham LeggettRemove deprecated ap_cache_cacheable_hdrs_out.
2010-09-22 Graham LeggettRemove the MOD_CACHE_REQUEST_REC hack, and pass the...
2010-09-22 William A. Rowe JrRevert breakage in 2.2.4 introduced in r450055, by...
2010-09-21 Graham LeggettMove private cache_* declarations out of the public...
2010-09-21 Graham LeggettUpdate mod_disk_cache to comply with the new create_ent...
2010-09-21 Graham Leggettmod_cache: Give the cache provider the opportunity...
2010-09-16 Graham LeggettNo need to call the cleanup in the forked-child case.
2010-09-16 Graham LeggettEnsure the return value is initialised.
2010-09-16 Graham Leggettmod_cache: Add a discrete commit_entity() provider...
2010-09-13 Graham LeggettHandle the case where a brigade might have buckets...
2010-09-12 Graham Leggettmod_cache: Change the signature of the store_body(...
2010-09-05 Stefan Fritschremove unused variables
2010-09-04 Stefan FritschDisable sendfile by default, as discussed at
2010-09-04 Graham Leggettmod_cache: Check the request to determine whether we...
2010-09-04 Graham Leggettmod_cache: Use a proper filter context to hold filter...
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-08-03 Stefan FritschPass the huge apr_uri_t structs by reference instead...
2010-07-21 Paul QuernaCVE-2010-1452: Fix handling of missing path segments...
2010-07-02 William A. Rowe JrClean iterator call syntax
2010-07-02 William A. Rowe JrFix nasty dbm bug that wasn't expiring records; time...
2010-07-02 William A. Rowe JrClean shmcb iterator call syntax and return value
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-26 William A. Rowe JrIntroduce an socache iterator 'userctx' for the user...
2010-06-25 William A. Rowe JrIterator implementations welcome, although mod_socache_...
2010-06-25 William A. Rowe JrTally replacements seperately from new-stores. Of...
2010-06-23 Nick KewFix return values from socache modules when a key is...
2010-06-22 Brian HavardOS/2: Fix building of more modules that depend on symbo...
2010-06-19 Stefan Fritsch- Add reallyall option to configure to build everything...
2010-06-08 Graham Leggettmod_cache: Explicitly allow cache implementations to...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-04 Graham Leggettmod_disk_cache: Decline the opportunity to cache if...
2010-06-04 Graham LeggettFix a bug where if the cache quick handler is switched...
2010-04-14 Ruediger Pluem* Do NOT cache 206 responses in any case since we don...
2010-04-14 Ruediger Pluem* According to RFC2616 13.2.3 1. negative results of...
2010-03-16 Jim JagielskiAlign "hidden" function names with external... picky...
2010-03-03 Jeff Trawickfix these warnings (and presumably a similar one in...
2010-03-01 William A. Rowe Jrin preparation of fixing 2.2 branch, change again,...
2010-02-18 Ruediger Pluem* Silence compiler warning
2010-02-09 Jeff Trawickfix additional use of "session" terminology, following...
2010-02-09 Jeff Trawickstyle tweaks
2010-02-09 William A. Rowe JrIllustrate an ->iterator() implementation for mod_socac...
2010-02-09 William A. Rowe JrFix inadvertent changes and be more verbose and correct...
2010-02-09 William A. Rowe JrTrack time now for retrieve
2010-02-09 William A. Rowe JrDo not expire an entire subcache on ->retrieve (doh...
2010-02-09 William A. Rowe Jrdistcache already demonstrates sub-second resolutions...
2010-01-10 Stefan FritschAllow several of the configured session identifiers...
2009-12-18 Ruediger Pluem* Do an exact match of the keys defined by CacheIgnoreU...
2009-12-01 Guenter Knaufmore NetWare makefile cleanups.
2009-12-01 William A. Rowe JrRevert nonsense I introduced in r885689; solve cl test...
2009-12-01 William A. Rowe JrElaborate on low hanging XXX fruit
next