summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
AgeCommit message (Expand)Author
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 socketsJoseĢ 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
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-05lib: http: poison parser references after freeingBen Noordhuis
2014-06-11lib: remove unused variablesBrian White
2014-06-05http: don't default OPTIONS to chunked encodingNick Muerdter
2014-05-22lint: lib/_http_client.jsTimothy J Fontaine
2014-05-22http: Optimize queued client abortsKevin Decker
2014-04-02lib: use triple equalsYuki KAN
2014-03-28http: better client "protocol not supported" errorNathan Rajlich
2014-03-24http: use defaultAgent.protocol in protocol checkNathan Rajlich
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-02-26http, https: don't depend on `globalAgent`Nathan Rajlich
2014-01-09src: revert domain using AsyncListenersTrevor Norris
2013-12-06http: DELETE shouldn't default to chunked encodingLalit Kapoor
2013-11-27http: fix parser double-free in _http_client.jsFedor Indutny
2013-10-31domain: use AsyncListener APITrevor Norris
2013-10-23http client: pull last chunk on socket closeisaacs
2013-09-04http: Only send connection:keep-alive if necessaryisaacs
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-08http: Use streams3 directly, not .ondata/endisaacs
2013-08-05https: fix default portKoichi Kobayashi