summaryrefslogtreecommitdiff
path: root/lib/_stream_duplex.js
Commit message (Expand)AuthorAgeFilesLines
* stream: only check options once in Duplex ctorDaniel Bevenius2018-04-281-8/+10
* net,stream: remove DuplexBaseLuigi Pinca2018-04-061-4/+22
* stream: make Duplex inherits from DuplexBaseLuigi Pinca2018-03-071-22/+4
* stream: updated streams error handlingMathias Buus2018-03-061-7/+0
* stream: add no-half-open enforcer only if neededLuigi Pinca2018-03-041-6/+5
* stream: rm {writeable/readable}State.lengthCalvin Metcalf2017-12-181-1/+15
* stream: add flow and buffer properties to streamsCalvin Metcalf2017-12-151-0/+10
* stream: remove usage of *State.highWaterMarkCalvin Metcalf2017-11-151-5/+18
* stream: add destroy and _destroy methods.Matteo Collina2017-05-221-0/+30
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* node: allow multiple arguments passed to nextTickTrevor Norris2015-04-151-1/+5
* lib: use const to define constantscjihrig2015-01-211-3/+4
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* lib: improved forEach object performanceMajid Arif Siddiqui2014-09-051-2/+4
* stdio: Set readable/writable flags properlyisaacs2013-01-171-0/+6
* streams2: Fix duplex no-half-open logicisaacs2012-12-131-24/+3
* streams2: ctor guards on Stream classesisaacs2012-12-131-0/+3
* streams2: The new stream base classesisaacs2012-12-131-0/+81