summaryrefslogtreecommitdiff
path: root/test/simple/test-stream2-writable.js
Commit message (Expand)AuthorAgeFilesLines
* stream: Guarantee ordering of 'finish' eventisaacs2013-05-091-0/+16
* stream: call write cb before finish eventisaacs2013-04-091-0/+29
* stream: Fix early end in Writables on zero-length writesisaacs2013-03-241-0/+20
* stream: _write takes an encoding argumentisaacs2013-03-051-7/+6
* stream: Writable.end(chunk) after end is an errorisaacs2013-03-031-0/+16
* Revert "stream: Writable.end(chunk) after end is an error"Ben Noordhuis2013-03-031-16/+0
* stream: Writable.end(chunk) after end is an errorisaacs2013-03-021-0/+16
* stream: Writables are not pipe()ableisaacs2013-02-261-0/+26
* stream: remove lowWaterMark featureisaacs2013-02-211-6/+0
* stream: Writable should ignore encoding for buffersisaacs2013-02-071-0/+11
* stream: make Writable#end() accept a callback functionNathan Rajlich2013-02-051-0/+29
* streams: Support objects other than BuffersRaynos2013-01-241-6/+13
* test: Sync writables may emit finish before callbacksisaacs2012-12-141-3/+9
* test: Writable bufferizing, non-bufferizing, and callbacksisaacs2012-12-131-0/+98
* streams2: Tests of new interfacesisaacs2012-12-131-0/+142