Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-10http: added connection closing methodsShogun
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-02-11src: remove separate definitions for static constexpr membersAnna Henningsen
2021-04-11deps: update llhttp to 5.1.0Fedor Indutny
2021-02-08src: rename binding_data_name to type_name in BindingDataJoyee Cheung
2021-02-08src: avoid implicit type conversionsMichaël Zasso
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-09-15http: add requestTimeoutMatteo Collina
2020-08-02http: reset headers timeout on headers completeRobert Nagy
2020-05-06src: retrieve binding data from the contextJoyee Cheung
2020-04-06src: move http parser state out of EnvironmentAnna Henningsen
2020-04-02http: fix incorrect headersTimeout measurementAlex R
2020-03-02src: improve handling of internal field countingJames M Snell
2020-02-18src: inform callback scopes about exceptions in HTTP parserAnna Henningsen
2020-02-06http: strip trailing OWS from header valuesSam Roberts
2019-12-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
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-13http: remove pushValueToArray in Parser::CreateHeaders()Joyee Cheung
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-11deps: 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-19http: 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