]> granicus.if.org Git - apache/history - modules/cache
Fix compile time warning. AJP protocol method is byte.
[apache] / modules / cache /
2006-07-26 Ruediger Pluem* Remove all filters that are before the cache_out...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-06-03 Ruediger Pluem* If possible, check if the size of an object to cache...
2006-06-03 Ruediger Pluem* info->expire and info->date are in microseconds....
2006-05-30 Ruediger Pluem* Keep the Content-Type for successfully revalidated
2006-05-28 Ruediger Pluem* Remove temporary files if renaming fails, otherwise...
2006-05-22 Ruediger Pluem* Cleanup the code by replacing some inline code to...
2006-05-21 Ruediger Pluem* Fix const compiler warning introduced by r407357.
2006-05-17 Ruediger Pluem* Handle the cases "no proxy request" and "reverse...
2006-05-03 Ruediger Pluem* Add Content-Type to headers_out if not already set...
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-23 Ruediger Pluem* Consequently use disk_cache: in error log strings
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-03-31 Ruediger Pluem* As per discussion on the list: Return error code...
2006-03-29 Ruediger Pluem* Check return value of apr_bucket_read when storing...
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...
next