summaryrefslogtreecommitdiff
path: root/lib/_stream_duplex.js
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-04-28stream: only check options once in Duplex ctorDaniel Bevenius
2018-04-06net,stream: remove DuplexBaseLuigi Pinca
2018-03-07stream: make Duplex inherits from DuplexBaseLuigi Pinca
2018-03-06stream: updated streams error handlingMathias Buus
2018-03-04stream: add no-half-open enforcer only if neededLuigi Pinca
2017-12-18stream: rm {writeable/readable}State.lengthCalvin Metcalf
2017-12-15stream: add flow and buffer properties to streamsCalvin Metcalf
2017-11-15stream: remove usage of *State.highWaterMarkCalvin Metcalf
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-03-10meta: restore original copyright headerJames M Snell
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2013-01-17stdio: Set readable/writable flags properlyisaacs
2012-12-13streams2: Fix duplex no-half-open logicisaacs
2012-12-13streams2: ctor guards on Stream classesisaacs
2012-12-13streams2: The new stream base classesisaacs