summaryrefslogtreecommitdiff
path: root/lib/_http_agent.js
AgeCommit message (Expand)Author
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