summaryrefslogtreecommitdiff
path: root/src/response.c
Commit message (Expand)AuthorAgeFilesLines
* Fix var declarations mixed in sourceStefan Bühler2010-04-131-1/+3
* Check uri instead of physical path for directory redirectStefan Bühler2010-04-131-1/+1
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...Stefan Bühler2009-11-051-0/+75
* mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008)Stefan Bühler2009-10-141-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-11/+11
* Remember keep-alive-idle in separate variable (fixes #1988)Stefan Bühler2009-10-111-1/+3
* Remove X-Sendfile-Range feature; it will be replaced with something more powe...Stefan Bühler2009-06-191-1/+1
* Allow max-keep-alive-requests to depend on conditional (fixes #1881)Stefan Bühler2009-06-111-6/+5
* Add X-Sendfile-Range feature (fixes #2005)Stefan Bühler2009-06-111-1/+1
* Add revision number to package version for svn/git checkoutsStefan Bühler2009-04-101-1/+2
* Added Language conditional (fixes #1119); patch by petarStefan Bühler2009-02-051-0/+1
* Revert url decoding+simplifying before matching of mod_rewrite/mod_redirectStefan Bühler2008-12-071-22/+22
* Fix duplicate connection keep-alive/transfer-encoding headers (#960)Stefan Bühler2008-10-041-4/+3
* Fix small copy/paste typo in previous commitStefan Bühler2008-08-271-1/+1
* Do not send content-encoding for 304 (#1754), thx yzlaiStefan Bühler2008-08-201-0/+1
* Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-...Stefan Bühler2008-08-121-4/+4
* Decode url before matching in mod_rewrite (#1720)Stefan Bühler2008-08-021-22/+22
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-13/+21
* Fix comment style (use /* */ instead of //)Stefan Bühler2008-04-231-1/+1
* Don't send empty Server headers (#1620)Stefan Bühler2008-04-101-1/+1
* Fix previous mergeStefan Bühler2008-03-021-0/+2
* merged part of [1528] from trunk: added the new options and added alternative...mOo2008-03-021-3/+2
* Fix the fix #1324/[2086]: if no module handled a request, treat method OPTION...Stefan Bühler2008-02-261-2/+8
* r2098@chromobil: stefan | 2008-02-26 17:12:51 +0100Stefan Bühler2008-02-261-5/+16
* r2085@chromobil: stefan | 2008-02-26 16:14:50 +0100Stefan Bühler2008-02-261-0/+4
* - Print error if X-LIGHTTPD-send-file cannot be done; reset header Content-Le...Elan Ruusamäe2008-01-161-1/+2
* - support for matching $HTTP["scheme"] in configs, patch from:Elan Ruusamäe2007-11-041-0/+1
* fixed duplicate headers as reported in the blogJan Kneschke2007-04-131-4/+3
* encode newlines in HTTP headers (fixes #1106)Jan Kneschke2007-04-091-2/+6
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-126/+126
* remove fragments from the request-uri (fixes #869)Jan Kneschke2006-10-041-2/+8
* - cast ptrdiff_t to size_t to avoid a signed comparison warningMarcus Rückert2006-10-031-1/+1
* merged [1217] Jan Kneschke2006-09-071-1/+7
* - backport symlink patch in hard version to 1.4.11Marcus Rückert2006-09-071-2/+18
* strip ... and %20 from physical filenames only on windowsJan Kneschke2006-03-041-0/+6
* handle 'foo.php... == foo.php' case on windows/dosJan Kneschke2006-02-221-0/+30
* added comment about applying response header multiple timesJan Kneschke2006-01-141-0/+12
* renamed server.force-lower-case-files to server.force-lowercase-filenamsJan Kneschke2006-01-111-1/+1
* - don't duplicate Server and Date HeaderJan Kneschke2005-11-181-21/+31
* don't assume the relpath is really set (merge from #120)Jan Kneschke2005-09-081-1/+2
* don't try to guess, do a read check if we can open it.Jan Kneschke2005-09-021-18/+0
* check that we can really read the fileJan Kneschke2005-09-021-0/+22
* moved the etag.h to the right fileJan Kneschke2005-09-021-1/+0
* make MacOS X happy when it domes to mod_cml and luaJan Kneschke2005-09-021-88/+0
* add 404 and 403 to request-handling debug outputJan Kneschke2005-08-311-2/+12
* moved last-modifed handling to response.c and let mod_cml_lua.c use it.Jan Kneschke2005-08-311-0/+91
* fixed handling of OPTIONS * and / Jan Kneschke2005-08-191-4/+10
* added read-only WebDAV supportJan Kneschke2005-08-191-8/+12
* moved code to mod_staticfile, mod_dirlisting and mod_indexfileJan Kneschke2005-08-151-1039/+65
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-1/+4