summaryrefslogtreecommitdiff
path: root/modules/cache/mod_disk_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Centralize hop-by-hop header handling in the disk caching code. Note that 'ou...Dirk-Willem van Gulik2008-04-171-12/+3
* Incorperate feedback of Rudiger.Dirk-Willem van Gulik2008-02-111-13/+1
* Return a little bit more error information when, say a disk is full or someth...Dirk-Willem van Gulik2008-02-111-9/+42
* * Change loglevel from ERROR to WARNING if the renaming of the vary, headersRuediger Pluem2007-12-291-3/+3
* * Make loglevel consistent for similar situations. As this really should notRuediger Pluem2007-12-281-2/+2
* mod_disk_cache: If the Vary'd content is stale, we can handle it via ourJustin Erenkrantz2007-05-171-4/+0
* mod_disk_cache: When renegotiating an already cached Vary'd response, do notJustin Erenkrantz2007-05-171-2/+0
* mod_disk_cache: When renegotiating an already cached Vary'd response, createJustin Erenkrantz2007-05-171-0/+9
* This time from the top, with three part harmony AND feeling...Graham Leggett2007-02-011-1173/+312
* Fix broken compile for platforms with sendfile() -- As Graham says: Looks lik...Martin Kraemer2006-11-021-0/+4
* Restore the pdconf configuration structure in the SENDFILE case.Graham Leggett2006-10-271-0/+4
* mod_cache: Pass the output filter stack through the store_body()Graham Leggett2006-10-271-272/+217
* mod_disk_cache: Implement read-while-caching.Graham Leggett2006-10-111-13/+271
* mod_disk_cache: NULL fd pointers when closing them, fix missingGraham Leggett2006-10-101-16/+27
* mod_disk_cache: Do away with the write-to-file-then-move-in-placeGraham Leggett2006-10-101-258/+670
* Allocate the temporary copy file buffer from a pool.Graham Leggett2006-09-261-3/+8
* mod_disk_cache: Make caching of large files possible on 32bit machinesGraham Leggett2006-09-261-41/+263
* mod_disk_cache: Make sure that only positive integers are acceptedGraham Leggett2006-09-261-6/+16
* update license header textRoy T. Fielding2006-07-111-6/+6
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-3/+2
* * If possible, check if the size of an object to cache is within theRuediger Pluem2006-06-031-0/+16
* * Remove temporary files if renaming fails, otherwise they may accumulate.Ruediger Pluem2006-05-281-1/+6
* * Consequently use disk_cache: in error log stringsRuediger Pluem2006-04-231-5/+5
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* * As per discussion on the list: Return error code of apr_file_write_fullRuediger Pluem2006-03-311-2/+2
* * Check return value of apr_bucket_read when storing the response body to disk.Ruediger Pluem2006-03-291-1/+9
* * 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