summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
AgeCommit message (Expand)AuthorFilesLines
2014-09-05lib: http: poison parser references after freeingBen Noordhuis1-6/+6
2014-06-11lib: remove unused variablesBrian White1-1/+0
2014-06-05http: don't default OPTIONS to chunked encodingNick Muerdter1-0/+1
2014-05-22lint: lib/_http_client.jsTimothy J Fontaine1-2/+2
2014-05-22http: Optimize queued client abortsKevin Decker1-6/+15
2014-04-02lib: use triple equalsYuki KAN1-2/+2
2014-03-28http: better client "protocol not supported" errorNathan Rajlich1-1/+2
2014-03-24http: use defaultAgent.protocol in protocol checkNathan Rajlich1-2/+7
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny1-3/+3
2014-02-26http, https: don't depend on `globalAgent`Nathan Rajlich1-6/+28
2014-01-09src: revert domain using AsyncListenersTrevor Norris1-4/+0
2013-12-06http: DELETE shouldn't default to chunked encodingLalit Kapoor1-1/+4
2013-11-27http: fix parser double-free in _http_client.jsFedor Indutny1-2/+4
2013-10-31domain: use AsyncListener APITrevor Norris1-28/+35
2013-10-23http client: pull last chunk on socket closeisaacs1-0/+6
2013-09-04http: Only send connection:keep-alive if necessaryisaacs1-3/+12
2013-08-15lib: remove unused variables and functionsBrian White1-2/+0
2013-08-08http: Use streams3 directly, not .ondata/endisaacs1-5/+13
2013-08-05https: fix default portKoichi Kobayashi1-3/+5
2013-08-01src: Replace macros with util functionsisaacs1-5/+5
2013-07-24lib: macro-ify type checksBen Noordhuis1-5/+5
2013-07-12lint: fix _http_client.js after v0.10 mergeTimothy J Fontaine1-1/+1
2013-07-12Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-0/+8
2013-07-09http: Use OOP for OutgoingMessage._finishisaacs1-0/+6
2013-07-09http: Reuse more http/https Agent codeisaacs1-14/+7
2013-07-03{stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris1-4/+3
2013-06-25Merge remote-tracking branch 'ry/v0.10' into masterisaacs1-6/+1
2013-06-16tls: share socket._hadError with http_clientFedor Indutny1-6/+6
2013-05-27Merge remote-tracking branch 'ry/v0.10'isaacs1-1/+6
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs1-2/+2
2013-04-17http: split Client into _http_client.jsTimothy J Fontaine1-0/+496