summaryrefslogtreecommitdiff
path: root/src/mod_staticfile.c
Commit message (Expand)AuthorAgeFilesLines
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-7/+7
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-7/+6
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-8/+8
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Add static-file.disable-pathinfo option to prevent handling of urls like .../...Stefan Bühler2011-08-301-1/+15
* fix some gcc warningsStefan Bühler2011-07-301-3/+0
* mod_staticfile: add debug output if we ignore a file with static-file.exclude...Stefan Bühler2010-07-041-0/+3
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-5/+5
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-10/+10
* fixed missing initializationJan Kneschke2008-02-271-1/+1
* r2095@chromobil: stefan | 2008-02-26 17:11:21 +0100Stefan Bühler2008-02-261-1/+3
* added support for If-Range: <date> (fixes #1346)Jan Kneschke2007-09-091-1/+17
* - fix the frigging 404-handler bugs:Marcus Rückert2007-08-131-0/+1
* - only generate the etag_flags once and store them in the connectionsMarcus Rückert2007-07-031-5/+1
* added static-file.etags, etag.use-inode, etag.use-mtime,Jan Kneschke2007-06-151-5/+18
* don't allow caching of file without a content-typeJan Kneschke2007-04-091-18/+23
* 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