summaryrefslogtreecommitdiff
path: root/test/simple/test-stream2-objects.js
Commit message (Expand)AuthorAgeFilesLines
* stream: Simplify flowing, passive data listeningisaacs2013-07-221-1/+4
* stream: _write takes an encoding argumentisaacs2013-03-051-4/+4
* stream: There is no _read cb, there is only pushisaacs2013-02-281-6/+6
* stream: Do not switch to objectMode implicitlyisaacs2013-02-251-60/+6
* streams: Pre-emptively buffer readables up to the highWaterMarkisaacs2013-02-221-1/+1
* stream: remove lowWaterMark featureisaacs2013-02-211-82/+0
* streams: Support objects other than BuffersRaynos2013-01-241-0/+484