Commit Graph

427 Commits (4dae120015e8ad6ab4fbf9903d3b440ca1e5b31f)
 

Author SHA1 Message Date
Ben Noordhuis 4dae120015 Support ICE/1.x for SOURCE requests.
6 years ago
Welling Guzmán 77310eeb83 test: substitute bad words
6 years ago
dnartz 13ca674540 Fix typo
6 years ago
Matt Klein 25de6ed8e4 Fix multiple begin message cbs when response starts with CR/LF
6 years ago
Matthias Loy 5b76466c6b Replace "FALLTHROUGH" with "fall through".
7 years ago
Brian Pane cf69c8eda9 Speed up the http_parser_execute loop
7 years ago
Welling Guzman 31232735c6 Return nonzero on parsing empty url.
7 years ago
Stefano Sambi 2ed7527795 Add http_status_str() function.
7 years ago
Ben Noordhuis a7c2e8626b Fix http_parser.nread off-by-one accounting error.
7 years ago
Ben Noordhuis a1e0c3a2da Simplify memory management in test suite.
7 years ago
Ben Noordhuis 54f55a2f02 Bump version to 2.8.1
7 years ago
Ben Noordhuis 01da95fead Reject interior blanks in Content-Length value.
7 years ago
Ben Noordhuis 214fa6fb0d Remove NULL sentinels from test runner.
7 years ago
Ben Noordhuis 705e519bf5 Remove unused functions from test runner.
7 years ago
Fedor Indutny edeedb1b4d
bench: report throughput
7 years ago
Fedor Indutny dd74753cf5 Bump version to 2.8.0
7 years ago
Ben Noordhuis 921d558551 parser: add support for icecast SOURCE method
7 years ago
Fedor Indutny 9ce7316de3 src: fix out-of-bounds read through `strtoul`
7 years ago
Jon Moss b11de0f5c6 doc: standardize project name
7 years ago
ShaRose 652b0153c5 makefile: fix dangling symlink in uninstall
7 years ago
ShaRose 4cefc0fb83 makefile: fixed DESTDIR
7 years ago
Fabian Groffen fd3850c048 Makefile: set install_name on macos
7 years ago
Ben Noordhuis 89279ab613 Update license boilerplate.
7 years ago
Pierce Lopez 1b79abab34 simplify parsing M-SEARCH method, group P methods
8 years ago
André Klitzing 0852bea482 Fix FALLTHROUGH warning in switch of GCC7
8 years ago
Fabian Groffen 8ea9532378 Makefile: set versions for SONAME correctly
8 years ago
Stephan Gatzka 291a32cc51 Include stddef.h instead of sys/types.h.
8 years ago
Ben Noordhuis 05525c5fde Ignore Upgrade header outside of 101 response.
8 years ago
Ben Noordhuis 260c522330 Fix typo in test name.
8 years ago
Thomas 'fake' Jakobi 3b0da34d83 Tolerate non-compliant status line responses
8 years ago
Brian White 9f489a474d parser: fix HTTP version parsing
8 years ago
Nathaniel McCallum 335850f6b8 parser: HTTP_STATUS_MAP(XX) and enum http_status
8 years ago
Fedor Indutny feae95a3a6 Bump version to 2.7.1
8 years ago
Ben Noordhuis cacb07d2b4 parser: fix Content-Length header parsing.
8 years ago
Guo Xiao b2cc8e49f3 test: remove ‘nread’, which is not used
9 years ago
oldratlee 737627b2b2 readme: improve format, fix code syntax
9 years ago
Jonathan Marler f2c26ee500 src: put `assert()` after var declarations
9 years ago
Fedor Indutny 9b0d5b33eb Bump version to 2.6.0
9 years ago
Fedor Indutny 04d28a7377 parser: returning 2 from on_headers_complete
9 years ago
Johan Bergström 5651aea804 test: add a test for for obstext characters (> 0x80)
9 years ago
Johan Bergström dbcda1961c Update http-parser to 2.6.2
9 years ago
Olivier Mengué fd65b0fbbd src: refactor method parsing
9 years ago
Johan Bergström 678a9e21f1 test: Assert against correct error messages
9 years ago
James M Snell e2e467b912 Update http-parser to 2.6.1
9 years ago
Wyatt Preul 4e382f96e6 readme: fix build status badge
9 years ago
James M Snell bee4817ebe Bump version to 2.6.0
9 years ago
Fedor Indutny 777ba4eded src: introduce `http_parser_url_init`
9 years ago
Lucas Berezy 483eca7989 doc: updated README.md to include multi-threading example
9 years ago
Olivier Mengué e557b62744 src: support LINK/UNLINK (RFC 2068, draft-snell-link-method)
9 years ago
Sebastian Philipp e01811e7f4 src: fixed compile error C2143 for vs2012
9 years ago