Commit Graph

254 Commits (efb72f175ce3899861d98855b4335117a5ef754e)
 

Author SHA1 Message Date
Ben Noordhuis efb72f175c Remove unused struct http_parser_result from header.
13 years ago
Ben Noordhuis c6e10e98e3 docs: update links to examples
13 years ago
Andre Louis Caron 9db90de9fc docs: fix broken URL in README
13 years ago
Ben Noordhuis f4053c719c .gitignore gyp build artifacts
13 years ago
Ben Noordhuis 62110efe7a Support PURGE request method.
13 years ago
David Gwynne 662e523a92 fix non-CONNECT tests missing port/hostname bits
13 years ago
David Gwynne 67568421e9 allow extra ? at the beginning of a query_string.
13 years ago
David Gwynne 8da60bc423 implement parsing of v6 addresses and rejection of 0-length host and ports.
13 years ago
Ben Noordhuis 7bc668c5f4 Update AUTHORS
13 years ago
Randy Rizun b215eaa749 removed obsolete CB_path, CB_query_string and CB_fragment
13 years ago
LE ROUX Thomas f1fe50e0c5 build: add shared libraries target
13 years ago
David Gwynne 0499525110 Fix http_parser_parse_url for urls like "http://host/path".
13 years ago
Ben Noordhuis c3153bd1a9 Eat CRLF between requests, even on connection:close.
13 years ago
Ben Noordhuis 4898606826 Add AUTHORS and .mailmap files.
13 years ago
Ben Noordhuis 89a9da0560 Merge pull request #78 from bnoordhuis/unsigned-content-length
13 years ago
Ben Noordhuis f668e72380 Make content_length unsigned, add overflow checks.
13 years ago
James McLaughlin 03e0d5292a Use "" instead of <> for the http_parser.h include.
13 years ago
Ben Noordhuis 3e626c6cb6 Don't use 'inline'.
13 years ago
Ben Noordhuis e4c13a8784 Merge pull request #82 from ivosh/master
13 years ago
Ivo Raisr 2a2f99f9cd http_parser_init does not clear status_code
13 years ago
Ben Noordhuis 7f89b91314 Merge pull request #77 from AndreLouisCaron/compile-fix
13 years ago
Andre Caron 051d6fe219 Fixes build on MSVC.
13 years ago
Peter Griess eb04bbe1fa Merge pull request #73 from pgriess/http-10-message-length
13 years ago
Peter Griess cd9404ad93 Merge pull request #55 from pgriess/pause
13 years ago
Peter Griess d0bb867d1b Implement http_parser_pause().
13 years ago
Peter Griess b115d110a3 Don't wait for EOF on 0-length KA messages.
13 years ago
Peter Griess 248fbc3ab4 Get HTTP/1.1 message length logic working for HTTP/1.0
13 years ago
Peter Griess c48351fbde Merge pull request #58 from pgriess/parse_url
13 years ago
Peter Griess d7675cd9a6 Add http_parser_parse_url().
13 years ago
Peter Griess c4ae661afc Merge pull request #64 from pgriess/i13
13 years ago
Peter Griess 48a4364fdd Remove some chars from tokens[] per RFC.
13 years ago
koichik b47c44d7a6 Fix response body is not read
13 years ago
Ryan Dahl 3cf68f9a70 Fix compilation on MSVC 2008 which doesn't bundle stdint.h
13 years ago
Felix Geisendörfer 2498961231 Accept HTTP/0.9 responses
13 years ago
Paul Querna f1d48aa31c Move all data to before code to fix http parser for c89.
13 years ago
Cliff Frey c0ecab0516 Merge pull request #61 from bnoordhuis/master
13 years ago
Ben Noordhuis 75dc103fd0 Single-bit bitfield 'upgrade' should be unsigned.
13 years ago
Ryan Dahl 918a071542 Peter Bright's VC fixes
13 years ago
Ryan Dahl 965f91bc76 Support MSVS
13 years ago
Ryan Dahl ec74d9294c Add GYP file for integration into GYP projects.
13 years ago
Peter Griess f832bf3b21 Merge pull request #57 from fmardini/master
14 years ago
Fouad Mardini 2b2ba2da1a rename parser->errno to parser->http_errno; conflicts with errno.h where errno is defined as a macro
14 years ago
Peter Griess 31ee648709 Cleanup doc references to removed CBs.
14 years ago
Peter Griess 6bc88cc6e9 Merge pull request #54 from pgriess/path-query-frag-callbacks
14 years ago
Peter Griess 53adfacad1 API CHANGE: Remove path, query, fragment CBs.
14 years ago
Peter Griess 49faf2e9cd Merge pull request #53 from pgriess/callback_noclear
14 years ago
Peter Griess 1e071a5087 Merge pull request #52 from pgriess/errno
14 years ago
Peter Griess 5469827542 Get rid of CALLBACK_NOCLEAR().
14 years ago
Peter Griess 761a5eaeb1 Break out errno into its own field.
14 years ago
Peter Griess 1786fdae36 Merge pull request #51 from kolbyjack/is_alpha
14 years ago