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-07-12http: fix http agent keep alivetheanarkh
2022-06-13http: use `kEmptyObject`LiviaMedeiros
2022-03-09http: make TCP noDelay enabled by defaultPaolo Insogna
2022-02-27http: add default argument for Agent.prototype.getName小菜
2021-11-18Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen
2021-11-10http: change totalSocketCount only on socket creation/closeSubhi Al Hasan
2021-07-28async_hooks: merge resource_symbol with owner_symbolDarshan Sen
2021-05-19lib: refactor to reuse validatorsRongjian Zhang
2021-03-13http: refactor to avoid unsafe array iterationAntoine du Hamel
2021-02-01http: refactor to avoid unsafe array iterationAntoine du Hamel
2021-01-06http: set lifo as the default scheduling strategy in AgentMatteo Collina
2020-12-29http: refactor to use more primordialsAntoine du Hamel
2020-12-14http: use objects with null prototype in AgentMichaël Zasso
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-17lib: allow to validate enums with validateOneOfDenys Otrishko
2020-07-30async_hooks: don't reuse resource in HttpAgent when queuedAndrey Pechkurov
2020-06-21http: add maxTotalSockets to agent classrickyes
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-28http: simplify Agent initializationhimself65
2020-05-20http: added scheduling option to http agentdelvedor
2020-05-04http: ensure client request emits closeRobert Nagy
2020-04-30http: set default timeout in agent keepSocketAliveOwen Smith
2020-04-15http: refactor agent 'free' handlerRobert Nagy
2020-03-30http: move free socket error handling to agentRobert Nagy
2020-03-11http, async_hooks: remove unneeded reference to wrapping resourceGerhard Stoebich
2020-03-07http: fix socket re-use racesRobert Nagy
2019-12-17http: use for...of in http library codeTrivikram Kamat
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-22http: improve performance caused by primordialsLucas Recknagel
2019-11-20https: add client support for TLS keylog eventsSam Roberts
2019-11-09http: replace vars with lets and consts in lib/_http_agent.jspalmires
2019-11-06http,async_hooks: keep resource object alive from socketAnna Henningsen
2019-10-12http: add reusedSocket property on client requestthemez
2019-09-18http: throw if 'host' agent header is not a string valueGiorgos Ntemiris
2019-06-17https: do not automatically use invalid servernameSam Roberts
2019-05-20async_hooks: don't reuse resource in HttpAgentGerhard Stoebich
2019-04-30http: `servername === false` should disable SNIFedor Indutny
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-12http: reduce usage of public utilZYSzys
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-07-13http: fix request with option timeout and agentkillagu
2018-05-22http: do not rely on the 'agentRemove' eventLuigi Pinca
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang