Commit Graph

394 Commits (cacb07d2b4ebcd86fc44fd6ee3f0020125e7a9a6)
 

Author SHA1 Message Date
Peter Griess f684abdcc5 Merge pull request #27 from a2800276/master
14 years ago
Peter Griess e1d79e1940 Merge pull request #46 from kolbyjack/master
14 years ago
Jon Kolb dc314a3cb9 Return error when bad method starts with M or C
14 years ago
Cliff Frey d34a2ad26c Merge pull request #45 from scunningham/tracking
14 years ago
Sean Cunningham b89f94414e Support multi-line folding in header values.
14 years ago
Cliff Frey 3258e4a455 Fix build when char is unsigned by default.
14 years ago
Ryan Dahl eee60127c0 Support PATCH method
14 years ago
Ryan Dahl 1efd9ac6a0 Number HOSTNAME_UNDERSCORE test
14 years ago
Peter Griess 3bd18a779e IS_* macros for char classes.
14 years ago
Salman fb23d15ace Add 'package' target in Makefile which produces libhttp_parser.a
14 years ago
Ryan Dahl 2839784927 HTTP_STRICT ifdefs out behavior introduced in 50b9bec
14 years ago
Peter Griess b1c2cf83fd Expose F_* flags as public API.
14 years ago
Ryan Dahl 8dabce6ec7 It was pointed out we're missing attribution to NGINX
14 years ago
Ryan Dahl 32c0e11583 bump to v1.0
14 years ago
Peter Griess 9639c7c21c Support ?-terminated hostnames per RFC 2396.3.2.
14 years ago
Peter Griess 50b9bec552 Allow octets > 127 in path components.
14 years ago
Ryan Dahl 63daf22f2c Update copyright headers
14 years ago
Sean Cunningham 10270007bc Avoid chunk header parsing overflow.
14 years ago
Sean Cunningham 81ca70aec1 Avoid chunk trailer overflow.
14 years ago
Ryan Dahl 1c3624a963 Detect errors on EOF
14 years ago
Ryan Dahl fcdbc2629f Add hack for tmm1
14 years ago
Tim Becker 9656fd73de moved unecessary lookup
14 years ago
Nathan Rajlich f825b52b7f Added support for "SUBSCRIBE" and "UNSUBSCRIBE" request methods.
14 years ago
Nathan Rajlich d56a0700d0 Add support for "M-SEARCH" and "NOTIFY" request methods.
14 years ago
Ryan Dahl 03970a576d Test that it can handle $ in header field
14 years ago
Nathan Rajlich 84578ae7a8 Set http_major when a request omits the HTTP version
14 years ago
Aman Gupta cae8a96c16 Fix build issues using mingw32 on windows
14 years ago
Ryan Dahl b75cea580a Test for dots at the begging on header fields
14 years ago
Ryan Dahl 04bc364610 Make sure it can handle spaces in content-length
14 years ago
Ryan Dahl 37e9009369 Digits in hostname on CONNECT req allowed
14 years ago
Cliff Frey 90320fde7a Remove acceptable_header array
14 years ago
Ryan Dahl fb875caa43 Add non-ascii in status line test
14 years ago
Ryan Dahl 51de89f8b0 Accept tokens + SP for header fields
14 years ago
Ewen Cheslack-Postava 24be793f64 Provide typedefs instead of using stdint.h on Windows.
14 years ago
Ryan Dahl 047ced3784 readme typo (thanks tmm1)
14 years ago
Nathan Rajlich a66c61c190 Allow whitespace in the 'Content-Length' header.
14 years ago
Cliff Frey 459507f534 avoid assertion failure in error case
14 years ago
Ben Noordhuis cbb194ea8c Replace C++ style comments with C comments so it compiles with `gcc -ansi -Wall`
14 years ago
Cliff Frey c30ea4515c save 8 bytes in http_parser structure
14 years ago
Cliff Frey ca2514dd3a Array type cleanups. Also save space
14 years ago
Cliff Frey 423c90d9fe fixes for architectures with signed char default
14 years ago
Ryan Dahl c1d48fdce8 Changes to compile with clang
15 years ago
Ryan Dahl 6f12467a8a Use lookup tables of my own.
15 years ago
Jeff Terrace d0dfc98773 Initialize method member to avoid falsely upgrading connections. Fixed Issue #7
15 years ago
Ryan Dahl d6f34ae992 Add CONTRIBUTIONS file
15 years ago
Ryan Dahl f0d50c3fb1 Update size of struct in README
15 years ago
Ryan Dahl c7c242d55c typo
15 years ago
Ryan Dahl a59ba4d866 Support long messages
15 years ago
Ryan Dahl 120f0f6e09 Allow spaces in header fields
15 years ago
Ryan Dahl 5f27ea8179 Fix long line
15 years ago