| Commit message (Expand) | Author | Age | Files | Lines |
| * | Approved backedports: | Jim Jagielski | 2009-04-17 | 1 | -3/+3 |
| * | mod_disk_cache now turns off sendfile support if 'EnableSendfile off' | Lars Eilebrecht | 2009-02-21 | 1 | -1/+10 |
| * | Commit promoted backport of PR46401 | Paul J. Reder | 2008-12-18 | 1 | -0/+6 |
| * | Merge r409942, r607245, r607440 from trunk: | Ruediger Pluem | 2007-12-29 | 1 | -3/+8 |
| * | mod_disk_cache: Allow Vary'd content to be refreshed properly. | Justin Erenkrantz | 2007-05-18 | 1 | -6/+9 |
| * | mod_disk_cache: Make sure that only positive integers are accepted | Graham Leggett | 2006-10-12 | 1 | -4/+14 |
| * | update license header text | Roy T. Fielding | 2006-07-12 | 1 | -6/+6 |
| * | Revert r395231 from the 2.2.x branch. This gets us back to the old place wit... | Paul Querna | 2006-04-22 | 1 | -1/+1 |
| * | Update the last year of copyright for the 2.2.x branch | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
| * | Merge r389697 and r390499 from trunk, making mod_disk_cache return better err... | Paul Querna | 2006-04-01 | 1 | -2/+10 |
| * | Merge accepted backport... | Jim Jagielski | 2006-03-30 | 1 | -1/+1 |
| * | Merge r345053 from trunk: | Jim Jagielski | 2005-11-17 | 1 | -2/+2 |
| * | No functional change: remove trailing whitespace. This also means | Jim Jagielski | 2005-11-10 | 1 | -14/+14 |
| * | Merge r239406 with the 2.2.x branch. Again, no functional changes; this rev | Colm MacCarthaigh | 2005-09-29 | 1 | -64/+1 |
| * | Backport r239420 and r239421 to the 2.2.x branch; Enhance | Colm MacCarthaigh | 2005-09-19 | 1 | -1/+1 |
| * | mod_disk_cache: Remove the directory path of the cached file as far as possible | Justin Erenkrantz | 2005-08-12 | 1 | -2/+49 |
| * | Implement mod_disk_cache's remove_url. | Justin Erenkrantz | 2005-08-11 | 1 | -2/+44 |
| * | mod_disk_cache: Retry file rename up to three times to ameliorate race | Justin Erenkrantz | 2005-08-10 | 1 | -3/+30 |
| * | Quick hack to store varied contents under the same path, making it | Paul Querna | 2005-07-20 | 1 | -6/+28 |
| * | caddr_t is quite non-portable, but a (void*) will do the trick. | William A. Rowe Jr | 2005-06-17 | 1 | -1/+1 |
| * | Fix up some type mismatches that are causing compiler errors in Metrowerks on... | Bradley Nicholes | 2005-06-15 | 1 | -1/+1 |
| * | - Remove unneeded cast. | Paul Querna | 2005-06-14 | 1 | -1/+1 |
| * | - Partial revert of revision 190535. Remove const from tempfile, since apr_f... | Paul Querna | 2005-06-14 | 1 | -1/+1 |
| * | * cache/mod_disk_cache.c: Make most members of disk_cache_object into const c... | Paul Querna | 2005-06-14 | 1 | -14/+14 |
| * | - Remove unused dirlevels and dirlength from the cache info structure. | Paul Querna | 2005-06-14 | 1 | -4/+0 |
| * | Based on feedback from dev@httpd, store Vary headers inside the '.header' file. | Paul Querna | 2005-06-13 | 1 | -28/+292 |
| * | - link/unlink are not called directly, so we do not need this extra header. | Paul Querna | 2005-06-11 | 1 | -4/+0 |
| * | - Use apr_file_mktemp() and rename the header data file to its final location... | Paul Querna | 2005-06-11 | 1 | -11/+24 |
| * | 'generate_name' is too generic to be in the public symbols. Rename it to ap_c... | Paul Querna | 2005-06-03 | 1 | -4/+4 |
| * | Tracked down by Justin Erenkrantz. | Sander Striker | 2005-03-06 | 1 | -67/+61 |
| * | * modules/cache/mod_disk_cache.c (store_body): Fix format string | Joe Orton | 2005-02-11 | 1 | -4/+5 |
| * | More work to properly handle revalidated responses correctly. | Justin Erenkrantz | 2005-02-09 | 1 | -0/+1 |
| * | Make the function declaration match the prototype | Bradley Nicholes | 2005-02-08 | 1 | -1/+1 |
| * | Cleanup structures in mod_cache and friends to remove unused or unnecessary | Justin Erenkrantz | 2005-02-08 | 1 | -46/+8 |
| * | * modules/cache/mod_disk_cache.c: Properly load cached ETag from on-disk | Justin Erenkrantz | 2005-02-08 | 1 | -0/+1 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | * modules/cache/mod_disk_cache.c: Cache r->err_headers_out headers. This | Justin Erenkrantz | 2005-01-22 | 1 | -0/+2 |
| * | mod_cache: Remove unimplemented CacheForceCompletion directive. | Justin Erenkrantz | 2005-01-19 | 1 | -4/+1 |
| * | util_charset.h has already the needed #if APR_CHARSET_EBCDIC. | Jean-Frederic Clere | 2005-01-05 | 1 | -3/+0 |
| * | Add including of util_charset.h otherwise ap_hdrs_from_ascii is not defined. | Jean-Frederic Clere | 2005-01-04 | 1 | -0/+4 |
| * | At long last, promote mod_cache and friends out of experimental/. | Justin Erenkrantz | 2004-11-27 | 1 | -0/+862 |