]> granicus.if.org Git - apache/history - modules/cache
Remove unused variable
[apache] / modules / cache /
2011-03-29 Jeff Trawickchange signed single-bit fields to unsigned
2011-03-27 Jeff Trawickenable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows
2011-03-27 Jeff Trawickfix doxygen warnings
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-12 Graham Leggettmod_cache: Make CacheEnable and CacheDisable configurab...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-03-09 Guenter KnaufAdded mod_socache_memcache to NetWare build.
2011-03-09 Guenter KnaufRemoved wrong imports / modules from NetWare sochache...
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-04 Graham Leggettmod_cache_disk: Prevent a segfault should we receive...
2011-03-04 Graham Leggettmod_cache_disk: Only attempt to commit to the initialis...
2011-02-14 Graham LeggettDon't skip the first character, as it may be a quote...
2011-02-14 Jeff Trawickfix theoretical const issue in call to strchr()
2011-02-13 Graham Leggettmod_cache: When a request other than GET or HEAD arrive...
2011-02-12 Graham Leggettmod_cache: Make sure that the moving of the CACHE filte...
2011-02-12 Graham Leggettmod_cache: When a bad Expires date is present, we need...
2011-02-12 Graham Leggettmod_cache: We must ignore quoted-string values that...
2011-02-11 Graham Leggettmod_cache: Respect s-maxage as described by RFC2616...
2011-02-09 Ruediger Pluem* Make module compile by fixing some typos.
2011-01-15 Joe Orton* modules/cache/mod_socache_shmcb.c: Comment tweak.
2010-12-08 Stefan FritschFix some doxygen warnings
2010-11-26 Rainer JungFurther trivial updates mod_disk_cache -> mod_cache_disk.
2010-11-20 Guenter KnaufFixed NetWare build.
2010-11-20 Graham LeggettRename disk_cache to cache_disk within logging statements.
2010-11-20 Graham Leggettmod_disk_cache renamed to mod_cache_disk, to be consist...
2010-11-19 Graham LeggettFix a spelling mistake.
2010-11-19 Graham LeggettFix a spelling mistake.
2010-11-19 Graham LeggettFix a spelling mistake.
2010-11-11 Guenter KnaufMore splitting as suggested by minfrin.
2010-11-10 Guenter KnaufSplitted off cache defines/structs used by htcacheclean.
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...
next