summaryrefslogtreecommitdiff
path: root/src/mod_staticfile.c
Commit message (Expand)AuthorAgeFilesLines
...
* added possible for the caching of the invalid content-typeJan Kneschke2007-04-091-0/+9
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-110/+110
* - backport symlink patch in hard version to 1.4.11Marcus Rückert2006-09-071-0/+13
* removed warningJan Kneschke2006-02-081-1/+1
* ok, rel_path is not updated by mod_indexfile or the pathinfo handlingJan Kneschke2006-01-061-8/+2
* use physical.rel_path instead url.path to handle case-insensitive file-system...Jan Kneschke2006-01-061-1/+1
* added handling of If-RangeJan Kneschke2006-01-031-5/+19
* the range-request options was not handled at all, added test caseJan Kneschke2005-10-051-1/+1
* remove warning for strptimemOo2005-10-011-3/+0
* moved last-modifed handling to response.c and let mod_cml_lua.c use it.Jan Kneschke2005-08-311-81/+3
* added large-file support for Range-Requests again.Jan Kneschke2005-08-261-5/+5
* fix merging of auto-indexing element, and make autoload modules hack to use a...mOo2005-08-231-0/+2
* on SEGFAULT tell were we whereJan Kneschke2005-08-211-0/+1
* let mod_compress prepare etag, last-modified and content-typeJan Kneschke2005-08-181-41/+28
* moved code to mod_staticfile, mod_dirlisting and mod_indexfileJan Kneschke2005-08-151-0/+575