summaryrefslogtreecommitdiff
path: root/modules/cache/mod_disk_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Approved backedports:Jim Jagielski2009-04-171-3/+3
* mod_disk_cache now turns off sendfile support if 'EnableSendfile off'Lars Eilebrecht2009-02-211-1/+10
* Commit promoted backport of PR46401Paul J. Reder2008-12-181-0/+6
* Merge r409942, r607245, r607440 from trunk:Ruediger Pluem2007-12-291-3/+8
* mod_disk_cache: Allow Vary'd content to be refreshed properly.Justin Erenkrantz2007-05-181-6/+9
* mod_disk_cache: Make sure that only positive integers are acceptedGraham Leggett2006-10-121-4/+14
* update license header textRoy T. Fielding2006-07-121-6/+6
* Revert r395231 from the 2.2.x branch. This gets us back to the old place wit...Paul Querna2006-04-221-1/+1
* Update the last year of copyright for the 2.2.x branchColm MacCarthaigh2006-04-191-1/+1
* Merge r389697 and r390499 from trunk, making mod_disk_cache return better err...Paul Querna2006-04-011-2/+10
* Merge accepted backport...Jim Jagielski2006-03-301-1/+1
* Merge r345053 from trunk:Jim Jagielski2005-11-171-2/+2
* No functional change: remove trailing whitespace. This also meansJim Jagielski2005-11-101-14/+14
* Merge r239406 with the 2.2.x branch. Again, no functional changes; this revColm MacCarthaigh2005-09-291-64/+1
* Backport r239420 and r239421 to the 2.2.x branch; EnhanceColm MacCarthaigh2005-09-191-1/+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