summaryrefslogtreecommitdiff
path: root/src/node_http_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* src: fix ToObject() usage in node_http_parser.cccjihrig2018-10-101-1/+2
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-101-2/+8
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-2/+2
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-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-051-2/+6
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-2/+5
* http: move process.binding('http_parser') to internalBindingJames M Snell2018-08-181-1/+1
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+1
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-2/+3
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-2/+2
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-6/+0
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-121-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
* src: add AsyncCallbackScopeTrevor Norris2016-02-121-1/+3
* http_parser: use pushValueToArray for headersTrevor Norris2015-12-171-6/+17
* http: fix stalled pipeline bugFedor Indutny2015-10-141-6/+11
* http_parser: do not dealloc during kOnExecuteFedor Indutny2015-09-191-1/+24
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-4/+3
* http_parser: consume StreamBase instanceFedor Indutny2015-08-261-36/+168