summaryrefslogtreecommitdiff
path: root/lib/internal/streams
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-15stream: re-use existing `once()` implementationAnna Henningsen
2018-12-11stream: fix end-of-stream for HTTP/2Anna Henningsen
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-29stream: make async iterator .next() always resolveMatteo Collina
2018-11-27stream: use arrow function for callbackDoiChris
2018-11-18stream: do not use crypto.DEFAULT_ENCODING in lazy_transform.jsJoyee Cheung
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-28stream: do not error async iterators on destroy(null)Matteo Collina
2018-10-28stream: ended streams should resolve the async iterationMatteo Collina
2018-10-24stream: async iteration should work with destroyed streamMatteo Collina
2018-10-08streams: refactor ReadableStream asyncIterator creation and a few fixesGus Caplan
2018-10-02stream: improve buffer list inspectionRuben Bridgewater
2018-09-13fs: ensure readdir() callback is only called oncecjihrig
2018-08-22lib: require a callback for end-of-streamRuben Bridgewater
2018-06-08stream: make the pipeline callback mandatoryRuben Bridgewater
2018-05-31stream: ensure Stream.pipeline re-throws errors without callbackBlaine Bublitz
2018-05-18stream: lazy load end-of-streamRuben Bridgewater
2018-05-18stream: refactor getHighWaterMark in state.jsDaniel Bevenius
2018-05-07Revert "stream: prevent 'end' to be emitted after 'error'"Brian White
2018-04-29stream: fix error handling with async iterationJulien Fontanet
2018-04-20stream: prevent 'end' to be emitted after 'error'Matteo Collina
2018-04-16stream: add pipeline and finishedMathias Buus
2018-04-09stream: always emit error before closeMathias Buus
2018-04-06net,stream: remove DuplexBaseLuigi Pinca
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-07stream: make Duplex inherits from DuplexBaseLuigi Pinca
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-06stream: updated streams error handlingMathias Buus
2018-03-04lib,test: remove yoda statementsRuben Bridgewater
2018-02-21net: use `_final` instead of `on('finish')`Anna Henningsen
2018-02-01stream: augment BufferList.prototypeLuigi Pinca
2018-01-29stream: add type and range check for highWaterMarkTobias Nießen
2018-01-24stream: remove unreachable codeLuigi Pinca
2018-01-16stream: add custom inspect to BufferListRuben Bridgewater
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2018-01-11stream: added experimental support for for-awaitMatteo Collina
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-06-14net: return this from destroy()Sam Roberts
2017-05-27stream: support Uint8Array input to methodsAnna Henningsen
2017-05-24stream: fix destroy(err, cb) regressionMatteo Collina
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-01streams: refactor BufferList into ES6 classJames M Snell
2017-04-14crypto: make LazyTransform compabile with Streams1Matteo Collina
2017-03-17lib: avoid using forEach in LazyTransformJames M Snell
2017-03-11crypto: fix default encoding of LazyTransformLukas Möller
2017-02-01stream: move legacy to lib/internal diryorkie
2016-06-14stream: improve Readable.read() performanceBrian White