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