summaryrefslogtreecommitdiff
path: root/lib/_http_agent.js
Commit message (Expand)AuthorAgeFilesLines
* http: set lifo as the default scheduling strategy in AgentMatteo Collina2021-01-061-1/+1
* http: refactor to use more primordialsAntoine du Hamel2020-12-291-17/+28
* http: use objects with null prototype in AgentMichaël Zasso2020-12-131-7/+9
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-1/+1
* lib: allow to validate enums with validateOneOfDenys Otrishko2020-08-171-5/+2
* async_hooks: don't reuse resource in HttpAgent when queuedAndrey Pechkurov2020-07-301-9/+26
* http: add maxTotalSockets to agent classrickyes2020-06-211-4/+48
* lib: improve debuglog() performanceBrian White2020-05-301-1/+3
* http: simplify Agent initializationhimself652020-05-281-3/+2
* http: added scheduling option to http agentdelvedor2020-05-201-1/+9
* http: ensure client request emits closeRobert Nagy2020-05-041-20/+12
* http: set default timeout in agent keepSocketAliveOwen Smith2020-04-301-5/+5
* http: refactor agent 'free' handlerRobert Nagy2020-04-151-48/+49
* http: move free socket error handling to agentRobert Nagy2020-03-301-0/+14
* http, async_hooks: remove unneeded reference to wrapping resourceGerhard Stoebich2020-03-111-8/+0
* http: fix socket re-use racesRobert Nagy2020-03-071-16/+34
* http: use for...of in http library codeTrivikram Kamat2019-12-171-14/+7
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-251-5/+3
* http: improve performance caused by primordialsLucas Recknagel2019-11-221-5/+11
* https: add client support for TLS keylog eventsSam Roberts2019-11-191-0/+24
* http: replace vars with lets and consts in lib/_http_agent.jspalmires2019-11-081-16/+16
* http,async_hooks: keep resource object alive from socketAnna Henningsen2019-11-061-0/+8
* http: add reusedSocket property on client requestthemez2019-10-121-0/+1
* http: throw if 'host' agent header is not a string valueGiorgos Ntemiris2019-09-181-1/+10
* https: do not automatically use invalid servernameSam Roberts2019-06-171-0/+3
* async_hooks: don't reuse resource in HttpAgentGerhard Stoebich2019-05-191-3/+11
* http: `servername === false` should disable SNIFedor Indutny2019-04-301-2/+2
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-8/+8
* http: reduce usage of public utilZYSzys2019-03-121-2/+1
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-2/+2
* lib: remove internal `util._extends()` usageRuben Bridgewater2018-12-201-5/+3
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-2/+1
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-101-1/+1
* http: fix request with option timeout and agentkillagu2018-07-131-7/+26
* http: do not rely on the 'agentRemove' eventLuigi Pinca2018-05-221-1/+0
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-011-2/+2
* async_hooks,process: remove internalNextTickAnatoli Papirovski2018-03-081-5/+5
* http: allow _httpMessage to be GC'edLuigi Pinca2018-02-221-0/+1
* async_hooks: clean up usage in internal codeAnatoli Papirovski2018-02-161-1/+1
* lib: replace string concatenation with templatesubrahmanya chari p2017-11-111-2/+2
* http: use arrow fns for lexical `this` in AgentBryan English2017-11-041-41/+39
* http, tls: better support for IPv6 addressesMattias Holmlund2017-11-021-14/+27
* lib: use destructuring for some constantsWeijia Wang2017-10-161-2/+2
* http: client keep-alive for UNIX domain socketsBryan English2017-09-271-0/+7
* http: check for handle before running asyncReset()Trevor Norris2017-07-241-3/+6
* http: guard against failed sockets creationRefael Ackermann2017-07-031-18/+19