summaryrefslogtreecommitdiff
path: root/src/request.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved code to mod_staticfile, mod_dirlisting and mod_indexfileJan Kneschke2005-08-151-1/+7
* ah, don't care about the valid chars, control-chars, 127 and 255 are outJan Kneschke2005-07-091-44/+5
* improve readability for error in request header error (fix #101)Jan Kneschke2005-06-121-3/+16
* Looks like the '+' -> ' ' transformation is only applied in the ?query part a...Jan Kneschke2005-06-041-2/+2
* added | to the non-rfc characters in URIJan Kneschke2005-03-021-1/+1
* fixed #25 by setting all duplicates to 400Jan Kneschke2005-03-011-8/+96
* Don't use broken http_host pointer for debugging.Jan Kneschke2005-02-281-3/+14
* fix segfault in log_error_write if host is emptyJan Kneschke2005-02-221-2/+3
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+937