summaryrefslogtreecommitdiff
path: root/lib/_stream_transform.js
Commit message (Expand)AuthorAgeFilesLines
...
* stream: Fix stall in Transform under very specific conditionsGil Pedersen2013-03-211-0/+1
* stream: Emit error on stream object, not globalisaacs2013-03-081-1/+1
* stream: Remove bufferSize optionisaacs2013-03-061-2/+2
* stream: _write takes an encoding argumentisaacs2013-03-051-2/+3
* stream: Remove output function from _transformisaacs2013-03-051-19/+21
* stream: There is no _read cb, there is only pushisaacs2013-02-281-5/+5
* stream: Start out in sync=true stateisaacs2013-02-251-0/+5
* stream: remove lowWaterMark featureisaacs2013-02-211-3/+1
* stream: Correct Transform class backpressureisaacs2013-01-281-50/+59
* stream: Use push() for Transform._output()isaacs2013-01-101-42/+2
* streams2: Remove function.bind() usageisaacs2012-12-131-22/+26
* streams2: Add high water mark for Readableisaacs2012-12-131-1/+1
* streams2: ctor guards on Stream classesisaacs2012-12-131-0/+3
* streams2: Handle immediate synthetic transforms properlyisaacs2012-12-131-3/+4
* transform: Automatically read() on _write when read buffer is emptyisaacs2012-12-131-1/+15
* streams2: Make Transform streams pull-styleisaacs2012-12-131-17/+103
* streams2: The new stream base classesisaacs2012-12-131-0/+123