summaryrefslogtreecommitdiff
path: root/src/request.c
Commit message (Expand)AuthorAgeFilesLines
* fix errors detected by Coverity ScanGlenn Strauss2016-09-231-0/+1
* [core] permit IPv6 address scope identifierGlenn Strauss2016-07-251-2/+13
* [core] make server.max-request-size scopeable (fixes #1901)Glenn Strauss2016-07-091-16/+0
* [core] fix server.max-request-size to be precise (fixes #2131)Glenn Strauss2016-07-051-2/+2
* fix errors detected by Coverity ScanGlenn Strauss2016-06-231-7/+6
* fix errors detected by Coverity ScanGlenn Strauss2016-06-211-1/+1
* use buffer_string_set_length() to truncate stringsGlenn Strauss2016-05-231-1/+1
* use buffer_string_set_length() to truncate stringsGlenn Strauss2016-05-231-1/+1
* [config] opts for http header parsing strictness (fixes #551, fixes #1086, fi...Glenn Strauss2016-05-191-16/+136
* [core] respond 411 Length Required if request has Transfer-Encoding: chunked ...Glenn Strauss2016-03-261-1/+9
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-25/+24
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-3/+3
* fix SQL injection / host name validation (thx Jann Horn)lighttpd-1.4.35Stefan Bühler2014-03-121-1/+5
* add comments for switch fall throughsStefan Bühler2014-02-141-0/+1
* [core] return 501 Not Implemented in static file mode for all methods except ...Stefan Bühler2013-06-291-1/+1
* reject non ASCII characters in HTTP header namesStefan Bühler2013-03-251-48/+23
* remove whitespace at end of header keyslighttpd-1.4.32Stefan Bühler2012-11-211-1/+2
* fix DoS in Connection header value split (reported by Jesse Sipprell, CVE-201...Stefan Bühler2012-11-211-37/+38
* Use NULL instead of 0 where pointers are expected.Cyril Brulebois2012-08-311-1/+1
* Fix handling of empty header list entries in http_request_split_value, fixing...Stefan Bühler2012-04-191-1/+3
* [core] accept dots in ipv6 addresses in host header (fixes #2359)Stefan Bühler2011-11-301-1/+1
* Read hostname from absolute uris in the request line (fixes #1937)Stefan Bühler2009-10-111-2/+28
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-4/+4
* Allow digits in hostnames in more places (fixes #1148)Stefan Bühler2009-07-141-2/+2
* Show "no uri specified -> 400" error only when "debug.log-request-header-on-e...Stefan Bühler2009-07-131-1/+1
* Ignore multiple "If-None-Match" headers (only use first one, fixes #753)Stefan Bühler2009-06-111-12/+2
* Strip trailing dot from "Host:" headerStefan Bühler2009-04-091-2/+10
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-2/+2
* Fix wrong format strings (#1900, thx stepancheg)Stefan Bühler2009-02-161-4/+4
* Allow tabs in header values (fixes #1822)Stefan Bühler2009-02-051-1/+1
* Add option to ignore the "Expect: 100-continue" header instead of returning 4...Stefan Bühler2009-02-041-5/+6
* Fix memleak in request header parsing (#1774, thx qhy)Stefan Bühler2008-09-201-0/+6
* fixed handling of duplicate If-Modified-Since to return 304Jan Kneschke2007-08-181-1/+4
* fixed invalid chars in header values (fixes #1286)Jan Kneschke2007-08-171-0/+11
* fixed remote crash on duplicate header keys with line-wrapping (fixes #1230)Jan Kneschke2007-06-151-5/+28
* strip trailing white-spaces in HTTP-request headers Jan Kneschke2007-04-091-0/+7
* r1435@h2o: darix | 2006-11-10 18:25:42 +0100Marcus Rückert2006-11-101-0/+3
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-194/+194
* allow leading zeros in HTTP/01.01 (fixes #542)Jan Kneschke2006-03-041-4/+46
* allow proxy to svn-apache do a commitJan Kneschke2006-03-021-2/+1
* only load reasons for broken HTTP headers on requestJan Kneschke2006-02-021-43/+68
* fixed indentionJan Kneschke2006-02-011-9/+9
* added a comment what to do before we have Expect: supportJan Kneschke2006-01-041-0/+6
* MSIE sends Content-Length: 0 for OPTIONS requests, tolerate thatJan Kneschke2006-01-031-1/+1
* forbid Content-Length for GET, HEAD or OPTIONS requestsJan Kneschke2006-01-031-15/+32
* fixed warnings about unused vars and unhandled enum-values in switch()Jan Kneschke2005-11-071-3/+1
* detect empty URIs in requests as bad request, status 400Jan Kneschke2005-10-021-0/+15
* max-request-size was not respected since a long timeJan Kneschke2005-09-261-3/+6
* added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus...Jan Kneschke2005-08-201-1/+3