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