| Commit message (Expand) | Author | Age | Files | Lines |
* | Use buffer API to read and modify "used" member | Stefan Bühler | 2015-02-08 | 1 | -32/+21 |
* | Remove buffer_prepare_copy() and buffer_prepare_append() | Stefan Bühler | 2015-02-08 | 1 | -2/+2 |
* | Remove chunkqueue_get_{append,prepend}* API | Stefan Bühler | 2015-02-08 | 1 | -2/+4 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -16/+16 |
* | [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditi... | Stefan Bühler | 2014-01-10 | 1 | -42/+36 |
* | maintain physical.basedir (the "acting" doc-root as prefix of physical.path) ... | Stefan Bühler | 2014-01-10 | 1 | -1/+2 |
* | fix typo (fixes #2519) | Stefan Bühler | 2013-11-10 | 1 | -1/+1 |
* | [core] allow files to be used as document-root (fixes #2475) | Stefan Bühler | 2013-08-30 | 1 | -1/+1 |
* | [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ... | Stefan Bühler | 2013-08-30 | 1 | -2/+10 |
* | [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if... | Stefan Bühler | 2013-07-31 | 1 | -2/+3 |
* | Handle ENAMETOOLONG, return 404 Not Found (fixes #2396, thx dererkazo) | Stefan Bühler | 2012-11-07 | 1 | -0/+2 |
* | Fix var declarations mixed in source | Stefan Bühler | 2010-04-13 | 1 | -1/+3 |
* | Check uri instead of physical path for directory redirect | Stefan Bühler | 2010-04-13 | 1 | -1/+1 |
* | export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr... | Stefan Bühler | 2009-11-05 | 1 | -0/+75 |
* | mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008) | Stefan Bühler | 2009-10-14 | 1 | -1/+1 |
* | Fix header inclusion order, always include "config.h" before any system header | Stefan Bühler | 2009-10-11 | 1 | -11/+11 |
* | Remember keep-alive-idle in separate variable (fixes #1988) | Stefan Bühler | 2009-10-11 | 1 | -1/+3 |
* | Remove X-Sendfile-Range feature; it will be replaced with something more powe... | Stefan Bühler | 2009-06-19 | 1 | -1/+1 |
* | Allow max-keep-alive-requests to depend on conditional (fixes #1881) | Stefan Bühler | 2009-06-11 | 1 | -6/+5 |
* | Add X-Sendfile-Range feature (fixes #2005) | Stefan Bühler | 2009-06-11 | 1 | -1/+1 |
* | Add revision number to package version for svn/git checkouts | Stefan Bühler | 2009-04-10 | 1 | -1/+2 |
* | Added Language conditional (fixes #1119); patch by petar | Stefan Bühler | 2009-02-05 | 1 | -0/+1 |
* | Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect | Stefan Bühler | 2008-12-07 | 1 | -22/+22 |
* | Fix duplicate connection keep-alive/transfer-encoding headers (#960) | Stefan Bühler | 2008-10-04 | 1 | -4/+3 |
* | Fix small copy/paste typo in previous commit | Stefan Bühler | 2008-08-27 | 1 | -1/+1 |
* | Do not send content-encoding for 304 (#1754), thx yzlai | Stefan Bühler | 2008-08-20 | 1 | -0/+1 |
* | Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-... | Stefan Bühler | 2008-08-12 | 1 | -4/+4 |
* | Decode url before matching in mod_rewrite (#1720) | Stefan Bühler | 2008-08-02 | 1 | -22/+22 |
* | Replace buffer_{append,copy}_string with the _len variant where possible (#17... | Stefan Bühler | 2008-07-30 | 1 | -13/+21 |
* | Fix comment style (use /* */ instead of //) | Stefan Bühler | 2008-04-23 | 1 | -1/+1 |
* | Don't send empty Server headers (#1620) | Stefan Bühler | 2008-04-10 | 1 | -1/+1 |
* | Fix previous merge | Stefan Bühler | 2008-03-02 | 1 | -0/+2 |
* | merged part of [1528] from trunk: added the new options and added alternative... | mOo | 2008-03-02 | 1 | -3/+2 |
* | Fix the fix #1324/[2086]: if no module handled a request, treat method OPTION... | Stefan Bühler | 2008-02-26 | 1 | -2/+8 |
* | r2098@chromobil: stefan | 2008-02-26 17:12:51 +0100 | Stefan Bühler | 2008-02-26 | 1 | -5/+16 |
* | r2085@chromobil: stefan | 2008-02-26 16:14:50 +0100 | Stefan Bühler | 2008-02-26 | 1 | -0/+4 |
* | - Print error if X-LIGHTTPD-send-file cannot be done; reset header Content-Le... | Elan Ruusamäe | 2008-01-16 | 1 | -1/+2 |
* | - support for matching $HTTP["scheme"] in configs, patch from: | Elan Ruusamäe | 2007-11-04 | 1 | -0/+1 |
* | fixed duplicate headers as reported in the blog | Jan Kneschke | 2007-04-13 | 1 | -4/+3 |
* | encode newlines in HTTP headers (fixes #1106) | Jan Kneschke | 2007-04-09 | 1 | -2/+6 |
* | - white space cleanup part 2 this time 1.4 ;) | Marcus Rückert | 2006-10-04 | 1 | -126/+126 |
* | remove fragments from the request-uri (fixes #869) | Jan Kneschke | 2006-10-04 | 1 | -2/+8 |
* | - cast ptrdiff_t to size_t to avoid a signed comparison warning | Marcus Rückert | 2006-10-03 | 1 | -1/+1 |
* | merged [1217] | Jan Kneschke | 2006-09-07 | 1 | -1/+7 |
* | - backport symlink patch in hard version to 1.4.11 | Marcus Rückert | 2006-09-07 | 1 | -2/+18 |
* | strip ... and %20 from physical filenames only on windows | Jan Kneschke | 2006-03-04 | 1 | -0/+6 |
* | handle 'foo.php... == foo.php' case on windows/dos | Jan Kneschke | 2006-02-22 | 1 | -0/+30 |
* | added comment about applying response header multiple times | Jan Kneschke | 2006-01-14 | 1 | -0/+12 |
* | renamed server.force-lower-case-files to server.force-lowercase-filenams | Jan Kneschke | 2006-01-11 | 1 | -1/+1 |
* | - don't duplicate Server and Date Header | Jan Kneschke | 2005-11-18 | 1 | -21/+31 |