| Commit message (Expand) | Author | Age | Files | Lines |
* | fix errors detected by Coverity Scan | Glenn Strauss | 2016-09-23 | 1 | -0/+1 |
* | [core] permit IPv6 address scope identifier | Glenn Strauss | 2016-07-25 | 1 | -2/+13 |
* | [core] make server.max-request-size scopeable (fixes #1901) | Glenn Strauss | 2016-07-09 | 1 | -16/+0 |
* | [core] fix server.max-request-size to be precise (fixes #2131) | Glenn Strauss | 2016-07-05 | 1 | -2/+2 |
* | fix errors detected by Coverity Scan | Glenn Strauss | 2016-06-23 | 1 | -7/+6 |
* | fix errors detected by Coverity Scan | Glenn Strauss | 2016-06-21 | 1 | -1/+1 |
* | use buffer_string_set_length() to truncate strings | Glenn Strauss | 2016-05-23 | 1 | -1/+1 |
* | use buffer_string_set_length() to truncate strings | Glenn Strauss | 2016-05-23 | 1 | -1/+1 |
* | [config] opts for http header parsing strictness (fixes #551, fixes #1086, fi... | Glenn Strauss | 2016-05-19 | 1 | -16/+136 |
* | [core] respond 411 Length Required if request has Transfer-Encoding: chunked ... | Glenn Strauss | 2016-03-26 | 1 | -1/+9 |
* | consistent inclusion of config.h at top of files (fixes #2073) | Glenn Strauss | 2016-03-19 | 1 | -0/+2 |
* | Use buffer API to read and modify "used" member | Stefan Bühler | 2015-02-08 | 1 | -25/+24 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -3/+3 |
* | fix SQL injection / host name validation (thx Jann Horn)lighttpd-1.4.35 | Stefan Bühler | 2014-03-12 | 1 | -1/+5 |
* | add comments for switch fall throughs | Stefan Bühler | 2014-02-14 | 1 | -0/+1 |
* | [core] return 501 Not Implemented in static file mode for all methods except ... | Stefan Bühler | 2013-06-29 | 1 | -1/+1 |
* | reject non ASCII characters in HTTP header names | Stefan Bühler | 2013-03-25 | 1 | -48/+23 |
* | remove whitespace at end of header keyslighttpd-1.4.32 | Stefan Bühler | 2012-11-21 | 1 | -1/+2 |
* | fix DoS in Connection header value split (reported by Jesse Sipprell, CVE-201... | Stefan Bühler | 2012-11-21 | 1 | -37/+38 |
* | Use NULL instead of 0 where pointers are expected. | Cyril Brulebois | 2012-08-31 | 1 | -1/+1 |
* | Fix handling of empty header list entries in http_request_split_value, fixing... | Stefan Bühler | 2012-04-19 | 1 | -1/+3 |
* | [core] accept dots in ipv6 addresses in host header (fixes #2359) | Stefan Bühler | 2011-11-30 | 1 | -1/+1 |
* | Read hostname from absolute uris in the request line (fixes #1937) | Stefan Bühler | 2009-10-11 | 1 | -2/+28 |
* | Fix header inclusion order, always include "config.h" before any system header | Stefan Bühler | 2009-10-11 | 1 | -4/+4 |
* | Allow digits in hostnames in more places (fixes #1148) | Stefan Bühler | 2009-07-14 | 1 | -2/+2 |
* | Show "no uri specified -> 400" error only when "debug.log-request-header-on-e... | Stefan Bühler | 2009-07-13 | 1 | -1/+1 |
* | Ignore multiple "If-None-Match" headers (only use first one, fixes #753) | Stefan Bühler | 2009-06-11 | 1 | -12/+2 |
* | Strip trailing dot from "Host:" header | Stefan Bühler | 2009-04-09 | 1 | -2/+10 |
* | Added some extra warning options in cmake and fix the resulting warnings (unu... | Stefan Bühler | 2009-03-07 | 1 | -2/+2 |
* | Fix wrong format strings (#1900, thx stepancheg) | Stefan Bühler | 2009-02-16 | 1 | -4/+4 |
* | Allow tabs in header values (fixes #1822) | Stefan Bühler | 2009-02-05 | 1 | -1/+1 |
* | Add option to ignore the "Expect: 100-continue" header instead of returning 4... | Stefan Bühler | 2009-02-04 | 1 | -5/+6 |
* | Fix memleak in request header parsing (#1774, thx qhy) | Stefan Bühler | 2008-09-20 | 1 | -0/+6 |
* | fixed handling of duplicate If-Modified-Since to return 304 | Jan Kneschke | 2007-08-18 | 1 | -1/+4 |
* | fixed invalid chars in header values (fixes #1286) | Jan Kneschke | 2007-08-17 | 1 | -0/+11 |
* | fixed remote crash on duplicate header keys with line-wrapping (fixes #1230) | Jan Kneschke | 2007-06-15 | 1 | -5/+28 |
* | strip trailing white-spaces in HTTP-request headers | Jan Kneschke | 2007-04-09 | 1 | -0/+7 |
* | r1435@h2o: darix | 2006-11-10 18:25:42 +0100 | Marcus Rückert | 2006-11-10 | 1 | -0/+3 |
* | - white space cleanup part 2 this time 1.4 ;) | Marcus Rückert | 2006-10-04 | 1 | -194/+194 |
* | allow leading zeros in HTTP/01.01 (fixes #542) | Jan Kneschke | 2006-03-04 | 1 | -4/+46 |
* | allow proxy to svn-apache do a commit | Jan Kneschke | 2006-03-02 | 1 | -2/+1 |
* | only load reasons for broken HTTP headers on request | Jan Kneschke | 2006-02-02 | 1 | -43/+68 |
* | fixed indention | Jan Kneschke | 2006-02-01 | 1 | -9/+9 |
* | added a comment what to do before we have Expect: support | Jan Kneschke | 2006-01-04 | 1 | -0/+6 |
* | MSIE sends Content-Length: 0 for OPTIONS requests, tolerate that | Jan Kneschke | 2006-01-03 | 1 | -1/+1 |
* | forbid Content-Length for GET, HEAD or OPTIONS requests | Jan Kneschke | 2006-01-03 | 1 | -15/+32 |
* | fixed warnings about unused vars and unhandled enum-values in switch() | Jan Kneschke | 2005-11-07 | 1 | -3/+1 |
* | detect empty URIs in requests as bad request, status 400 | Jan Kneschke | 2005-10-02 | 1 | -0/+15 |
* | max-request-size was not respected since a long time | Jan Kneschke | 2005-09-26 | 1 | -3/+6 |
* | added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus... | Jan Kneschke | 2005-08-20 | 1 | -1/+3 |