summaryrefslogtreecommitdiff
path: root/lib/_http_agent.js
AgeCommit message (Expand)Author
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
2013-08-07http: Support legacy agent.addRequest APIisaacs
2013-08-05http: Fix overlooked agent.globalAgent exportisaacs
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-09http: Reuse more http/https Agent codeisaacs
2013-07-09http: Add agent.get/request methodsisaacs
2013-07-09http: Proper KeepAlive behaviorisaacs
2013-07-09http: styleisaacs
2013-04-17http: split Agent into its own fileTimothy J Fontaine