summaryrefslogtreecommitdiff
path: root/src/mod_staticfile.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-552/+0
* Fix many warningsstbuehler2009-04-271-0/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-10/+10
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-3/+3
* Do not add Accept-Ranges header if range-request is disabled (#1449)stbuehler2008-07-271-1/+3
* - made SEGFAULT() a normal log-macrojan2007-05-081-1/+1
* added more trace points jan2007-04-191-4/+16
* added a huge win32 patch by jtiaijan2007-02-171-1/+1
* fixed memory leaksjakabosky2007-02-171-1/+8
* fixed compression support for static Range: requestsjan2007-02-111-0/+4
* update chunkqueue size for mod_deflatejan2007-02-041-0/+1
* removed strlen() from the array_get_element() jan2007-01-271-7/+7
* - cleanup trailing whitespacesdarix2006-12-291-7/+7
* - fix a few warnings with unused variablesdarix2006-12-121-1/+6
* converted mod_proxy_backend_xxx's into loadable modules.jakabosky2006-12-121-1/+0
* don't send the data to /dev/null if another module wants to handle thejan2006-11-131-0/+2
* r1275@h2o: darix | 2006-08-20 02:34:18 +0200darix2006-08-201-0/+13
* use the http-req-range parserjan2006-08-031-144/+159
* r619@D2XNG01J: Jan | 2006-06-26 03:26:20 +0200Jan2006-07-021-0/+2
* fixed comments (wording, typos) by Ryan Schmidt <lighty-2006Q1@ryandesign.com>jan2006-04-031-3/+3
* - remove all trailing whitespaces in the c filesdarix2006-03-311-109/+109
* - added PATCH_OPTION() macro that replaces all the local PATCH()darix2006-03-311-5/+2
* removed warningjan2006-02-081-1/+1
* ok, rel_path is not updated by mod_indexfile or the pathinfo handlingjan2006-01-061-8/+2
* use physical.rel_path instead url.path to handle case-insensitive file-system...jan2006-01-061-1/+1
* added handling of If-Rangejan2006-01-031-5/+19
* the range-request options was not handled at all, added test casejan2005-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.jan2005-08-311-81/+3
* added large-file support for Range-Requests again.jan2005-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 wherejan2005-08-211-0/+1
* let mod_compress prepare etag, last-modified and content-typejan2005-08-181-41/+28
* moved code to mod_staticfile, mod_dirlisting and mod_indexfilejan2005-08-151-0/+575