- a0c034c v2.9.3 by Fedor Indutny · 3 years, 4 months ago v2.9.3
- 7d5c99d Support multi-coding Transfer-Encoding by Fedor Indutny · 3 years, 4 months ago
- 28f3c35 Use -f option when calling ln at install time by Fabrice Fontaine · 3 years, 8 months ago
- 5c17dad v2.9.2 by Ben Noordhuis · 4 years, 2 months ago v2.9.2
- c7d4925 Fix bad pointer arithmetic by Ben Noordhuis · 4 years, 2 months ago
- b6866a7 Fix -Wsign-compare warning by Ben Noordhuis · 4 years, 2 months ago
- c5c4563 v2.9.1 by Fedor Indutny · 4 years, 2 months ago v2.9.1
- 2a0d106 http_parser: revert `memchr()` optimization by Fedor Indutny · 4 years, 2 months ago
- 0d0a24e v2.9.0 by Ben Noordhuis · 4 years, 5 months ago v2.9.0
- 73f4442 Fix type conversion warnings in VS 2017 64-bit by Sergey Zolotarev · 4 years, 5 months ago
- 3502589 Disallow empty Content-Length by Olga Batyshkina · 4 years, 6 months ago
- cd88eef Fix Content-Length with obsolete line folding by Olga Batyshkina · 4 years, 6 months ago
- 0ae8d93 support overriding HTTP_MAX_HEADER_SIZE at runtime by cjihrig · 4 years, 6 months ago
- 4dae120 Support ICE/1.x for SOURCE requests. by Ben Noordhuis · 4 years, 7 months ago
- 77310ee test: substitute bad words by Welling Guzmán · 4 years, 11 months ago
- 13ca674 Fix typo by dnartz · 4 years, 11 months ago
- 25de6ed Fix multiple begin message cbs when response starts with CR/LF by Matt Klein · 4 years, 11 months ago
- 5b76466 Replace "FALLTHROUGH" with "fall through". by Matthias Loy · 5 years ago
- cf69c8e Speed up the http_parser_execute loop by Brian Pane · 5 years ago
- 3123273 Return nonzero on parsing empty url. by Welling Guzman · 5 years ago
- 2ed7527 Add http_status_str() function. by Stefano Sambi · 5 years ago
- a7c2e86 Fix http_parser.nread off-by-one accounting error. by Ben Noordhuis · 5 years ago
- a1e0c3a Simplify memory management in test suite. by Ben Noordhuis · 5 years ago
- 54f55a2 Bump version to 2.8.1 by Ben Noordhuis · 5 years ago v2.8.1
- 01da95f Reject interior blanks in Content-Length value. by Ben Noordhuis · 5 years ago
- 214fa6f Remove NULL sentinels from test runner. by Ben Noordhuis · 5 years ago
- 705e519 Remove unused functions from test runner. by Ben Noordhuis · 5 years ago
- edeedb1 bench: report throughput by Fedor Indutny · 5 years ago
- dd74753 Bump version to 2.8.0 by Fedor Indutny · 5 years ago v2.8.0
- 921d558 parser: add support for icecast SOURCE method by Ben Noordhuis · 5 years ago
- 9ce7316 src: fix out-of-bounds read through `strtoul` by Fedor Indutny · 5 years ago
- b11de0f doc: standardize project name by Jon Moss · 6 years ago
- 652b015 makefile: fix dangling symlink in uninstall by ShaRose · 6 years ago
- 4cefc0f makefile: fixed DESTDIR by ShaRose · 6 years ago
- fd3850c Makefile: set install_name on macos by Fabian Groffen · 6 years ago
- 89279ab Update license boilerplate. by Ben Noordhuis · 6 years ago
- 1b79aba simplify parsing M-SEARCH method, group P methods by Pierce Lopez · 7 years ago
- 0852bea Fix FALLTHROUGH warning in switch of GCC7 by André Klitzing · 6 years ago
- 8ea9532 Makefile: set versions for SONAME correctly by Fabian Groffen · 6 years ago
- 291a32c Include stddef.h instead of sys/types.h. by Stephan Gatzka · 6 years ago
- 05525c5 Ignore Upgrade header outside of 101 response. by Ben Noordhuis · 6 years ago
- 260c522 Fix typo in test name. by Ben Noordhuis · 6 years ago
- 3b0da34 Tolerate non-compliant status line responses by Thomas 'fake' Jakobi · 6 years ago
- 9f489a4 parser: fix HTTP version parsing by Brian White · 6 years ago
- 335850f parser: HTTP_STATUS_MAP(XX) and enum http_status by Nathaniel McCallum · 7 years ago
- feae95a Bump version to 2.7.1 by Fedor Indutny · 7 years ago v2.7.1
- cacb07d parser: fix Content-Length header parsing. by Ben Noordhuis · 7 years ago
- b2cc8e4 test: remove ‘nread’, which is not used by Guo Xiao · 7 years ago
- 737627b readme: improve format, fix code syntax by oldratlee · 7 years ago
- f2c26ee src: put `assert()` after var declarations by Jonathan Marler · 7 years ago
- 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
- 5651aea test: add a test for for obstext characters (> 0x80) by Johan Bergström · 7 years ago v2.6.2
- dbcda19 Update http-parser to 2.6.2 by Johan Bergström · 7 years ago
- fd65b0f src: refactor method parsing by Olivier Mengué · 8 years ago
- 678a9e2 test: Assert against correct error messages by Johan Bergström · 7 years ago v2.6.1
- e2e467b Update http-parser to 2.6.1 by James M Snell · 7 years ago
- 4e382f9 readme: fix build status badge by Wyatt Preul · 7 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 · 8 years ago
- 483eca7 doc: updated README.md to include multi-threading example by Lucas Berezy · 8 years ago
- e557b62 src: support LINK/UNLINK (RFC 2068, draft-snell-link-method) by Olivier Mengué · 8 years ago
- e01811e src: fixed compile error C2143 for vs2012 by Sebastian Philipp · 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
- 4f69be2 readme: update WebSocket link to RFC6455 by Ivan Enderlin · 8 years ago
- b5bcca8 test: `SEARCH`, `PURGE` and `MKCALENDAR` by Ivan Enderlin · 8 years ago
- 8b1d652 src: support BIND/REBIND/UNBIND (WebDAV, RFC5842) by Ivan Enderlin · 8 years ago
- 7d75dd7 src: support IPv6 Zone ID as per RFC 6874 by Tatsuhiro Tsujikawa · 8 years ago
- ab0b162 src: use ARRAY_SIZE instead of sizeof() by dlmeetei@gmail.com · 8 years ago
- 39ff097 src: remove double check by Jan Schär · 8 years ago
- f6f436a src: fix invalid memory access in http_parse_host by Daniel Knoppel (Phusion) · 8 years ago
- 2896229 make: fix dynamic library extension for OS X by Guo Xiao · 8 years ago
- 39c2c1e Bump version to 2.5.0 by Fedor Indutny · 8 years ago v2.5 v2.5.0
- dff604d src: support body in Upgrade requests by Kjell Schubert · 8 years ago
- d767545 src: callbacks chunk boundaries: header/complete by Kjell Schubert · 8 years ago
- 2872cb7 test: regression test for incomplete/corrupted hdr by Kjell Schubert · 8 years ago
- 5d414fc makefile: add un/install targets by Umorrian · 8 years ago
- d547f3b url_parser: remove mixed declarations by Jay Satiro · 8 years ago
- 7ecf775 src: partially revert 959f4cb to fix nread value by Fedor Indutny · 8 years ago
- 7ba3123 header: fix field sizes by Fedor Indutny · 8 years ago
- 53063b7 Add function to initialize http_parser_settings by Romain Giraud · 8 years ago
- 1b31580 Bump version to 2.4.2 by Fedor Indutny · 8 years ago v2.4.2
- 59569f2 src: skip lws between `connection` values by Fedor Indutny · 8 years ago
- 36f107f Bump version to 2.4.1 by Fedor Indutny · 8 years ago v2.4.1
- 280af69 src: fix build on MSVC by Fedor Indutny · 8 years ago
- 956c8a0 Bump version to 2.4.0 by Fedor Indutny · 8 years ago v2.4
- 167dcdf readme: fix typo by Akagi201 · 8 years ago
- 3f7ef50 src: annotate with likely/unlikely by Fedor Indutny · 9 years ago
- 265f9d0 bench: add chunked bytes by Fedor Indutny · 9 years ago
- 091ebb8 src: simple Connection header multi-value parsing by Jon Kolb · 11 years ago
- 959f4cb src: remove reexecute goto by Fedor Indutny · 9 years ago
- 0097de5 src: use memchr() in h_general header value by Fedor Indutny · 9 years ago
- c6097e1 src: faster general header value loop by Fedor Indutny · 9 years ago
- 2630060 src: less loads in header_value loop by Fedor Indutny · 9 years ago
- 0cb0ee6 src: tighten header field/value loops by Fedor Indutny · 9 years ago
- 6132d1f src: save progress by Fedor Indutny · 9 years ago
- 3f1a05a benchmark: initial by Fedor Indutny · 9 years ago
- 94a55d1 send travis irc notifications to #node-ci by Timothy J Fontaine · 9 years ago
- 5fd51fd Fix warning on test suite found by Clang Analyzer by Alexis La Goutte · 9 years ago