Commit Graph

405 Commits (89279ab6135a63159200928da6e544135bf98301)
 

Author SHA1 Message Date
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
Andrew Udvare b36c2a9ece header: treat Wine like MinGW
9 years ago
Ivan Enderlin eb5e9928b4 src: support ACL (WebDAV, RFC3744, Section 8.1).
9 years ago
Ivan Enderlin 4f69be2221 readme: update WebSocket link to RFC6455
9 years ago
Ivan Enderlin b5bcca8f92 test: `SEARCH`, `PURGE` and `MKCALENDAR`
9 years ago
Ivan Enderlin 8b1d652322 src: support BIND/REBIND/UNBIND (WebDAV, RFC5842)
9 years ago
Tatsuhiro Tsujikawa 7d75dd7325 src: support IPv6 Zone ID as per RFC 6874
10 years ago
dlmeetei@gmail.com ab0b162ef6 src: use ARRAY_SIZE instead of sizeof()
10 years ago
Jan Schär 39ff0975c2 src: remove double check
10 years ago
Daniel Knoppel (Phusion) f6f436a12e src: fix invalid memory access in http_parse_host
10 years ago
Guo Xiao 2896229a13 make: fix dynamic library extension for OS X
10 years ago
Fedor Indutny 39c2c1e573 Bump version to 2.5.0
10 years ago
Kjell Schubert dff604db20 src: support body in Upgrade requests
10 years ago
Kjell Schubert d7675453a6 src: callbacks chunk boundaries: header/complete
10 years ago
Kjell Schubert 2872cb7e6a test: regression test for incomplete/corrupted hdr
10 years ago
Umorrian 5d414fcb4b makefile: add un/install targets
10 years ago
Jay Satiro d547f3b1a9 url_parser: remove mixed declarations
10 years ago
Fedor Indutny 7ecf775d71 src: partially revert 959f4cb to fix nread value
10 years ago
Fedor Indutny 7ba312397c header: fix field sizes
10 years ago
Romain Giraud 53063b780b Add function to initialize http_parser_settings
10 years ago
Fedor Indutny 1b31580893 Bump version to 2.4.2
10 years ago
Fedor Indutny 59569f2125 src: skip lws between `connection` values
10 years ago
Fedor Indutny 36f107fa2e Bump version to 2.4.1
10 years ago