summaryrefslogtreecommitdiff
path: root/lib/_stream_readable.js
AgeCommit message (Expand)Author
2019-06-02stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande
2019-05-30stream: convert existing buffer when calling .setEncodingAnna Henningsen
2019-05-19stream: use readableObjectMode public api for js streamAnto Aravinth
2019-05-18stream: implement Readable.from async iterator utilityGuy Bedford
2019-04-20util: access process states lazily in debuglogJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-10stream: remove dead codeMarcos Casagrande
2019-04-03stream: make Symbol.asyncIterator support stableMatteo Collina
2019-03-31stream: do not unconditionally call `_read()` on `resume()`Anna Henningsen
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-21lib: move extra properties into error creationRuben Bridgewater
2019-03-21lib: use Array#includes instead of Array#indexOfWeijia Wang
2019-03-16stream: fix regression introduced in #26059Matteo Collina
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-06stream: make sure 'readable' is emitted before ending the streamMatteo Collina
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28stream: make _read() be called indefinitely if the user wants soMatteo Collina
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-14lib: ensure readable stream flows to endMikko Rantanen
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-21stream: correctly pause and resume after once('readable')Matteo Collina
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-08streams: refactor ReadableStream asyncIterator creation and a few fixesGus Caplan
2018-09-13lib: remove unnecessary symbolsMaleDong
2018-09-03stream: update emit readable debug statementDaniel Bevenius
2018-08-21stream: restore flow if there are 'data' handlers after once('readable')Matteo Collina
2018-08-10stream: fix readable behavior for highWaterMark === 0Denys Otrishko
2018-07-18stream: named anonymous functions in _stream_readable.jsSimionescu, Radu
2018-06-02stream: inline needMoreData functionMiklos Suveges
2018-05-28stream: fix removeAllListeners() for Stream.ReadableKael Zhang
2018-05-22lib,src,test: fix commentsTobias Nießen
2018-05-18stream: lazy load ReadableAsyncIteratorRuben Bridgewater
2018-05-18string_decoder: lazy loadedRuben Bridgewater
2018-05-18child_process: fix exec set stdout.setEncodingkillagu
2018-05-07Revert "stream: prevent 'end' to be emitted after 'error'"Brian White
2018-04-20stream: prevent 'end' to be emitted after 'error'Matteo Collina
2018-04-14stream: fix incorrect comment in _stream_readable.jsSnehil Verma
2018-04-06stream: 'readable' have precedence over flowingMatteo Collina
2018-03-30stream: fix backpressure when multiple syncMatteo Collina
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-23stream: improve stream creation performanceBrian White
2018-03-12stream: make virtual methods errors consistentLuigi 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