Commit Graph

  • 0cb0ee672c src: tighten header field/value loops Fedor Indutny 2014-11-28 23:08:52 +0300
  • 6132d1fefa src: save progress Fedor Indutny 2014-11-28 22:36:12 +0300
  • 3f1a05a24c benchmark: initial Fedor Indutny 2014-11-28 21:40:27 +0300
  • 94a55d1b38 send travis irc notifications to #node-ci Timothy J Fontaine 2014-11-03 10:28:28 -0800
  • 5fd51fd59d Fix warning on test suite found by Clang Analyzer Alexis La Goutte 2014-09-01 08:21:14 +0200
  • 0b43367131 http_parser: Follow RFC-7230 Sec 3.2.4 Jeff Pinner 2014-08-20 08:32:14 -0700
  • 11ecb42061 Docs fix Marc O'Morain 2014-09-08 11:24:18 +0100
  • 7bbb77467f doc: add very basic docs for `http_parser_execute` Maciej Małecki 2014-08-14 03:22:20 +0200
  • 17ed7deb7c header: typo fix in a comment George Miroshnykov 2014-08-21 12:42:10 +0300
  • 5b951d74bd src: fix clang warning Alexis La Goutte 2014-08-04 09:02:56 +0200
  • 1317eeca43
    Added support for MKCALENDAR Helge Heß 2014-06-24 11:50:13 +0200
  • 08a2cc36eb very minor spelling/grammar changes in README.md Mark Koopman 2014-06-19 12:28:31 -0700
  • 158dd3bb22 signing the CLA is no longer a requirement Alex Kocharin 2014-06-18 03:49:58 +0400
  • 8d9e5db981
    fix typo in README comment Rex Feng 2014-04-10 02:40:48 -0400
  • d19e12911a contrib: fixed resource leak in parsertrace Alex Butum 2014-03-19 14:14:18 +0200
  • 24e2d2d43f Allow HTTP_MAX_HEADER_SIZE to be defined externally Vinnie Falco 2014-03-15 19:17:48 -0700
  • 56f7ad0e2e Bump version to 2.3.0 v2.3 Fedor Indutny 2014-03-13 13:18:11 +0400
  • 76f0f1690f Fix issues around multi-line headers David Wragg 2013-11-28 16:17:31 +0000
  • 5d9c382172 Include separating ws when folding header values David Wragg 2013-11-28 11:47:20 +0000
  • cba704cb2d Bump version to 2.2.1 v2.2.1 Fedor Indutny 2014-01-29 03:17:31 +0400
  • a252d4eebc fix content-length and chunk-size overflow test Alexis Campailla 2014-01-27 07:24:01 -0800
  • 42d6541577 add vc project files to .gitignore runner 2014-01-23 17:46:46 +0800
  • fd609ab272 Bump version to 2.2 v2.2 Fedor Indutny 2013-12-20 17:32:41 +0400
  • efcf75d837 test: better fix for __APPLE__ test build Fedor Indutny 2013-12-20 17:17:10 +0400
  • 9ca484d4c6 test: fix build on osx Fedor Indutny 2013-12-19 14:58:26 +0400
  • d7b938bdca Parse and emit status message of response Patrik Stutz 2013-01-17 08:38:34 -0600
  • 11419c8e41 Use unsigned int as bitfield type. Charlie Somerville 2013-11-19 01:53:05 -0800
  • c4079e7c38 Add syntax highlighting to README C code Uli Köhler 2013-10-24 15:28:58 +0200
  • f5c779bb85 Update misleading comment. Ben Noordhuis 2013-10-21 22:22:22 +0200
  • 3cbd13daca test: add amazon.com response test Ben Noordhuis 2013-05-15 19:32:39 +0200
  • 303c4e46c4 Further request method check strengthening. v0.10 Ben Noordhuis 2013-08-21 03:20:48 +0200
  • 547553b090 Further request method check strengthening. Ben Noordhuis 2013-08-21 03:20:48 +0200
  • ddfa1b3ee3 Do not accept PUN/GEM methods as PUT/GET. Chris Dickinson 2013-08-19 22:16:25 -0700
  • c6ee6ada69 Do not accept PUN/GEM methods as PUT/GET. Chris Dickinson 2013-08-19 22:16:25 -0700
  • d3264312e1 Add function http_parser_version(). Ben Noordhuis 2012-11-15 17:05:40 +0100
  • 6df37aa52d build: set SONAME in shared object file Ben Noordhuis 2013-06-13 19:06:41 +0200
  • 8081938445 Bump to version 2.1 v2.1 Ben Noordhuis 2013-03-26 23:35:20 +0100
  • e77957a091 Update AUTHORS and .mailmap Ben Noordhuis 2013-01-22 12:34:22 +0100
  • fa7455081a doc: add travis build status link Corey Richardson 2013-01-14 07:38:47 -0800
  • 120a2c5c9b Move url_parser.c to contrib/ Ben Noordhuis 2012-12-19 14:34:52 +0100
  • fe9fb34e53 Update AUTHORS and .mailmap Ben Noordhuis 2012-12-17 14:58:49 +0100
  • 0938fe599f Add on_status_complete callback. Tóth Tamás 2012-03-24 10:17:24 +0100
  • 798eb9012e Add a simple utility to dump events as they happen Corey Richardson 2012-12-12 17:23:06 -0500
  • 769db22859 Update AUTHORS Thomas LE ROUX 2012-12-12 16:50:42 +0100
  • 2b77aba93a Fix MSVS 2005 and 2008 missing size_t typdef. James McLaughlin 2012-12-10 18:18:36 +0000
  • 54f6c78530 Fix unmatched quote in dump_url output. Corey Richardson 2012-12-04 15:26:00 -0500
  • 43ccd6aa76 Update AUTHORS Ben Noordhuis 2012-12-05 04:17:34 +0100
  • 1c7f8cac9e Fix IPv6 address parsing. Corey Richardson 2012-12-04 15:31:09 -0500
  • cd01361819 test: fix buffer overflow in large header test Ben Noordhuis 2012-11-29 02:57:53 +0100
  • 14d42be21a test: use error-checking strncat/strncpy replacements Ben Noordhuis 2012-11-29 01:21:40 +0100
  • 245f6f0078 Remove HTTP_PARSER_DEBUG macro. Ben Noordhuis 2012-11-10 23:32:20 +0100
  • b4fc777dc6 fix old references to on_path Peter Faiman 2012-10-28 13:23:13 -0700
  • 02f06ff290 gitignore: ignore gyp build dir Ben Noordhuis 2012-10-14 02:09:38 +0200
  • a0fd3323dd build: add default build flags to gyp script Ben Noordhuis 2012-10-14 02:14:44 +0200
  • ce6d7efff7 build: compile strict and non-strict tests Ben Noordhuis 2012-10-14 01:38:44 +0200
  • 3fb4e061ec Bump to version 2.0 v2.0 Ben Noordhuis 2012-10-10 22:38:20 +0200
  • 0e67f6b532 Update AUTHORS Ben Noordhuis 2012-10-10 22:37:57 +0200
  • 1ca7de5258 Add "int http_body_is_final(const http_parser *parser)" method. BogDan Vatra 2012-08-31 09:07:55 +0300
  • ad3b631d4f Turn normal_url_char into a bit array. Ben Noordhuis 2012-08-30 00:04:06 +0200
  • 4e1a6ab655 Update AUTHORS Ben Noordhuis 2012-08-29 23:24:58 +0200
  • add3018ce7 Add bounds check to http_method_str(). Ben Noordhuis 2012-08-29 23:22:53 +0200
  • 9f92347851 Make http_should_keep_alive() const correct. Ben Noordhuis 2012-08-29 23:13:04 +0200
  • 2b7e87cc77 Fix bad http_should_keep_alive() comment. Ben Noordhuis 2012-07-27 01:34:57 +0200
  • ba5acd532f Merge pull request #104 from simonz05/patch-1 Peter Griess 2012-07-24 18:06:54 -0700
  • fb3eeb7d05 Merge pull request #118 from bpaquet/master Peter Griess 2012-07-24 18:02:19 -0700
  • a828edaf6a Add a comment Bertrand Paquet 2012-07-25 00:36:04 +0200
  • 50faa793f4 Coding style : remove space before ++ Bertrand Paquet 2012-07-25 00:20:03 +0200
  • 148984cd8d Rename s_req_host* to be compliant with RFC 2396 Bertrand Paquet 2012-07-25 00:16:53 +0200
  • 7f1b191d6f Minor speed improvment Bertrand Paquet 2012-07-25 00:13:54 +0200
  • 1d3a0ec752 Use fixed_length printf instead of copying data and do null-termination Bertrand Paquet 2012-07-25 00:12:40 +0200
  • d2ce562338 Use new state instead of pointer Bertrand Paquet 2012-07-17 08:48:46 +0200
  • bb29f43741 Coding style improvment Bertrand Paquet 2012-07-17 08:37:39 +0200
  • 8ee3b0dc93 Make size_t and ssize_t Windows typedefs more appropriate James McLaughlin 2012-07-14 12:38:56 +0100
  • e42aa93b52 Add tests Bertrand Paquet 2012-07-08 16:06:22 +0200
  • f6f761596e Small refactoring, add edge cases Bertrand Paquet 2012-07-08 11:58:18 +0200
  • fe31fe8bf0 Add tests on user info Bertrand Paquet 2012-07-08 02:00:31 +0200
  • 7965096276 User info implementation Bertrand Paquet 2012-07-08 01:44:31 +0200
  • ed8475d49f Refactor host parsing to allow basic auth management Bertrand Paquet 2012-07-08 01:10:43 +0200
  • 624a4b44a9 Add url_parser tool Bertrand Paquet 2012-07-07 23:29:43 +0200
  • 9dfaa67f2b Check host on url with hostname:port Bertrand Paquet 2012-07-07 22:14:12 +0200
  • 9852e5d048 test: %zu to %lu for msvcrt fixes for Mingw64 Martell Malone 2012-06-09 18:25:26 +0100
  • 2ec48fd65d Merge pull request #111 from ErikDubbelboer/master Peter Griess 2012-05-15 06:17:22 -0700
  • 4d7b5dcb9a ignore output of package build Erik Dubbelboer 2012-05-12 11:32:51 +0200
  • 4c1e785a04 Merge branch 'master', remote-tracking branch 'upstream/master' Erik Dubbelboer 2012-05-12 11:31:29 +0200
  • 26f508a289 Merge pull request #110 from ErikDubbelboer/master Peter Griess 2012-05-06 15:34:00 -0700
  • 0067f54dbe Ignoring .so files Erik Dubbelboer 2012-05-05 17:35:30 +0200
  • b97fdb0513 Don't assert() on whitespace in URL. Ben Noordhuis 2012-04-19 15:24:59 +0200
  • da918522ca Eat CRLF between requests, even on connection:close. v0.6 Ben Noordhuis 2011-06-16 14:09:40 +0200
  • 905e959130 Correct misspelling in http_parser.h Simon 2012-03-19 22:44:48 +0100
  • 8bec3ea459 Create method_strings array with HTTP_METHOD_MAP macro. Ben Noordhuis 2012-03-12 02:13:51 +0100
  • a3373d7627 add support for "SEARCH" request methods Nathan Rajlich 2012-03-11 16:50:56 -0700
  • 5a1e556239 test.c: fix off-by-one on the requests test cases Nathan Rajlich 2012-03-11 16:37:44 -0700
  • 36808f4fad Replace HTTP methods enum with X-macro map. Ben Noordhuis 2012-02-27 23:35:47 +0100
  • 99c0850240 test: abort(), don't exit() Ben Noordhuis 2012-02-27 13:54:35 +0100
  • efb72f175c Remove unused struct http_parser_result from header. Ben Noordhuis 2012-02-26 01:29:53 +0100
  • c6e10e98e3 docs: update links to examples Ben Noordhuis 2012-02-24 12:52:48 +0100
  • 9db90de9fc docs: fix broken URL in README Andre Louis Caron 2012-02-23 15:34:14 -0500
  • f4053c719c .gitignore gyp build artifacts Ben Noordhuis 2012-02-23 01:10:05 +0100
  • 62110efe7a Support PURGE request method. Ben Noordhuis 2012-02-17 23:26:57 +0100
  • 662e523a92 fix non-CONNECT tests missing port/hostname bits David Gwynne 2012-02-18 15:48:43 +1000