Commit Graph

129 Commits (b11de0f5c65bcc1b906f85f4df58883b0c133e7b)

Author SHA1 Message Date
Stephan Gatzka 291a32cc51 Include stddef.h instead of sys/types.h.
8 years ago
Nathaniel McCallum 335850f6b8 parser: HTTP_STATUS_MAP(XX) and enum http_status
8 years ago
Fedor Indutny feae95a3a6 Bump version to 2.7.1
8 years ago
Fedor Indutny 9b0d5b33eb Bump version to 2.6.0
9 years ago
Fedor Indutny 04d28a7377 parser: returning 2 from on_headers_complete
9 years ago
Johan Bergström dbcda1961c Update http-parser to 2.6.2
9 years ago
James M Snell e2e467b912 Update http-parser to 2.6.1
9 years ago
James M Snell bee4817ebe Bump version to 2.6.0
9 years ago
Fedor Indutny 777ba4eded src: introduce `http_parser_url_init`
9 years ago
Olivier Mengué e557b62744 src: support LINK/UNLINK (RFC 2068, draft-snell-link-method)
9 years ago
Andrew Udvare b36c2a9ece header: treat Wine like MinGW
9 years ago
Ivan Enderlin eb5e9928b4 src: support ACL (WebDAV, RFC3744, Section 8.1).
9 years ago
Ivan Enderlin 8b1d652322 src: support BIND/REBIND/UNBIND (WebDAV, RFC5842)
9 years ago
Fedor Indutny 39c2c1e573 Bump version to 2.5.0
10 years ago
Kjell Schubert d7675453a6 src: callbacks chunk boundaries: header/complete
10 years ago
Fedor Indutny 7ba312397c header: fix field sizes
10 years ago
Romain Giraud 53063b780b Add function to initialize http_parser_settings
10 years ago
Fedor Indutny 1b31580893 Bump version to 2.4.2
10 years ago
Fedor Indutny 36f107fa2e Bump version to 2.4.1
10 years ago
Fedor Indutny 956c8a054a Bump version to 2.4.0
10 years ago
Jon Kolb 091ebb8778 src: simple Connection header multi-value parsing
10 years ago
Marc O'Morain 11ecb42061 Docs fix
10 years ago
Maciej Małecki 7bbb77467f doc: add very basic docs for `http_parser_execute`
10 years ago
George Miroshnykov 17ed7deb7c header: typo fix in a comment
10 years ago
Helge Heß 1317eeca43
Added support for MKCALENDAR
11 years ago
Vinnie Falco 24e2d2d43f Allow HTTP_MAX_HEADER_SIZE to be defined externally
11 years ago
Fedor Indutny 56f7ad0e2e Bump version to 2.3.0
11 years ago
Fedor Indutny cba704cb2d Bump version to 2.2.1
11 years ago
Fedor Indutny fd609ab272 Bump version to 2.2
11 years ago
Patrik Stutz d7b938bdca Parse and emit status message of response
11 years ago
Charlie Somerville 11419c8e41 Use unsigned int as bitfield type.
11 years ago
Ben Noordhuis d3264312e1 Add function http_parser_version().
11 years ago
Ben Noordhuis 6df37aa52d build: set SONAME in shared object file
12 years ago
Ben Noordhuis 8081938445 Bump to version 2.1
12 years ago
Tóth Tamás 0938fe599f Add on_status_complete callback.
12 years ago
James McLaughlin 2b77aba93a Fix MSVS 2005 and 2008 missing size_t typdef.
12 years ago
Ben Noordhuis 245f6f0078 Remove HTTP_PARSER_DEBUG macro.
12 years ago
Peter Faiman b4fc777dc6 fix old references to on_path
12 years ago
Ben Noordhuis 3fb4e061ec Bump to version 2.0
12 years ago
BogDan Vatra 1ca7de5258 Add "int http_body_is_final(const http_parser *parser)" method.
12 years ago
Ben Noordhuis 9f92347851 Make http_should_keep_alive() const correct.
12 years ago
Ben Noordhuis 2b7e87cc77 Fix bad http_should_keep_alive() comment.
13 years ago
Peter Griess ba5acd532f Merge pull request #104 from simonz05/patch-1
13 years ago
Peter Griess fb3eeb7d05 Merge pull request #118 from bpaquet/master
13 years ago
James McLaughlin 8ee3b0dc93 Make size_t and ssize_t Windows typedefs more appropriate
13 years ago
Bertrand Paquet 7965096276 User info implementation
13 years ago
Simon 905e959130 Correct misspelling in http_parser.h
13 years ago
Ben Noordhuis 8bec3ea459 Create method_strings array with HTTP_METHOD_MAP macro.
13 years ago
Nathan Rajlich a3373d7627 add support for "SEARCH" request methods
13 years ago
Ben Noordhuis 36808f4fad Replace HTTP methods enum with X-macro map.
13 years ago