1. c5c4563 v2.9.1 by Fedor Indutny · 4 years, 2 months ago v2.9.1
  2. 2a0d106 http_parser: revert `memchr()` optimization by Fedor Indutny · 4 years, 2 months ago
  3. 0d0a24e v2.9.0 by Ben Noordhuis · 4 years, 5 months ago v2.9.0
  4. 73f4442 Fix type conversion warnings in VS 2017 64-bit by Sergey Zolotarev · 4 years, 5 months ago
  5. 3502589 Disallow empty Content-Length by Olga Batyshkina · 4 years, 6 months ago
  6. cd88eef Fix Content-Length with obsolete line folding by Olga Batyshkina · 4 years, 6 months ago
  7. 0ae8d93 support overriding HTTP_MAX_HEADER_SIZE at runtime by cjihrig · 4 years, 6 months ago
  8. 4dae120 Support ICE/1.x for SOURCE requests. by Ben Noordhuis · 4 years, 7 months ago
  9. 77310ee test: substitute bad words by Welling Guzmán · 4 years, 11 months ago
  10. 13ca674 Fix typo by dnartz · 4 years, 11 months ago
  11. 25de6ed Fix multiple begin message cbs when response starts with CR/LF by Matt Klein · 4 years, 11 months ago
  12. 5b76466 Replace "FALLTHROUGH" with "fall through". by Matthias Loy · 5 years ago
  13. cf69c8e Speed up the http_parser_execute loop by Brian Pane · 5 years ago
  14. 3123273 Return nonzero on parsing empty url. by Welling Guzman · 5 years ago
  15. 2ed7527 Add http_status_str() function. by Stefano Sambi · 5 years ago
  16. a7c2e86 Fix http_parser.nread off-by-one accounting error. by Ben Noordhuis · 5 years ago
  17. a1e0c3a Simplify memory management in test suite. by Ben Noordhuis · 5 years ago
  18. 54f55a2 Bump version to 2.8.1 by Ben Noordhuis · 5 years ago v2.8.1
  19. 01da95f Reject interior blanks in Content-Length value. by Ben Noordhuis · 5 years ago
  20. 214fa6f Remove NULL sentinels from test runner. by Ben Noordhuis · 5 years ago
  21. 705e519 Remove unused functions from test runner. by Ben Noordhuis · 5 years ago
  22. edeedb1 bench: report throughput by Fedor Indutny · 5 years ago
  23. dd74753 Bump version to 2.8.0 by Fedor Indutny · 5 years ago v2.8.0
  24. 921d558 parser: add support for icecast SOURCE method by Ben Noordhuis · 5 years ago
  25. 9ce7316 src: fix out-of-bounds read through `strtoul` by Fedor Indutny · 5 years ago
  26. b11de0f doc: standardize project name by Jon Moss · 6 years ago
  27. 652b015 makefile: fix dangling symlink in uninstall by ShaRose · 6 years ago
  28. 4cefc0f makefile: fixed DESTDIR by ShaRose · 6 years ago
  29. fd3850c Makefile: set install_name on macos by Fabian Groffen · 6 years ago
  30. 89279ab Update license boilerplate. by Ben Noordhuis · 6 years ago
  31. 1b79aba simplify parsing M-SEARCH method, group P methods by Pierce Lopez · 7 years ago
  32. 0852bea Fix FALLTHROUGH warning in switch of GCC7 by André Klitzing · 6 years ago
  33. 8ea9532 Makefile: set versions for SONAME correctly by Fabian Groffen · 6 years ago
  34. 291a32c Include stddef.h instead of sys/types.h. by Stephan Gatzka · 6 years ago
  35. 05525c5 Ignore Upgrade header outside of 101 response. by Ben Noordhuis · 6 years ago
  36. 260c522 Fix typo in test name. by Ben Noordhuis · 6 years ago
  37. 3b0da34 Tolerate non-compliant status line responses by Thomas 'fake' Jakobi · 6 years ago
  38. 9f489a4 parser: fix HTTP version parsing by Brian White · 6 years ago
  39. 335850f parser: HTTP_STATUS_MAP(XX) and enum http_status by Nathaniel McCallum · 7 years ago
  40. feae95a Bump version to 2.7.1 by Fedor Indutny · 7 years ago v2.7.1
  41. cacb07d parser: fix Content-Length header parsing. by Ben Noordhuis · 7 years ago
  42. b2cc8e4 test: remove ‘nread’, which is not used by Guo Xiao · 7 years ago
  43. 737627b readme: improve format, fix code syntax by oldratlee · 7 years ago
  44. f2c26ee src: put `assert()` after var declarations by Jonathan Marler · 7 years ago
  45. 9b0d5b3 Bump version to 2.6.0 by Fedor Indutny · 7 years ago v2.7.0
  46. 04d28a7 parser: returning 2 from on_headers_complete by Fedor Indutny · 7 years ago
  47. 5651aea test: add a test for for obstext characters (> 0x80) by Johan Bergström · 7 years ago v2.6.2
  48. dbcda19 Update http-parser to 2.6.2 by Johan Bergström · 7 years ago
  49. fd65b0f src: refactor method parsing by Olivier Mengué · 8 years ago
  50. 678a9e2 test: Assert against correct error messages by Johan Bergström · 7 years ago v2.6.1
  51. e2e467b Update http-parser to 2.6.1 by James M Snell · 7 years ago
  52. 4e382f9 readme: fix build status badge by Wyatt Preul · 7 years ago
  53. bee4817 Bump version to 2.6.0 by James M Snell · 8 years ago v2.6.0
  54. 777ba4e src: introduce `http_parser_url_init` by Fedor Indutny · 8 years ago
  55. 483eca7 doc: updated README.md to include multi-threading example by Lucas Berezy · 8 years ago
  56. e557b62 src: support LINK/UNLINK (RFC 2068, draft-snell-link-method) by Olivier Mengué · 8 years ago
  57. e01811e src: fixed compile error C2143 for vs2012 by Sebastian Philipp · 8 years ago
  58. b36c2a9 header: treat Wine like MinGW by Andrew Udvare · 8 years ago
  59. eb5e992 src: support ACL (WebDAV, RFC3744, Section 8.1). by Ivan Enderlin · 8 years ago
  60. 4f69be2 readme: update WebSocket link to RFC6455 by Ivan Enderlin · 8 years ago
  61. b5bcca8 test: `SEARCH`, `PURGE` and `MKCALENDAR` by Ivan Enderlin · 8 years ago
  62. 8b1d652 src: support BIND/REBIND/UNBIND (WebDAV, RFC5842) by Ivan Enderlin · 8 years ago
  63. 7d75dd7 src: support IPv6 Zone ID as per RFC 6874 by Tatsuhiro Tsujikawa · 8 years ago
  64. ab0b162 src: use ARRAY_SIZE instead of sizeof() by dlmeetei@gmail.com · 8 years ago
  65. 39ff097 src: remove double check by Jan Schär · 8 years ago
  66. f6f436a src: fix invalid memory access in http_parse_host by Daniel Knoppel (Phusion) · 8 years ago
  67. 2896229 make: fix dynamic library extension for OS X by Guo Xiao · 8 years ago
  68. 39c2c1e Bump version to 2.5.0 by Fedor Indutny · 8 years ago v2.5 v2.5.0
  69. dff604d src: support body in Upgrade requests by Kjell Schubert · 8 years ago
  70. d767545 src: callbacks chunk boundaries: header/complete by Kjell Schubert · 8 years ago
  71. 2872cb7 test: regression test for incomplete/corrupted hdr by Kjell Schubert · 8 years ago
  72. 5d414fc makefile: add un/install targets by Umorrian · 8 years ago
  73. d547f3b url_parser: remove mixed declarations by Jay Satiro · 8 years ago
  74. 7ecf775 src: partially revert 959f4cb to fix nread value by Fedor Indutny · 8 years ago
  75. 7ba3123 header: fix field sizes by Fedor Indutny · 8 years ago
  76. 53063b7 Add function to initialize http_parser_settings by Romain Giraud · 8 years ago
  77. 1b31580 Bump version to 2.4.2 by Fedor Indutny · 8 years ago v2.4.2
  78. 59569f2 src: skip lws between `connection` values by Fedor Indutny · 8 years ago
  79. 36f107f Bump version to 2.4.1 by Fedor Indutny · 8 years ago v2.4.1
  80. 280af69 src: fix build on MSVC by Fedor Indutny · 8 years ago
  81. 956c8a0 Bump version to 2.4.0 by Fedor Indutny · 8 years ago v2.4
  82. 167dcdf readme: fix typo by Akagi201 · 8 years ago
  83. 3f7ef50 src: annotate with likely/unlikely by Fedor Indutny · 9 years ago
  84. 265f9d0 bench: add chunked bytes by Fedor Indutny · 9 years ago
  85. 091ebb8 src: simple Connection header multi-value parsing by Jon Kolb · 11 years ago
  86. 959f4cb src: remove reexecute goto by Fedor Indutny · 9 years ago
  87. 0097de5 src: use memchr() in h_general header value by Fedor Indutny · 9 years ago
  88. c6097e1 src: faster general header value loop by Fedor Indutny · 9 years ago
  89. 2630060 src: less loads in header_value loop by Fedor Indutny · 9 years ago
  90. 0cb0ee6 src: tighten header field/value loops by Fedor Indutny · 9 years ago
  91. 6132d1f src: save progress by Fedor Indutny · 9 years ago
  92. 3f1a05a benchmark: initial by Fedor Indutny · 9 years ago
  93. 94a55d1 send travis irc notifications to #node-ci by Timothy J Fontaine · 9 years ago
  94. 5fd51fd Fix warning on test suite found by Clang Analyzer by Alexis La Goutte · 9 years ago
  95. 0b43367 http_parser: Follow RFC-7230 Sec 3.2.4 by Jeff Pinner · 9 years ago
  96. 11ecb42 Docs fix by Marc O'Morain · 9 years ago
  97. 7bbb774 doc: add very basic docs for `http_parser_execute` by Maciej Małecki · 9 years ago
  98. 17ed7de header: typo fix in a comment by George Miroshnykov · 9 years ago
  99. 5b951d7 src: fix clang warning by Alexis La Goutte · 9 years ago
  100. 1317eec Added support for MKCALENDAR by Helge Heß · 9 years ago