summaryrefslogtreecommitdiff
path: root/lib/_http_agent.js
Commit message (Expand)AuthorAgeFilesLines
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-141-2/+2
* lib: remove internal `util._extends()` usageRuben Bridgewater2019-01-141-5/+3
* tools: capitalize sentencesRuben Bridgewater2018-12-171-1/+1
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-171-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
* http: overridable keep-alive behavior of `Agent`Fedor Indutny2017-06-071-5/+17
* async_hooks,http: fix socket reuse with AgentAnna Henningsen2017-06-031-0/+1
* lib: implement async_hooks API in coreTrevor Norris2017-05-101-2/+7
* http: fix permanent deoptimizationsBrian White2017-04-301-3/+4
* http: use more efficient module.exports patternJames M Snell2017-03-201-2/+4
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* lib: remove unnecessary assignments with _extendSakthipriyan Vairamani (thefourtheye)2017-02-221-2/+2
* http: eliminate capture of ClientRequest in AgentEvan Torrie2017-01-061-26/+30
* http: name anonymous functionsmaasencioh2016-10-181-5/+5
* https: fix memory leak with https.request()Ilkka Myller2016-09-211-0/+8
* tls,https: respect address family when connectingBen Noordhuis2016-05-281-0/+5
* http: use `localAddress` instead of `path`Dirceu Pereira Tiegs2016-05-191-2/+2
* https: fix ssl socket leak when keepalive is usedAlexander Penev2016-03-171-0/+3
* http: allow async createConnection()Brian White2016-02-111-43/+67
* http: use `self.keepAlive` instead of `self.options.keepAlive`Damian Schenkelman2015-12-301-1/+1
* http: remove excess calls to removeSocketDave2015-12-211-2/+0
* lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani2015-09-231-1/+1
* http: default Agent.getName to 'localhost'Malcolm Ahoy2015-09-151-6/+3
* http: fix agent.getName() and add testsBrendan Ashworth2015-08-041-1/+0
* https: reuse TLS sessions in AgentFedor Indutny2015-07-271-0/+1
* http: logically respect maxSocketsfengmk22015-04-171-1/+1
* https: don't overwrite servername optionskenqbx2015-03-101-5/+7
* lib: use const to define constantscjihrig2015-01-211-4/+4
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* lib: improved forEach object performanceMajid Arif Siddiqui2014-09-051-9/+15
* http: remove the circular dependencyNathan Rajlich2014-02-261-42/+0
* http: force socket encoding to be nullisaacs2013-11-071-0/+1
* http: cleanup freeSockets when socket destroyedfengmk22013-11-071-9/+16
* http: don't pass the request options to AgentNathan Rajlich2013-09-141-1/+1
* lib: remove unused variables and functionsBrian White2013-08-151-4/+0
* http: add agent.maxFreeSockets optionisaacs2013-08-151-6/+15
* http: Support legacy agent.addRequest APIisaacs2013-08-071-0/+9