summaryrefslogtreecommitdiff
path: root/src/response.c
Commit message (Expand)AuthorAgeFilesLines
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-32/+21
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-2/+2
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-2/+4
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-16/+16
* [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditi...Stefan Bühler2014-01-101-42/+36
* maintain physical.basedir (the "acting" doc-root as prefix of physical.path) ...Stefan Bühler2014-01-101-1/+2
* fix typo (fixes #2519)Stefan Bühler2013-11-101-1/+1
* [core] allow files to be used as document-root (fixes #2475)Stefan Bühler2013-08-301-1/+1
* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ...Stefan Bühler2013-08-301-2/+10
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...Stefan Bühler2013-07-311-2/+3
* Handle ENAMETOOLONG, return 404 Not Found (fixes #2396, thx dererkazo)Stefan Bühler2012-11-071-0/+2
* 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