summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-101-1/+1
|\
| * net: do not re-emit stream errorsFedor Indutny2014-02-101-0/+4
* | stream: use `errorEmitted` from `_writableState`Fedor Indutny2014-02-101-2/+2
* | tls: emit `clientError` on early socket closeFedor Indutny2014-01-241-0/+4
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-131-1/+3
|\ \ | |/
| * stream: writes may return false but forget to emit drainayanamist2014-01-051-1/+3
| * stream: Pass 'buffer' encoding to decoded writablesisaacs2013-08-271-0/+2
* | stream: change default hwm for objectMode to 16Mathias Buus2013-08-271-1/+2
* | fixes #6031 spelling errorsMatthew Aynalem2013-08-191-1/+1
* | lib: remove unused variables and functionsBrian White2013-08-151-1/+0
* | src: Replace macros with util functionsisaacs2013-08-011-11/+13
* | lib: macro-ify type checksBen Noordhuis2013-07-241-14/+11
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-05-171-2/+10
|\ \ | |/
| * stream: Make default encoding configurableisaacs2013-05-141-2/+10
* | stream: Handle multi-corking properlyisaacs2013-05-091-5/+11
* | stream: Guarantee ordering of 'finish' eventisaacs2013-05-091-7/+36
* | streams: introduce .cork/.uncork/._writevFedor Indutny2013-04-271-25/+78
|/
* stream: call write cb before finish eventisaacs2013-04-091-6/+15
* stream: Fix early end in Writables on zero-length writesisaacs2013-03-241-1/+4
* stream: Remove unnecessary nextTick usage in Writableisaacs2013-03-061-16/+20
* stream: Use class for write buffer entriesisaacs2013-03-051-4/+10
* stream: _write takes an encoding argumentisaacs2013-03-051-34/+18
* stream: Split Writable logic into small functionsisaacs2013-03-051-146/+161
* stream: Writable.end(chunk) after end is an errorisaacs2013-03-031-13/+18
* Revert "stream: Writable.end(chunk) after end is an error"Ben Noordhuis2013-03-031-19/+12
* stream: Writable.end(chunk) after end is an errorisaacs2013-03-021-12/+19
* net: Provide better error when writing after FINisaacs2013-03-021-3/+8
* stream: Writables are not pipe()ableisaacs2013-02-261-0/+5
* stream: Do not switch to objectMode implicitlyisaacs2013-02-251-6/+14
* stream: Start out in sync=true stateisaacs2013-02-251-2/+4
* stream: remove lowWaterMark featureisaacs2013-02-211-9/+1
* stream: Writable should ignore encoding for buffersisaacs2013-02-071-2/+2
* stream: make Writable#end() accept a callback functionNathan Rajlich2013-02-051-2/+15
* streams: Support objects other than BuffersRaynos2013-01-241-14/+34
* streams2: Do not allow hwm < lwmisaacs2013-01-141-0/+3
* streams: Speed up by doing less work in the state ctorsisaacs2012-12-211-11/+7
* streams2: Process write buffer in a loop, not recursivelyisaacs2012-12-191-0/+43
* test-pummel: Add call validation in net-write-callbacksisaacs2012-12-191-20/+6
* net: Handle sync writable streams synchronouslyisaacs2012-12-171-2/+5
* streams2: Still emit error if there was a write() cbisaacs2012-12-141-2/+4
* streams2: Writable only emit 'finish' onceisaacs2012-12-141-2/+3
* streams2: Remove function.bind() usageisaacs2012-12-131-10/+16
* streams2: Writable organization, add 'finishing' flagisaacs2012-12-131-69/+130
* streams2: Export Readable/Writable State classesisaacs2012-12-131-1/+2
* streams2: Fix regression from Duplex ctor assignmentisaacs2012-12-131-2/+1
* streams2: Support write(chunk,[encoding],[callback])isaacs2012-12-131-5/+36
* streams2: Allow Writables to opt out of pre-buffer-izingisaacs2012-12-131-8/+20
* streams2: ctor guards on Stream classesisaacs2012-12-131-0/+6
* streams2: Correct drain/return logicisaacs2012-12-131-4/+4
* streams2: Allow 0 as a lowWaterMark valueisaacs2012-12-131-2/+5