- 9b0d5b3 Bump version to 2.6.0 by Fedor Indutny · 7 years ago v2.7.0
- 04d28a7 parser: returning 2 from on_headers_complete by Fedor Indutny · 7 years ago
- dbcda19 Update http-parser to 2.6.2 by Johan Bergström · 8 years ago
- e2e467b Update http-parser to 2.6.1 by James M Snell · 8 years ago
- bee4817 Bump version to 2.6.0 by James M Snell · 8 years ago v2.6.0
- 777ba4e src: introduce `http_parser_url_init` by Fedor Indutny · 9 years ago
- e557b62 src: support LINK/UNLINK (RFC 2068, draft-snell-link-method) by Olivier Mengué · 8 years ago
- b36c2a9 header: treat Wine like MinGW by Andrew Udvare · 8 years ago
- eb5e992 src: support ACL (WebDAV, RFC3744, Section 8.1). by Ivan Enderlin · 8 years ago
- 8b1d652 src: support BIND/REBIND/UNBIND (WebDAV, RFC5842) by Ivan Enderlin · 8 years ago
- 39c2c1e Bump version to 2.5.0 by Fedor Indutny · 8 years ago v2.5 v2.5.0
- d767545 src: callbacks chunk boundaries: header/complete by Kjell Schubert · 8 years ago
- 7ba3123 header: fix field sizes by Fedor Indutny · 9 years ago
- 53063b7 Add function to initialize http_parser_settings by Romain Giraud · 9 years ago
- 1b31580 Bump version to 2.4.2 by Fedor Indutny · 9 years ago v2.4.2
- 36f107f Bump version to 2.4.1 by Fedor Indutny · 9 years ago v2.4.1
- 956c8a0 Bump version to 2.4.0 by Fedor Indutny · 9 years ago v2.4
- 091ebb8 src: simple Connection header multi-value parsing by Jon Kolb · 12 years ago
- 11ecb42 Docs fix by Marc O'Morain · 9 years ago
- 7bbb774 doc: add very basic docs for `http_parser_execute` by Maciej Małecki · 9 years ago
- 17ed7de header: typo fix in a comment by George Miroshnykov · 9 years ago
- 1317eec Added support for MKCALENDAR by Helge Heß · 9 years ago
- 24e2d2d Allow HTTP_MAX_HEADER_SIZE to be defined externally by Vinnie Falco · 10 years ago
- 56f7ad0 Bump version to 2.3.0 by Fedor Indutny · 10 years ago v2.3
- cba704c Bump version to 2.2.1 by Fedor Indutny · 10 years ago v2.2.1
- fd609ab Bump version to 2.2 by Fedor Indutny · 10 years ago v2.2
- d7b938b Parse and emit status message of response by Patrik Stutz · 11 years ago
- 11419c8 Use unsigned int as bitfield type. by Charlie Somerville · 10 years ago
- d326431 Add function http_parser_version(). by Ben Noordhuis · 11 years ago
- 6df37aa build: set SONAME in shared object file by Ben Noordhuis · 10 years ago
- 8081938 Bump to version 2.1 by Ben Noordhuis · 11 years ago v2.1
- 0938fe5 Add on_status_complete callback. by Tóth Tamás · 12 years ago
- 2b77aba Fix MSVS 2005 and 2008 missing size_t typdef. by James McLaughlin · 11 years ago
- 245f6f0 Remove HTTP_PARSER_DEBUG macro. by Ben Noordhuis · 11 years ago
- b4fc777 fix old references to on_path by Peter Faiman · 11 years ago
- 3fb4e06 Bump to version 2.0 by Ben Noordhuis · 11 years ago v2.0
- 1ca7de5 Add "int http_body_is_final(const http_parser *parser)" method. by BogDan Vatra · 11 years ago
- 9f92347 Make http_should_keep_alive() const correct. by Ben Noordhuis · 11 years ago
- 2b7e87c Fix bad http_should_keep_alive() comment. by Ben Noordhuis · 11 years ago
- ba5acd5 Merge pull request #104 from simonz05/patch-1 by Peter Griess · 11 years ago
- fb3eeb7 Merge pull request #118 from bpaquet/master by Peter Griess · 11 years ago
- 8ee3b0d Make size_t and ssize_t Windows typedefs more appropriate by James McLaughlin · 11 years ago
- 7965096 User info implementation by Bertrand Paquet · 11 years ago
- 905e959 Correct misspelling in http_parser.h by Simon · 12 years ago
- 8bec3ea Create method_strings array with HTTP_METHOD_MAP macro. by Ben Noordhuis · 12 years ago
- a3373d7 add support for "SEARCH" request methods by Nathan Rajlich · 12 years ago
- 36808f4 Replace HTTP methods enum with X-macro map. by Ben Noordhuis · 12 years ago
- efb72f1 Remove unused struct http_parser_result from header. by Ben Noordhuis · 12 years ago
- 62110ef Support PURGE request method. by Ben Noordhuis · 12 years ago
- b215eaa removed obsolete CB_path, CB_query_string and CB_fragment by Randy Rizun · 12 years ago
- f668e72 Make content_length unsigned, add overflow checks. by Ben Noordhuis · 12 years ago
- d0bb867 Implement http_parser_pause(). by Peter Griess · 12 years ago
- d7675cd Add http_parser_parse_url(). by Peter Griess · 12 years ago
- 3cf68f9 Fix compilation on MSVC 2008 which doesn't bundle stdint.h by Ryan Dahl · 12 years ago
- 75dc103 Single-bit bitfield 'upgrade' should be unsigned. by Ben Noordhuis · 12 years ago
- 965f91b Support MSVS by Ryan Dahl · 12 years ago
- 2b2ba2d rename parser->errno to parser->http_errno; conflicts with errno.h where errno is defined as a macro by Fouad Mardini · 12 years ago
- 53adfac API CHANGE: Remove path, query, fragment CBs. by Peter Griess · 12 years ago
- 761a5ea Break out errno into its own field. by Peter Griess · 12 years ago
- 9114e58 Facility to report detailed parsing errors. by Peter Griess · 12 years ago
- eee6012 Support PATCH method by Ryan Dahl · 12 years ago
- 2839784 HTTP_STRICT ifdefs out behavior introduced in 50b9bec by Ryan Dahl · 12 years ago
- b1c2cf8 Expose F_* flags as public API. by Peter Griess · 12 years ago
- 32c0e11 bump to v1.0 by Ryan Dahl · 12 years ago v1.0
- 63daf22 Update copyright headers by Ryan Dahl · 13 years ago
- f825b52 Added support for "SUBSCRIBE" and "UNSUBSCRIBE" request methods. by Nathan Rajlich · 13 years ago
- d56a070 Add support for "M-SEARCH" and "NOTIFY" request methods. by Nathan Rajlich · 13 years ago
- cae8a96 Fix build issues using mingw32 on windows by Aman Gupta · 13 years ago
- 24be793 Provide typedefs instead of using stdint.h on Windows. by Ewen Cheslack-Postava · 13 years ago
- c30ea45 save 8 bytes in http_parser structure by Cliff Frey · 13 years ago
- a59ba4d Support long messages by Ryan Dahl · 13 years ago
- 4afe80a Add definitions and typedefs to support compilation in Visual Studio under C++ mode. by Ewen Cheslack-Postava · 13 years ago
- ddbd5c3 Expose http_method_str() to get a string version of a method by Ryan Dahl · 13 years ago
- 9dc258f Add subversion request methods by Ryan Dahl · 13 years ago
- 9eac636 save more space by removing buffer and shortening method by Cliff Frey · 13 years ago
- 546f43a remove body_read by Cliff Frey · 13 years ago
- 8732d10 stop tracking lengths of returned values by Cliff Frey · 13 years ago
- 076fa15 reduce the size of the http_parser struct by Cliff Frey · 13 years ago
- 5502cdd reduce http_parser from 60 bytes to 48 bytes by Cliff Frey · 13 years ago
- 0e8ad4e reduce size of http_parser object from 104 to 84 bytes by only tracking one field size by Cliff Frey · 13 years ago
- b8c3336 add support for HTTP_BOTH by Cliff Frey · 13 years ago
- c2acc21 Skip body for HEAD responses by Ryan Dahl · 13 years ago
- 7239788 pass pointer to settings structure rather than pass by value by Cliff Frey · 13 years ago
- 88d11b3 Support Upgrade header by Ryan Dahl · 13 years ago
- 6f72c78 Remove stddef include, it's included in http_parser.c by Ryan Dahl · 14 years ago
- e07e0b9 Tasteful vertical whitespace. by Ryan Dahl · 14 years ago
- dbd2dad Introduce http_parser_settings by Ryan Dahl · 14 years ago
- d37a9c5 fix typos by Ryan Dahl · 14 years ago
- 1b30bf4 Only allow 80kb of header bytes by Ryan Dahl · 14 years ago
- caef587 Update license for 2010 by Ryan Dahl · 14 years ago
- 1a67704 API: Define parser type in http_parser_init() by Ryan Dahl · 14 years ago
- 1d9ebac Revert "Add method -> string lookup" by Ryan Dahl · 14 years ago
- 79947a7 Remove EOL whitespace by Ryan Dahl · 14 years ago
- b795f94 Add method -> string lookup by Ryan Dahl · 14 years ago
- 4aebd8b reorder methods by Ryan Dahl · 14 years ago
- 9c059ec Reimplement support for extension methods by Ryan Dahl · 14 years ago
- 12808fe accept webdav methods by Ryan Dahl · 14 years ago
- bd291ab add license file by Ryan Dahl · 14 years ago
- 5b00b6a add http_should_keep_alive() by Ryan Dahl · 14 years ago
- ca1e011 add response scan, fix persistent bug by Ryan Dahl · 14 years ago