summaryrefslogtreecommitdiff
path: root/lib/_stream_readable.js
AgeCommit message (Expand)Author
2019-12-03stream: add support for captureRejection optionMatteo Collina
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-11stream: increase MAX_HWMRobert Nagy
2019-10-29stream: extract Readable.from in its own fileMatteo Collina
2019-10-13stream: throw unhandled error for readable with autoDestroyRobert Nagy
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-09-22stream: apply special logic in removeListener for readable.off()Robert Nagy
2019-09-22stream: do not call _read() after destroy()Robert Nagy
2019-09-22stream: optimize creationRobert Nagy
2019-08-26stream: fix readable state `awaitDrain` increase in recursionran
2019-08-19stream: add readableEndedRobert Nagy
2019-08-19stream: simplify howMuchToRead()Robert Nagy
2019-08-16stream: fix destroy() behaviorRobert Nagy
2019-08-16stream: use lazy registration for drain for fast destinationsRobert Nagy
2019-08-09stream: encapsulate buffer-listRobert Nagy
2019-07-26stream: resolve perf regression introduced by V8 7.3Matteo Collina
2019-07-14stream: use readableEncoding public api for child_processZYSzys
2019-07-15stream: simplify `.pipe()` and `.unpipe()` in ReadableWeijia Wang
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