summaryrefslogtreecommitdiff
path: root/src/response.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-794/+0
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...stbuehler2009-11-051-0/+75
* Remember keep-alive-idle in separate variable (fixes #1988)stbuehler2009-10-111-1/+3
* Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect (...stbuehler2009-04-091-21/+22
* Fix DoS due to unhandled requests (results in hanging connections); return 40...stbuehler2009-01-261-7/+14
* Decode url before matching in mod_rewrite (#1720)stbuehler2008-09-211-22/+21
* Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-...stbuehler2008-08-121-3/+3
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-10/+14
* Fix server.max-keep-alive-requests handlingstbuehler2008-07-281-6/+5
* Fix #1574: Check for symlinks after successful pathinfo matchingstbuehler2008-07-281-5/+16
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-22/+22
* - merge Changeset [2012] by glen from 1.4 branchglen2007-11-041-0/+1
* fixed several crashes in log-request-handling with %s being NULL onjan2007-10-271-6/+6
* fixed extra Content-Length header on 1xx, 204 and 304 (fixes #1102)jan2007-08-181-0/+8
* build fixes for mingw32moo2007-06-111-0/+1
* applied patch from #1195moo2007-05-241-1/+1
* added $PHYSICAL["existing-path"] and $PHYSICAL["path"]jan2007-04-181-1/+3
* use TRACE() and ERROR() instead of log_error_write()jan2007-04-181-46/+50
* another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)jan2007-02-201-0/+2
* disable keep-alive in case we are in fd-shortagejan2007-02-101-0/+4
* added a extra API call for the async-stat to make old modules behave asjan2007-02-011-1/+1
* big threading cleanup, glib-2.0 + gthread-2.0 is now a requirementjan2007-02-011-2/+6
* if a module sets Content-Length: itself we would append our own header ajan2007-01-301-5/+9
* added $PHYSICAL["path"] and $HTTP["request-method"]jan2007-01-271-3/+5
* fixed bugs in mod_chunked, Mostly just code cleanup.jakabosky2007-01-061-4/+13
* - cleanup trailing whitespacesdarix2006-12-291-3/+3
* - merged a few fixes from the 1.4.x branch to trunkdarix2006-12-291-1/+7
* - fix a small signed comparison warningdarix2006-12-121-2/+1
* - fix a few warnings with unused variablesdarix2006-12-121-1/+2
* converted mod_proxy_backend_xxx's into loadable modules.jakabosky2006-12-121-0/+1
* report out-of-fds (EMFILE) nicely and handle it in the mainloop as usualjan2006-11-131-5/+8
* r1129@h2o: darix | 2006-04-30 18:01:25 +0200darix2006-08-201-0/+18
* * con->file_finished 1 is con->send->is_closed = 1 nowjan2006-08-031-35/+21
* added $HTTP["querystring"] as conditionaljan2006-07-221-0/+1
* * src/*c, src/*.h:darix2006-07-031-2/+2
* more unix compile fixesjan2006-07-021-1/+1
* r622@D2XNG01J: Jan | 2006-06-26 03:33:35 +0200Jan2006-07-021-5/+13
* execute the http11-allow check when we have the conditionals setupjan2006-06-021-0/+5
* Added support for X-Sendfile as addition to X-LIGHTTPD-send-file.darix2006-04-061-1/+2
* fixed comments (wording, typos) by Ryan Schmidt <lighty-2006Q1@ryandesign.com>jan2006-04-031-16/+15
* - remove all trailing whitespaces in the c filesdarix2006-03-311-129/+129
* strip ... and %20 from physical filenames only on windowsjan2006-03-041-0/+6
* handle 'foo.php... == foo.php' case on windows/dosjan2006-02-221-0/+30
* added comment about applying response header multiple timesjan2006-01-141-0/+12
* renamed server.force-lower-case-files to server.force-lowercase-filenamsjan2006-01-111-1/+1
* - don't duplicate Server and Date Headerjan2005-11-181-21/+31
* don't assume the relpath is really set (merge from #120)jan2005-09-081-1/+2
* don't try to guess, do a read check if we can open it.jan2005-09-021-18/+0
* check that we can really read the filejan2005-09-021-0/+22
* moved the etag.h to the right filejan2005-09-021-1/+0