summaryrefslogtreecommitdiff
path: root/lib/_http_outgoing.js
Commit message (Expand)AuthorAgeFilesLines
* http: cleanup setHeader()Trevor Norris2014-09-291-10/+14
* http: write() after end() emits an error.Julien Gilli2014-09-231-0/+12
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-09-161-1/+1
* http: add request.flush() methodBen Noordhuis2014-04-241-0/+9
* lib: use triple equalsYuki KAN2014-04-021-4/+4
* http: use writev on chunked encodingTrevor Norris2014-01-091-3/+7
* http: removed headers stay removedJames Halliday2013-08-191-6/+27
* lib: remove unused variables and functionsBrian White2013-08-151-3/+0
* http: Prefer 'binary' over 'ascii'isaacs2013-08-151-4/+4
* http: Consistent 'finish' event semanticsisaacs2013-08-151-3/+13
* http: make OutgoingMessage._flush inline-ableisaacs2013-08-151-39/+34
* http: Add write()/end() callbacksisaacs2013-08-151-21/+40
* http: Write hex/base64 chunks properlyisaacs2013-08-151-24/+10
* src: Replace macros with util functionsisaacs2013-08-011-8/+8
* lib: macro-ify type checksBen Noordhuis2013-07-241-8/+8
* http: Use OOP for OutgoingMessage._finishisaacs2013-07-091-17/+0
* http: use an unref'd timer to fix delay in exitPeter Rust2013-07-071-3/+6
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-271-1/+4
* http: Use writev instead of the hacky hot endisaacs2013-05-091-100/+16
* http: forward-port missing bits from 01e2920Ben Noordhuis2013-04-291-0/+3
* http: write buffers when chunked to embrace writevFedor Indutny2013-04-271-3/+9
* http: Don't try to destroy nonexistent socketsisaacs2013-04-221-1/+6
* http: split Client into _http_client.jsTimothy J Fontaine2013-04-171-1/+1
* http: move Server and ServerResponse outTimothy J Fontaine2013-04-171-1/+1
* http: move OutgoingMessage into it's own fileTimothy J Fontaine2013-04-171-0/+646