summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
Commit message (Expand)AuthorAgeFilesLines
* doc, comments: Grammar and spelling fixesVille Skyttä2015-06-291-2/+2
* Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-04-011-1/+8
|\
| * http: fix assert on data/end after socket errorFedor Indutny2015-03-271-1/+8
* | src: enable strict mode in all builtin modulesJulien Gilli2015-03-031-0/+2
|/
* Merge remote-tracking branch 'upstream/v0.10' into merge-0-10-into-0-12Julien Gilli2015-01-121-0/+1
* lib: http: poison parser references after freeingBen Noordhuis2014-09-051-6/+6
* lib: remove unused variablesBrian White2014-06-111-1/+0
* http: don't default OPTIONS to chunked encodingNick Muerdter2014-06-051-0/+1
* lint: lib/_http_client.jsTimothy J Fontaine2014-05-221-2/+2
* http: Optimize queued client abortsKevin Decker2014-05-221-6/+15
* lib: use triple equalsYuki KAN2014-04-021-2/+2
* http: better client "protocol not supported" errorNathan Rajlich2014-03-281-1/+2
* http: use defaultAgent.protocol in protocol checkNathan Rajlich2014-03-241-2/+7
* Merge remote-tracking branch 'origin/v0.10'Fedor Indutny2014-03-021-3/+3
* http, https: don't depend on `globalAgent`Nathan Rajlich2014-02-261-6/+28
* src: revert domain using AsyncListenersTrevor Norris2014-01-091-4/+0
* http: DELETE shouldn't default to chunked encodingLalit Kapoor2013-12-061-1/+4
* http: fix parser double-free in _http_client.jsFedor Indutny2013-11-271-2/+4
* domain: use AsyncListener APITrevor Norris2013-10-311-28/+35
* http client: pull last chunk on socket closeisaacs2013-10-231-0/+6
* http: Only send connection:keep-alive if necessaryisaacs2013-09-041-3/+12
* lib: remove unused variables and functionsBrian White2013-08-151-2/+0
* http: Use streams3 directly, not .ondata/endisaacs2013-08-081-5/+13
* https: fix default portKoichi Kobayashi2013-08-051-3/+5
* src: Replace macros with util functionsisaacs2013-08-011-5/+5
* lib: macro-ify type checksBen Noordhuis2013-07-241-5/+5
* lint: fix _http_client.js after v0.10 mergeTimothy J Fontaine2013-07-121-1/+1
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-07-121-0/+8
* http: Use OOP for OutgoingMessage._finishisaacs2013-07-091-0/+6
* http: Reuse more http/https Agent codeisaacs2013-07-091-14/+7
* {stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris2013-07-031-4/+3
* Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-06-251-6/+1
* tls: share socket._hadError with http_clientFedor Indutny2013-06-161-6/+6
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-271-1/+6
* util: Add debuglog, deprecate console lookalikesisaacs2013-05-211-2/+2
* http: split Client into _http_client.jsTimothy J Fontaine2013-04-171-0/+496