]> granicus.if.org Git - apache/history - modules/cache/mod_disk_cache.c
Restore the pdconf configuration structure in the SENDFILE case.
[apache] / modules / cache / mod_disk_cache.c
2006-10-27 Graham LeggettRestore the pdconf configuration structure in the SENDF...
2006-10-27 Graham Leggettmod_cache: Pass the output filter stack through the...
2006-10-11 Graham Leggettmod_disk_cache: Implement read-while-caching.
2006-10-10 Graham Leggettmod_disk_cache: NULL fd pointers when closing them...
2006-10-10 Graham Leggettmod_disk_cache: Do away with the write-to-file-then...
2006-09-26 Graham LeggettAllocate the temporary copy file buffer from a pool.
2006-09-26 Graham Leggettmod_disk_cache: Make caching of large files possible...
2006-09-26 Graham Leggettmod_disk_cache: Make sure that only positive integers...
2006-07-11 Roy T. Fieldingupdate license header text
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-05-28 Ruediger Pluem* Remove temporary files if renaming fails, otherwise...
2006-04-23 Ruediger Pluem* Consequently use disk_cache: in error log strings
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...
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-08-23 Colm MacCarthaighremove some unused variables and re-name cache_select_u...
2005-08-23 Andreas SteinmetzSplit mod_disk_cache.c into mod_disk_cache.c and mod_di...
2005-08-12 Justin Erenkrantzmod_disk_cache: Remove the directory path of the cached...
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-20 Paul QuernaQuick hack to store varied contents under the same...
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-03 Paul Querna'generate_name' is too generic to be in the public...
2005-03-06 Sander StrikerTracked down by Justin Erenkrantz.
2005-02-11 Joe Orton* modules/cache/mod_disk_cache.c (store_body): Fix...
2005-02-09 Justin ErenkrantzMore work to properly handle revalidated responses...
2005-02-08 Bradley NicholesMake the function declaration match the prototype
2005-02-08 Justin ErenkrantzCleanup structures in mod_cache and friends to remove...
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-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-11-27 Justin ErenkrantzAt long last, promote mod_cache and friends out of...