summaryrefslogtreecommitdiff
path: root/src/node_http_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* http: opt-in insecure HTTP header parsingSam Roberts2020-02-041-5/+8
* http: strip trailing OWS from header valuesSam Roberts2020-02-011-2/+15
* async_hooks: avoid double-destroy HTTPParserGerhard Stoebich2019-07-161-2/+1
* http: fix error check in `Execute()`Brian White2019-02-281-2/+28
* cli: add --max-http-header-size flagcjihrig2018-12-251-0/+7
* http: fix regression of binary upgrade response bodyMatteo Collina2018-12-251-3/+3
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-11-291-2/+8
* deps,http: http_parser set max header size to 8KBMatteo Collina2018-11-271-3/+3
* src: fix ToObject() usage in node_http_parser.cccjihrig2018-10-101-1/+2
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-071-2/+2
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-071-1/+1
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+1
* src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma2018-09-061-2/+6
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-061-2/+5
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-311-0/+1
* src: enable more detailed memory trackingAnna Henningsen2018-07-141-2/+3
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-291-2/+2
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-081-6/+0
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-161-0/+1
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-5/+5
* http: align parser with StreamBase interface changesAnna Henningsen2018-03-151-0/+17
* src: remove unnecessary Reset() callsBen Noordhuis2018-02-211-1/+0
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-011-55/+20
* http: simplify parser lifetime trackingAnna Henningsen2018-01-181-23/+1
* src: refactor callback #defines into C++ templatesAnna Henningsen2018-01-131-33/+31
* src: use non-deprecated versions of `->To*()` utilsLeko2017-12-011-1/+1
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* async_hooks: add trace events to async_hooksAndreas Madsen2017-11-161-0/+13
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-4/+0
* async_hooks: consistent internal namingAndreas Madsen2017-09-261-1/+1
* src: reduce code duplicationJames M Snell2017-08-231-1/+1
* src: return MaybeLocal in AsyncWrap::MakeCallbackTobias Nießen2017-08-021-5/+10
* http: reset stream to unconsumed in `unconsume()`Anna Henningsen2017-07-261-0/+1
* http: assert parser.consume argument's typeGireesh Punathil2017-06-051-0/+1
* async_hooks: initial async_hooks implementationTrevor Norris2017-05-101-1/+1
* src: implement native changes for async_hooksTrevor Norris2017-05-101-0/+2
* async_wrap,src: add GetAsyncId() methodTrevor Norris2017-05-101-0/+1
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-1/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: update http-parser linkDaniel Bevenius2017-02-231-1/+1
* src: fix readability/braces cpplint warningsBen Noordhuis2016-06-281-2/+2
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-8/+16
* src: remove unused #include statementBen Noordhuis2016-05-051-6/+0
* http: skip body and next message of CONNECT resFedor Indutny2016-04-191-1/+1
* src: don't set non-primitive values on templatesBen Noordhuis2016-04-181-1/+1
* src: use size_t for http parser array size fieldsBen Noordhuis2016-04-051-10/+8
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-8/+8
* src,http_parser: remove KickNextTick callTrevor Norris2016-03-281-4/+0
* http_parser: use `MakeCallback`Trevor Norris2016-03-011-9/+18