summaryrefslogtreecommitdiff
path: root/modules/cache/mod_disk_cache.c
Commit message (Expand)AuthorAgeFilesLines
* * If the mod_proxy backend connection broke in the middle of the response,Ruediger Pluem2005-12-181-1/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-2/+2
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-14/+14
* remove some unused variables and re-name cache_select_url() to simply Colm MacCarthaigh2005-08-231-1/+1
* Split mod_disk_cache.c into mod_disk_cache.c and mod_disk_cache.hAndreas Steinmetz2005-08-231-64/+1
* mod_disk_cache: Remove the directory path of the cached file as far as possibleJustin Erenkrantz2005-08-121-2/+49
* Implement mod_disk_cache's remove_url.Justin Erenkrantz2005-08-111-2/+44
* mod_disk_cache: Retry file rename up to three times to ameliorate raceJustin Erenkrantz2005-08-101-3/+30
* Quick hack to store varied contents under the same path, making it Paul Querna2005-07-201-6/+28
* caddr_t is quite non-portable, but a (void*) will do the trick.William A. Rowe Jr2005-06-171-1/+1
* Fix up some type mismatches that are causing compiler errors in Metrowerks on...Bradley Nicholes2005-06-151-1/+1
* - Remove unneeded cast.Paul Querna2005-06-141-1/+1
* - Partial revert of revision 190535. Remove const from tempfile, since apr_f...Paul Querna2005-06-141-1/+1
* * cache/mod_disk_cache.c: Make most members of disk_cache_object into const c...Paul Querna2005-06-141-14/+14
* - Remove unused dirlevels and dirlength from the cache info structure.Paul Querna2005-06-141-4/+0
* Based on feedback from dev@httpd, store Vary headers inside the '.header' file.Paul Querna2005-06-131-28/+292
* - link/unlink are not called directly, so we do not need this extra header.Paul Querna2005-06-111-4/+0
* - Use apr_file_mktemp() and rename the header data file to its final location...Paul Querna2005-06-111-11/+24
* 'generate_name' is too generic to be in the public symbols. Rename it to ap_c...Paul Querna2005-06-031-4/+4
* Tracked down by Justin Erenkrantz.Sander Striker2005-03-061-67/+61
* * modules/cache/mod_disk_cache.c (store_body): Fix format stringJoe Orton2005-02-111-4/+5
* More work to properly handle revalidated responses correctly.Justin Erenkrantz2005-02-091-0/+1
* Make the function declaration match the prototypeBradley Nicholes2005-02-081-1/+1
* Cleanup structures in mod_cache and friends to remove unused or unnecessaryJustin Erenkrantz2005-02-081-46/+8
* * modules/cache/mod_disk_cache.c: Properly load cached ETag from on-diskJustin Erenkrantz2005-02-081-0/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/cache/mod_disk_cache.c: Cache r->err_headers_out headers. ThisJustin Erenkrantz2005-01-221-0/+2
* mod_cache: Remove unimplemented CacheForceCompletion directive.Justin Erenkrantz2005-01-191-4/+1
* util_charset.h has already the needed #if APR_CHARSET_EBCDIC.Jean-Frederic Clere2005-01-051-3/+0
* Add including of util_charset.h otherwise ap_hdrs_from_ascii is not defined.Jean-Frederic Clere2005-01-041-0/+4
* At long last, promote mod_cache and friends out of experimental/.Justin Erenkrantz2004-11-271-0/+862