GitHub / nodejs/http-parser / commits
http request/response parser for c
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 167dcdfc | readme: fix typo |
Akagi201 <a****1@g****m>
Committed by: Fedor Indutny <f****r@i****m> |
over 11 years ago | |
| 3f7ef500 | src: annotate with likely/unlikely | Fedor Indutny <f****r@i****m> | over 11 years ago | |
| 265f9d0e | bench: add chunked bytes | Fedor Indutny <f****r@i****m> | over 11 years ago | |
| 959f4cb1 | src: remove reexecute goto | Fedor Indutny <f****r@i****m> | over 11 years ago | |
| 0097de58 | src: use memchr() in h_general header value | Fedor Indutny <f****r@i****m> | over 11 years ago | |
| c6097e1d | src: faster general header value loop | Fedor Indutny <f****r@i****m> | over 11 years ago | |
| 26300604 | src: less loads in header_value loop | Fedor Indutny <f****r@i****m> | over 11 years ago | |
| 0cb0ee67 | src: tighten header field/value loops | Fedor Indutny <f****r@i****m> | over 11 years ago | |
| 6132d1fe | src: save progress | Fedor Indutny <f****r@i****m> | over 11 years ago | |
| 3f1a05a2 | benchmark: initial | Fedor Indutny <f****r@i****m> | over 11 years ago | |
| 94a55d1b | send travis irc notifications to #node-ci | Timothy J Fontaine <t****e@g****m> | almost 12 years ago | |
| 11ecb420 | Docs fix |
Marc O'Morain <g****m@m****m>
Committed by: Fedor Indutny <f****r@i****m> |
almost 12 years ago | |
| 5fd51fd5 | Fix warning on test suite found by Clang Analyzer |
Alexis La Goutte <a****e@g****m>
Committed by: Fedor Indutny <f****r@i****m> |
almost 12 years ago | |
| 17ed7deb | header: typo fix in a comment |
George Miroshnykov <g****v@g****m>
Committed by: Fedor Indutny <f****r@i****m> |
about 12 years ago | |
| 0b433671 | http_parser: Follow RFC-7230 Sec 3.2.4 |
Jeff Pinner <j****r@t****m>
Committed by: Fedor Indutny <f****r@i****m> |
about 12 years ago | |
| 7bbb7746 | doc: add very basic docs for `http_parser_execute` |
Maciej Małecki <m****e@m****m>
Committed by: Fedor Indutny <f****r@i****m> |
about 12 years ago | |
| 5b951d74 | src: fix clang warning |
Alexis La Goutte <a****e@g****m>
Committed by: Fedor Indutny <f****r@i****m> |
about 12 years ago | |
| 1317eeca |
Added support for MKCALENDAR
Signed-off-by: Fedor Indutny <f****r@i****m> |
Helge Heß <m****e@h****u>
Committed by: Fedor Indutny <f****r@i****m> |
about 12 years ago | |
| 08a2cc36 |
very minor spelling/grammar changes in README.md
Signed-off-by: Fedor Indutny <f****r@i****m> |
Mark Koopman <m****k@y****m>
Committed by: Fedor Indutny <f****r@i****m> |
about 12 years ago | |
| 158dd3bb |
signing the CLA is no longer a requirement
Signed-off-by: Fedor Indutny <f****r@i****m> |
Alex Kocharin <a****x@k****u>
Committed by: Fedor Indutny <f****r@i****m> |
about 12 years ago | |
| 8d9e5db9 | fix typo in README comment |
Rex Feng <r****g@g****m>
Committed by: Fedor Indutny <f****r@i****m> |
over 12 years ago | |
| d19e1291 | contrib: fixed resource leak in parsertrace |
Alex Butum <a****m@l****m>
Committed by: Fedor Indutny <f****y@g****m> |
over 12 years ago | |
| 24e2d2d4 | Allow HTTP_MAX_HEADER_SIZE to be defined externally |
Vinnie Falco <v****o@g****m>
Committed by: Fedor Indutny <f****y@g****m> |
over 12 years ago | |
| 56f7ad0e | Bump version to 2.3.0 | Fedor Indutny <f****y@g****m> | over 12 years ago | |
| cba704cb | Bump version to 2.2.1 | Fedor Indutny <f****y@g****m> | over 12 years ago | |
| a252d4ee | fix content-length and chunk-size overflow test |
Alexis Campailla <a****s@j****m>
Committed by: Fedor Indutny <f****y@g****m> |
over 12 years ago | |
| 42d65415 | add vc project files to .gitignore |
runner <r****i@g****m>
Committed by: Fedor Indutny <f****y@g****m> |
over 12 years ago | |
| fd609ab2 | Bump version to 2.2 | Fedor Indutny <f****y@g****m> | over 12 years ago | |
| efcf75d8 | test: better fix for __APPLE__ test build | Fedor Indutny <f****y@g****m> | over 12 years ago | |
| 9ca484d4 | test: fix build on osx | Fedor Indutny <f****y@g****m> | over 12 years ago | |
| 76f0f169 | Fix issues around multi-line headers |
David Wragg <d****d@w****g>
Committed by: Fedor Indutny <f****y@g****m> |
over 12 years ago | |
| 5d9c3821 | Include separating ws when folding header values |
David Wragg <d****d@w****g>
Committed by: Fedor Indutny <f****y@g****m> |
over 12 years ago | |
| 11419c8e | Use unsigned int as bitfield type. |
Charlie Somerville <c****e@c****m>
Committed by: Ben Noordhuis <i****o@b****l> |
almost 13 years ago | |
| c4079e7c | Add syntax highlighting to README C code |
Uli Köhler <u****r@b****e>
Committed by: Ben Noordhuis <i****o@b****l> |
almost 13 years ago | |
| f5c779bb | Update misleading comment. | Ben Noordhuis <i****o@b****l> | almost 13 years ago | |
| 547553b0 | Further request method check strengthening. | Ben Noordhuis <i****o@b****l> | about 13 years ago | |
| c6ee6ada | Do not accept PUN/GEM methods as PUT/GET. |
Chris Dickinson <c****n@g****m>
Committed by: Ben Noordhuis <i****o@b****l> |
about 13 years ago | |
| 6df37aa5 | build: set SONAME in shared object file | Ben Noordhuis <i****o@b****l> | about 13 years ago | |
| 3cbd13da | test: add amazon.com response test | Ben Noordhuis <i****o@b****l> | over 13 years ago | |
| 80819384 | Bump to version 2.1 | Ben Noordhuis <i****o@b****l> | over 13 years ago | |
| e77957a0 | Update AUTHORS and .mailmap | Ben Noordhuis <i****o@b****l> | over 13 years ago | |
| d7b938bd | Parse and emit status message of response |
Patrik Stutz <p****z@g****m>
Committed by: Fedor Indutny <f****y@g****m> |
over 13 years ago | |
| fa745508 | doc: add travis build status link |
Corey Richardson <c****y@o****t>
Committed by: Ben Noordhuis <i****o@b****l> |
over 13 years ago | |
| 120a2c5c | Move url_parser.c to contrib/ | Ben Noordhuis <i****o@b****l> | over 13 years ago | |
| fe9fb34e | Update AUTHORS and .mailmap | Ben Noordhuis <i****o@b****l> | over 13 years ago | |
| 798eb901 | Add a simple utility to dump events as they happen |
Corey Richardson <c****y@o****t>
Committed by: Ben Noordhuis <i****o@b****l> |
over 13 years ago | |
| 769db228 | Update AUTHORS |
Thomas LE ROUX <t****s@p****r>
Committed by: Ben Noordhuis <i****o@b****l> |
over 13 years ago | |
| 2b77aba9 | Fix MSVS 2005 and 2008 missing size_t typdef. |
James McLaughlin <j****e@l****g>
Committed by: Ben Noordhuis <i****o@b****l> |
over 13 years ago | |
| 43ccd6aa | Update AUTHORS | Ben Noordhuis <i****o@b****l> | over 13 years ago | |
| 1c7f8cac | Fix IPv6 address parsing. |
Corey Richardson <c****y@o****t>
Committed by: Ben Noordhuis <i****o@b****l> |
over 13 years ago | |
| 54f6c785 | Fix unmatched quote in dump_url output. |
Corey Richardson <c****y@o****t>
Committed by: Ben Noordhuis <i****o@b****l> |
over 13 years ago | |
| cd013618 | test: fix buffer overflow in large header test | Ben Noordhuis <i****o@b****l> | over 13 years ago | |
| 14d42be2 | test: use error-checking strncat/strncpy replacements | Ben Noordhuis <i****o@b****l> | over 13 years ago | |
| d3264312 | Add function http_parser_version(). | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| 245f6f00 | Remove HTTP_PARSER_DEBUG macro. | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| b4fc777d | fix old references to on_path |
Peter Faiman <p****r@t****g>
Committed by: Ben Noordhuis <i****o@b****l> |
almost 14 years ago | |
| a0fd3323 | build: add default build flags to gyp script | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| 02f06ff2 | gitignore: ignore gyp build dir | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| ce6d7eff | build: compile strict and non-strict tests | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| 3fb4e061 | Bump to version 2.0 | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| 0e67f6b5 | Update AUTHORS | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| 1ca7de52 | Add "int http_body_is_final(const http_parser *parser)" method. |
BogDan Vatra <b****n@k****g>
Committed by: Ben Noordhuis <i****o@b****l> |
almost 14 years ago | |
| ad3b631d | Turn normal_url_char into a bit array. | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| 4e1a6ab6 | Update AUTHORS | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| add3018c | Add bounds check to http_method_str(). | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| 9f923478 | Make http_should_keep_alive() const correct. | Ben Noordhuis <i****o@b****l> | almost 14 years ago | |
| 2b7e87cc | Fix bad http_should_keep_alive() comment. | Ben Noordhuis <i****o@b****l> | about 14 years ago | |
| ba5acd53 | merge Merge pull request #104 from simonz05/patch-1 | Peter Griess <p****g@s****n> | about 14 years ago | |
| fb3eeb7d | merge Merge pull request #118 from bpaquet/master | Peter Griess <p****g@s****n> | about 14 years ago | |
| a828edaf | Add a comment | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| 50faa793 | Coding style : remove space before ++ | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| 148984cd | Rename s_req_host* to be compliant with RFC 2396 | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| 7f1b191d | Minor speed improvment | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| 1d3a0ec7 | Use fixed_length printf instead of copying data and do null-termination | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| d2ce5623 | Use new state instead of pointer | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| bb29f437 | Coding style improvment | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| 8ee3b0dc | Make size_t and ssize_t Windows typedefs more appropriate |
James McLaughlin <j****e@l****g>
Committed by: Ben Noordhuis <i****o@b****l> |
about 14 years ago | |
| e42aa93b | Add tests | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| f6f76159 | Small refactoring, add edge cases | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| fe31fe8b | Add tests on user info | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| 79650962 | User info implementation | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| ed8475d4 | Refactor host parsing to allow basic auth management | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| 624a4b44 | Add url_parser tool | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| 9dfaa67f | Check host on url with hostname:port | Bertrand Paquet <b****t@o****m> | about 14 years ago | |
| 9852e5d0 | test: %zu to %lu for msvcrt fixes for Mingw64 |
Martell Malone <m****e@g****m>
Committed by: Ben Noordhuis <i****o@b****l> |
about 14 years ago | |
| 2ec48fd6 | merge Merge pull request #111 from ErikDubbelboer/master | Peter Griess <p****g@s****n> | over 14 years ago | |
| 4d7b5dcb | ignore output of package build | Erik Dubbelboer <e****k@d****m> | over 14 years ago | |
| 4c1e785a | Merge branch 'master', remote-tracking branch 'upstream/master' | Erik Dubbelboer <e****k@d****m> | over 14 years ago | |
| 26f508a2 | merge Merge pull request #110 from ErikDubbelboer/master | Peter Griess <p****g@s****n> | over 14 years ago | |
| 0067f54d | Ignoring .so files | Erik Dubbelboer <e****k@d****m> | over 14 years ago | |
| b97fdb05 | Don't assert() on whitespace in URL. | Ben Noordhuis <i****o@b****l> | over 14 years ago | |
| 0938fe59 | Add on_status_complete callback. |
Tóth Tamás <t****m@f****u>
Committed by: Ben Noordhuis <i****o@b****l> |
over 14 years ago | |
| 905e9591 | Correct misspelling in http_parser.h | Simon <s****5@g****m> | over 14 years ago | |
| 8bec3ea4 | Create method_strings array with HTTP_METHOD_MAP macro. | Ben Noordhuis <i****o@b****l> | over 14 years ago | |
| a3373d76 | add support for "SEARCH" request methods |
Nathan Rajlich <n****n@t****t>
Committed by: Ben Noordhuis <i****o@b****l> |
over 14 years ago | |
| 5a1e5562 | test.c: fix off-by-one on the requests test cases |
Nathan Rajlich <n****n@t****t>
Committed by: Ben Noordhuis <i****o@b****l> |
over 14 years ago | |
| 091ebb87 | src: simple Connection header multi-value parsing |
Jon Kolb <j****n@b****s>
Committed by: Fedor Indutny <f****r@i****m> |
over 14 years ago | |
| 36808f4f | Replace HTTP methods enum with X-macro map. | Ben Noordhuis <i****o@b****l> | over 14 years ago | |
| 99c08502 | test: abort(), don't exit() | Ben Noordhuis <i****o@b****l> | over 14 years ago | |
| efb72f17 | Remove unused struct http_parser_result from header. | Ben Noordhuis <i****o@b****l> | over 14 years ago |