summaryrefslogtreecommitdiff
path: root/src/node_http_parser.cc
AgeCommit message (Expand)Author
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-11-06src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-09-20http: remove legacy parserAnna Henningsen
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-02http: fix error return in `Finish()`Fedor Indutny
2018-11-28http: reset headers_nread_ on llhttp parser reuseRod Vagg
2018-11-28http: fix header limit errors and test for llhttpFedor Indutny
2018-11-28deps,http: llhttp set max header size to 8KBRod Vagg
2018-11-14http: remove pushValueToArray in Parser::CreateHeaders()Joyee Cheung
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-10-10src: fix ToObject() usage in node_http_parser.cccjihrig
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-15http: align parser with StreamBase interface changesAnna Henningsen
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2018-01-18http: simplify parser lifetime trackingAnna Henningsen
2018-01-13src: refactor callback #defines into C++ templatesAnna Henningsen
2017-12-01src: use non-deprecated versions of `->To*()` utilsLeko
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-02src: return MaybeLocal in AsyncWrap::MakeCallbackTobias Nießen
2017-07-26http: reset stream to unconsumed in `unconsume()`Anna Henningsen
2017-06-05http: assert parser.consume argument's typeGireesh Punathil
2017-05-10async_hooks: initial async_hooks implementationTrevor Norris
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-23src: update http-parser linkDaniel Bevenius
2016-06-28src: fix readability/braces cpplint warningsBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-05src: remove unused #include statementBen Noordhuis