]> granicus.if.org Git - apache/history - modules/cache
update transformation
[apache] / modules / cache /
2006-01-25 Ian Holsmanadd Colm's explanation of the cache_info structure...
2006-01-17 Ruediger Pluem* Add CacheMinExpire directive to set the minimum time...
2006-01-10 Ruediger Pluem* Fix PR38017 by handling the selection of the hostname...
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-11-02 Bill Stoddardfix memory leak. Reported by <christophe.jaillet@wanado...
2005-10-17 Ruediger Pluem* Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBR...
2005-10-03 Colm MacCarthaighTwo minor whitespace cleanups. Syncs with the 2.2.x...
2005-09-26 Colm MacCarthaighFixes and cleanups for mod_cache;
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-23 Colm MacCarthaighEnhance CacheEnable/CacheDisable to control caching...
2005-08-23 Colm MacCarthaighremove some unused variables and re-name cache_select_u...
2005-08-23 Colm MacCarthaighImprove the cache hit/miss ratio by canonicalising...
2005-08-23 Andreas SteinmetzSplit mod_disk_cache.c into mod_disk_cache.c and mod_di...
2005-08-12 Justin ErenkrantzMove the debuging log message about the removal of...
2005-08-12 Justin Erenkrantzmod_disk_cache: Remove the directory path of the cached...
2005-08-12 Joe Orton* modules/cache/cache_storage.c (cache_remove_url)...
2005-08-11 Justin ErenkrantzFix incorrectly served 304 responses when expired cache...
2005-08-11 Justin Erenkrantzmod_cache: Implement remove URL via a filter.
2005-08-11 Justin ErenkrantzImplement mod_disk_cache's remove_url.
2005-08-10 Justin Erenkrantzmod_disk_cache: Retry file rename up to three times...
2005-07-21 Paul QuernaOpps. Use the correct member of the structure.
2005-07-21 Paul QuernaCorrectly restore the HTTP status from the cache handler.
2005-07-20 Paul QuernaQuick hack to store varied contents under the same...
2005-07-20 Paul QuernaNow you can run mod_deflate before mod_cache, and cache it.
2005-06-17 William A. Rowe Jr caddr_t is quite non-portable, but a (void*) will...
2005-06-15 Bradley NicholesFix up some type mismatches that are causing compiler...
2005-06-14 Paul Querna- Remove unneeded cast.
2005-06-14 Paul Querna- Partial revert of revision 190535. Remove const...
2005-06-14 Paul Querna* cache/mod_disk_cache.c: Make most members of disk_cac...
2005-06-14 Paul Querna- Remove unused dirlevels and dirlength from the cache...
2005-06-13 Paul QuernaBased on feedback from dev@httpd, store Vary headers...
2005-06-11 Paul Querna- link/unlink are not called directly, so we do not...
2005-06-11 Paul Querna- Use apr_file_mktemp() and rename the header data...
2005-06-10 Paul Querna* cache_save_filter:
2005-06-08 Bradley NicholesRename generate_name to ap_cache_generate_name
2005-06-06 Paul Querna* mod_cache.c: When 'Vary: *' is sent, do not cache...
2005-06-03 Paul Querna'generate_name' is too generic to be in the public...
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
2005-03-11 Sander StrikerAnother mod_cache fixlet.
2005-03-08 Sander StrikerMake IgnoreCacheControl do what it implies when it...
2005-03-08 Sander StrikerImprove caching a bit more...
2005-03-08 Sander StrikerRemove an unused function.
2005-03-07 Justin Erenkrantz* modules/cache/cache_util.c (ap_cache_check_freshness...
2005-03-06 Sander StrikerMore mod_cache tweakage...
2005-03-06 Sander StrikerTracked down by Justin Erenkrantz.
2005-03-06 Sander Striker* modules/cache/mod_cache.c
2005-02-11 Joe Orton* modules/cache/mod_disk_cache.c (store_body): Fix...
2005-02-09 Sander StrikerSome minimal tweaks to mod_cache.
2005-02-09 Justin ErenkrantzMore work to properly handle revalidated responses...
2005-02-08 Sander StrikerMore mod_cache tweakage.
2005-02-08 Bradley NicholesMake the function declaration match the prototype
2005-02-08 Justin ErenkrantzReturn the proper status and headers when serving a...
2005-02-08 Justin ErenkrantzCleanup structures in mod_cache and friends to remove...
2005-02-08 Justin Erenkrantz* modules/cache/mod_cache.h: Move the structure declara...
2005-02-08 Justin Erenkrantz* modules/cache/mod_cache.c: One more try at proper...
2005-02-08 Justin Erenkrantz* modules/cache/mod_disk_cache.c: Properly load cached...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Sander StrikerError out on configurations where the cache provider...
2005-02-02 Justin ErenkrantzAdd CacheStorePrivate, CacheStoreNoStore, and clarify...
2005-01-22 Justin Erenkrantz* modules/cache/mod_disk_cache.c: Cache r->err_headers_...
2005-01-19 Justin Erenkrantzmod_cache: Remove unimplemented CacheForceCompletion...
2005-01-05 Jean-Frederic Clereutil_charset.h has already the needed #if APR_CHARSET_E...
2005-01-04 Jean-Frederic ClereAdd including of util_charset.h otherwise ap_hdrs_from_...
2004-12-14 André Malosvn:eol-style = native
2004-11-30 Bradley NicholesAllow APR to exist and build outside of the httpd/srcli...
2004-11-27 Bradley NicholesMove mod_cache out of experimental for the NetWare...
2004-11-27 Justin ErenkrantzAt long last, promote mod_cache and friends out of...
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-08 Joe OrtonUse -export-dynamic only when linking an httpd which...
2004-01-01 André Maloupdate license to 2004.
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-03 André Malofinished that boring job:
2003-01-23 Bill Stoddarddup the apr_mmap_t out of the request pool for sending...
2003-01-23 Cliff WoolleyFix a problem whereby multiple MMapFile directives...
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2002-11-23 Cliff Woolleyupdate a comment
2002-06-09 William A. Rowe Jr Well the wrappers work out well... nice to be able...
2002-06-05 William A. Rowe Jr cvs up/diff gets pretty hard to track with vc7 builds.
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-19 Paul J. Reder Moved the call to apr_mmap_dup outside the error branch so
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-15 Jeff Trawickmake sure we set rc before referencing it
2002-03-15 William A. Rowe Jr Another potential ap_server_root_relative failure
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-01-10 William A. Rowe Jr *) Split all Win32 modules [excluding the core compon...
2001-12-01 Jeff Trawickadd some new .exp files for AIX so these modules can be
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-22 Cliff WoolleyIt's better to dup the apr_mmap_t when we first create...
2001-11-21 Ian Holsmanlet mod_file_cache use the new apr_mmap_dup function
2001-08-26 William A. Rowe Jr Toggle the /Zi flag to allow all supportd versions...
next