summaryrefslogtreecommitdiff
path: root/lib/_http_agent.js
AgeCommit message (Expand)Author
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
2018-03-08async_hooks,process: remove internalNextTickAnatoli Papirovski
2018-02-22http: allow _httpMessage to be GC'edLuigi Pinca
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2017-11-11lib: replace string concatenation with templatesubrahmanya chari p
2017-11-04http: use arrow fns for lexical `this` in AgentBryan English
2017-11-02http, tls: better support for IPv6 addressesMattias Holmlund
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-09-27http: client keep-alive for UNIX domain socketsBryan English
2017-07-24http: check for handle before running asyncReset()Trevor Norris
2017-07-03http: guard against failed sockets creationRefael Ackermann
2017-06-07http: overridable keep-alive behavior of `Agent`Fedor Indutny
2017-06-03async_hooks,http: fix socket reuse with AgentAnna Henningsen
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-04-30http: fix permanent deoptimizationsBrian White
2017-03-20http: use more efficient module.exports patternJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-22lib: remove unnecessary assignments with _extendSakthipriyan Vairamani (thefourtheye)
2017-01-06http: eliminate capture of ClientRequest in AgentEvan Torrie
2016-10-18http: name anonymous functionsmaasencioh
2016-09-21https: fix memory leak with https.request()Ilkka Myller
2016-05-28tls,https: respect address family when connectingBen Noordhuis
2016-05-19http: use `localAddress` instead of `path`Dirceu Pereira Tiegs
2016-03-17https: fix ssl socket leak when keepalive is usedAlexander Penev
2016-02-11http: allow async createConnection()Brian White
2015-12-30http: use `self.keepAlive` instead of `self.options.keepAlive`Damian Schenkelman
2015-12-21http: remove excess calls to removeSocketDave
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-15http: default Agent.getName to 'localhost'Malcolm Ahoy
2015-08-04http: fix agent.getName() and add testsBrendan Ashworth
2015-07-27https: reuse TLS sessions in AgentFedor Indutny
2015-04-17http: logically respect maxSocketsfengmk2
2015-03-10https: don't overwrite servername optionskenqbx
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-02-26http: remove the circular dependencyNathan Rajlich
2013-11-07http: force socket encoding to be nullisaacs
2013-11-07http: cleanup freeSockets when socket destroyedfengmk2
2013-09-14http: don't pass the request options to AgentNathan Rajlich
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-15http: add agent.maxFreeSockets optionisaacs