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