summaryrefslogtreecommitdiff
path: root/lib/_http_agent.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: Fix overlooked agent.globalAgent exportisaacs2013-08-051-0/+2
* src: Replace macros with util functionsisaacs2013-08-011-1/+1
* lib: macro-ify type checksBen Noordhuis2013-07-241-1/+1
* http: Reuse more http/https Agent codeisaacs2013-07-091-29/+71
* http: Add agent.get/request methodsisaacs2013-07-091-4/+37
* http: Proper KeepAlive behaviorisaacs2013-07-091-7/+56
* http: styleisaacs2013-07-091-3/+9
* http: split Agent into its own fileTimothy J Fontaine2013-04-171-0/+156