Commit Graph

367 Commits (v2.5)
 

Author SHA1 Message Date
Fedor Indutny 39c2c1e573 Bump version to 2.5.0
10 years ago
Kjell Schubert dff604db20 src: support body in Upgrade requests
10 years ago
Kjell Schubert d7675453a6 src: callbacks chunk boundaries: header/complete
10 years ago
Kjell Schubert 2872cb7e6a test: regression test for incomplete/corrupted hdr
10 years ago
Umorrian 5d414fcb4b makefile: add un/install targets
10 years ago
Jay Satiro d547f3b1a9 url_parser: remove mixed declarations
10 years ago
Fedor Indutny 7ecf775d71 src: partially revert 959f4cb to fix nread value
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 59569f2125 src: skip lws between `connection` values
10 years ago
Fedor Indutny 36f107fa2e Bump version to 2.4.1
10 years ago
Fedor Indutny 280af6984c src: fix build on MSVC
10 years ago
Fedor Indutny 956c8a054a Bump version to 2.4.0
10 years ago
Akagi201 167dcdfc06 readme: fix typo
10 years ago
Fedor Indutny 3f7ef500bd src: annotate with likely/unlikely
10 years ago
Fedor Indutny 265f9d0edc bench: add chunked bytes
10 years ago
Jon Kolb 091ebb8778 src: simple Connection header multi-value parsing
10 years ago
Fedor Indutny 959f4cb127 src: remove reexecute goto
10 years ago
Fedor Indutny 0097de5895 src: use memchr() in h_general header value
10 years ago
Fedor Indutny c6097e1d76 src: faster general header value loop
10 years ago
Fedor Indutny 263006044a src: less loads in header_value loop
10 years ago
Fedor Indutny 0cb0ee672c src: tighten header field/value loops
10 years ago
Fedor Indutny 6132d1fefa src: save progress
10 years ago
Fedor Indutny 3f1a05a24c benchmark: initial
10 years ago
Timothy J Fontaine 94a55d1b38 send travis irc notifications to #node-ci
10 years ago
Alexis La Goutte 5fd51fd59d Fix warning on test suite found by Clang Analyzer
10 years ago
Jeff Pinner 0b43367131 http_parser: Follow RFC-7230 Sec 3.2.4
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
Alexis La Goutte 5b951d74bd src: fix clang warning
10 years ago
Helge Heß 1317eeca43
Added support for MKCALENDAR
11 years ago
Mark Koopman 08a2cc36eb very minor spelling/grammar changes in README.md
11 years ago
Alex Kocharin 158dd3bb22 signing the CLA is no longer a requirement
11 years ago
Rex Feng 8d9e5db981
fix typo in README comment
11 years ago
Alex Butum d19e12911a contrib: fixed resource leak in parsertrace
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
David Wragg 76f0f1690f Fix issues around multi-line headers
11 years ago
David Wragg 5d9c382172 Include separating ws when folding header values
11 years ago
Fedor Indutny cba704cb2d Bump version to 2.2.1
11 years ago
Alexis Campailla a252d4eebc fix content-length and chunk-size overflow test
11 years ago
runner 42d6541577 add vc project files to .gitignore
11 years ago
Fedor Indutny fd609ab272 Bump version to 2.2
11 years ago
Fedor Indutny efcf75d837 test: better fix for __APPLE__ test build
11 years ago
Fedor Indutny 9ca484d4c6 test: fix build on osx
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
Uli Köhler c4079e7c38 Add syntax highlighting to README C code
11 years ago