summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
AgeCommit message (Expand)Author
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
2016-04-01http: Corrects IPv6 address in Host headerMihai Potra
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-10lib: copy arguments object instead of leaking itNathan Woltman
2016-02-11http: allow async createConnection()Brian White
2016-01-11http: remove variable redeclarationRich Trott
2016-01-04http: handle errors on idle socketsJosé F. Romaniello
2015-12-25lib: remove unused modulesRich Trott
2015-12-17http: do not emit `upgrade` on advertisementFedor Indutny
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-27http{s}: don't connect to localhost on invalid URLSakthipriyan Vairamani
2015-09-25http: add checkIsHttpToken check for header fieldsJames M Snell
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-22http: remove redundant code in _deferToConnectMalcolm Ahoy
2015-08-23doc: fix comments in tls_wrap.cc and _http_client.jsMinwoo Jung
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-08-05doc: multiple documentation updates cherry picked from v0.12James M Snell
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-16http,net,tls: return this from setTimeout methodsEvan Lucas
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-01url: significantly improve the performance of the url modulePetka Antonov
2015-04-18Revert "http: don't bother making a copy of the options"Brendan Ashworth
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-03-09http_client: ensure empty socket on errorFedor Indutny
2015-02-25http: emit abort event from ClientRequestEvan Lucas
2015-02-09tracing: add lttng support for tracing on linuxGlen Keane
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-24http: don't bother making a copy of the optionsJonathan Ong
2015-01-21lib: use const to define constantscjihrig
2015-01-15src: fix jslint errorsYosuke Furukawa
2015-01-12Remove excessive copyright/license boilerplateisaacs