summaryrefslogtreecommitdiff
path: root/lib/_stream_passthrough.js
Commit message (Expand)AuthorAgeFilesLines
* lib: flatten access to primordialsMichaël Zasso2019-11-251-3/+5
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-2/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* lib: use const to define constantscjihrig2015-01-211-2/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* stream: _write takes an encoding argumentisaacs2013-03-051-1/+1
* stream: Remove output function from _transformisaacs2013-03-051-1/+1
* streams2: ctor guards on Stream classesisaacs2012-12-131-0/+3
* streams2: Handle immediate synthetic transforms properlyisaacs2012-12-131-2/+1
* streams2: The new stream base classesisaacs2012-12-131-0/+39