summaryrefslogtreecommitdiff
path: root/lib/_stream_transform.js
Commit message (Collapse)AuthorAgeFilesLines
...
* transform: Automatically read() on _write when read buffer is emptyisaacs2012-12-131-1/+15
|
* streams2: Make Transform streams pull-styleisaacs2012-12-131-17/+103
| | | | | | That is, the transform is triggered by a _read, not by a _write. This way, backpressure works properly.
* streams2: The new stream base classesisaacs2012-12-131-0/+123