27 Commits (5f54bd2088cf509d2001c0a22810a107c874a7ed)

Author SHA1 Message Date
Damian Schenkelman 41fcda840c http: use `self.keepAlive` instead of `self.options.keepAlive` 9 years ago
Dave 39dc054572 http: remove excess calls to removeSocket 9 years ago
Sakthipriyan Vairamani 1860e0cebd lib,src: remove usage of events.EventEmitter 9 years ago
Malcolm Ahoy 431bf74c55 http: default Agent.getName to 'localhost' 9 years ago
Brendan Ashworth 2965442308 http: fix agent.getName() and add tests 10 years ago
Fedor Indutny 2ca5a3db47 https: reuse TLS sessions in Agent 9 years ago
fengmk2 7956a13dad http: logically respect maxSockets 10 years ago
skenqbx 8453fbc879 https: don't overwrite servername option 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Majid Arif Siddiqui 176f0bd3df lib: improved forEach object performance 10 years ago
Nathan Rajlich f3189ace6b http: remove the circular dependency 11 years ago
isaacs ea8feced87 http: force socket encoding to be null 11 years ago
fengmk2 1ce5db4d95 http: cleanup freeSockets when socket destroyed 11 years ago
Nathan Rajlich f31037ddfe http: don't pass the request options to Agent 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 65f6f06a61 http: add agent.maxFreeSockets option 11 years ago
isaacs 12cd13312b http: Support legacy agent.addRequest API 11 years ago
isaacs 32fdae2ca3 http: Fix overlooked agent.globalAgent export 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs 49519f1217 http: Reuse more http/https Agent code 12 years ago
isaacs 40e92650bb http: Add agent.get/request methods 12 years ago
isaacs 9fc9b87472 http: Proper KeepAlive behavior 12 years ago
isaacs 6176e49181 http: style 12 years ago
Timothy J Fontaine 62e4f89765 http: split Agent into its own file 12 years ago