summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
AgeCommit message (Expand)Author
2018-02-04http: remove domain specific codeAnatoli Papirovski
2018-02-01http: process headers after setting up agentRod Vagg
2018-01-21http: use strict comparisonleeseean
2018-01-21http: free the parser before emitting 'upgrade'Luigi Pinca
2018-01-21http: fix parsing of binary upgrade response bodyBen Noordhuis
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen
2017-12-15stream: add flow and buffer properties to streamsCalvin Metcalf
2017-12-12http: disallow two-byte characters in URL pathBenno Fünfstück
2017-11-17lib: replace string concatenation with templateVijayalakshmi Kannan
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-06http: use 'connect' event only if socket is connectingLuigi Pinca
2017-10-23http: do not blindly destroy UNIX domain socketsLuigi Pinca
2017-10-23http: support generic `Duplex` streamsAnna Henningsen
2017-10-18http: emit close as the last event in the clientRobert Nagy
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-09-27http: client keep-alive for UNIX domain socketsBryan English
2017-09-20http: set socket timeout when socket connectsLuigi Pinca
2017-08-16http: don't double-fire the req error eventfengmk2
2017-08-14errors: migrate _http_outgoingWeijia Wang
2017-08-01http_client, errors: migrate to internal/errorsWeijia Wang
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-08https: support rejectUnauthorized for unix socketscjihrig
2017-06-01http: describe parse err in debug outputSam Roberts
2017-05-22http: fix IPv6 Host header checkBrian White
2017-05-22http,https: avoid instanceof for WHATWG URLBrian White
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-04-30http: fix permanent deoptimizationsBrian White
2017-04-24http: add type checking for hostnameJames M Snell
2017-03-26http: should support userland Agentfengmk2
2017-03-20http: replace uses of selfJames M Snell
2017-03-20http: use more efficient module.exports patternJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09http: use Symbol for outgoing headersBrian White
2017-01-31http: use direct parameters insteadJackson Tian
2017-01-28http: make request.abort() destroy the socketLuigi Pinca
2017-01-18http: throw an error for unexpected agent valuesbrad-decker
2017-01-13http: misc ClientRequest cleanupBrian White
2017-01-13http: avoid duplicate isArray()Brian White
2017-01-13http: optimize default method caseBrian White
2017-01-13http: optimize short path validationBrian White
2017-01-11http: optimize header storage and matchingBrian White
2017-01-10http: define all used properties in constructorsvitkarpov
2017-01-09url: allow use of URL with http.request and https.requestJames M Snell
2016-12-08http: remove stale timeout listenersKarl Böhlmark
2016-12-08http: verify client method is a stringLuca Maraschi
2016-10-18http: name anonymous functions in _http_clientmaasencioh
2016-10-13http: reject control characters in http.request()Ben Noordhuis
2016-09-26http: socket connection timeout for http requestRene Weber
2016-06-06http: wait for both prefinish/end to keepaliveFedor Indutny
2016-04-19http: skip body and next message of CONNECT resFedor Indutny