Skip to content

Tags: maxlzc/http-parser

Tags

v2.5.0

Toggle v2.5.0's commit message
Bump version to 2.5.0

v2.5

Toggle v2.5's commit message
Bump version to 2.5.0

v2.4.2

Toggle v2.4.2's commit message
Bump version to 2.4.2

v2.4.1

Toggle v2.4.1's commit message
Bump version to 2.4.1

v2.4

Toggle v2.4's commit message
Bump version to 2.4.0

v2.3

Toggle v2.3's commit message
Bump version to 2.3.0

v2.2.1

Toggle v2.2.1's commit message
Bump version to 2.2.1

v2.2

Toggle v2.2's commit message
Bump version to 2.2

v2.1

Toggle v2.1's commit message
Ben Noordhuis (11):

      build: compile strict and non-strict tests
      build: add default build flags to gyp script
      gitignore: ignore gyp build dir
      Remove HTTP_PARSER_DEBUG macro.
      test: use error-checking strncat/strncpy replacements
      test: fix buffer overflow in large header test
      Update AUTHORS
      Update AUTHORS and .mailmap
      Move url_parser.c to contrib/
      Update AUTHORS and .mailmap
      Bump to version 2.1

Corey Richardson (4):
      Fix IPv6 address parsing.
      Fix unmatched quote in dump_url output.
      Add a simple utility to dump events as they happen
      doc: add travis build status link

James McLaughlin (1):
      Fix MSVS 2005 and 2008 missing size_t typdef.

Peter Faiman (1):
      fix old references to on_path

Thomas LE ROUX (1):
      Update AUTHORS

Tóth Tamás (1):
      Add on_status_complete callback.