summaryrefslogtreecommitdiff
path: root/lib/_stream_readable.js
Commit message (Expand)AuthorAgeFilesLines
* stream: fix readable state `awaitDrain` increase in recursionran2019-08-261-14/+51
* stream: add readableEndedRobert Nagy2019-08-191-0/+10
* stream: simplify howMuchToRead()Robert Nagy2019-08-191-9/+5
* stream: fix destroy() behaviorRobert Nagy2019-08-161-0/+3
* stream: use lazy registration for drain for fast destinationsRobert Nagy2019-08-161-8/+13
* stream: encapsulate buffer-listRobert Nagy2019-08-091-7/+6
* stream: resolve perf regression introduced by V8 7.3Matteo Collina2019-07-261-2/+9
* stream: use readableEncoding public api for child_processZYSzys2019-07-141-0/+7
* stream: simplify `.pipe()` and `.unpipe()` in ReadableWeijia Wang2019-07-151-46/+16
* stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande2019-06-021-14/+18
* stream: convert existing buffer when calling .setEncodingAnna Henningsen2019-05-301-1/+14
* stream: use readableObjectMode public api for js streamAnto Aravinth2019-05-191-0/+7
* stream: implement Readable.from async iterator utilityGuy Bedford2019-05-181-0/+39
* util: access process states lazily in debuglogJoyee Cheung2019-04-201-8/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* stream: remove dead codeMarcos Casagrande2019-04-101-5/+1
* stream: make Symbol.asyncIterator support stableMatteo Collina2019-04-031-2/+0
* stream: do not unconditionally call `_read()` on `resume()`Anna Henningsen2019-03-311-1/+1
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-21/+21
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-7/+6
* lib: move extra properties into error creationRuben Bridgewater2019-03-211-3/+1
* lib: use Array#includes instead of Array#indexOfWeijia Wang2019-03-211-1/+1
* stream: fix regression introduced in #26059Matteo Collina2019-03-161-5/+17
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-8/+8
* lib: explicitly initialize debuglog during bootstrapJoyee Cheung2019-03-081-2/+9
* stream: make sure 'readable' is emitted before ending the streamMatteo Collina2019-03-061-13/+5
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-11/+11
* stream: make _read() be called indefinitely if the user wants soMatteo Collina2019-02-281-0/+3
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-19/+19
* lib: ensure readable stream flows to endMikko Rantanen2018-12-141-4/+26
* tools: capitalize sentencesRuben Bridgewater2018-12-101-9/+9
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-1/+1
* stream: correctly pause and resume after once('readable')Matteo Collina2018-11-211-3/+12
* stream: add auto-destroy modeMathias Buus2018-10-301-5/+18
* streams: refactor ReadableStream asyncIterator creation and a few fixesGus Caplan2018-10-081-4/+6
* lib: remove unnecessary symbolsMaleDong2018-09-131-1/+1
* stream: update emit readable debug statementDaniel Bevenius2018-09-031-1/+1
* stream: restore flow if there are 'data' handlers after once('readable')Matteo Collina2018-08-211-1/+8
* stream: fix readable behavior for highWaterMark === 0Denys Otrishko2018-08-101-1/+5
* stream: named anonymous functions in _stream_readable.jsSimionescu, Radu2018-07-181-3/+3
* stream: inline needMoreData functionMiklos Suveges2018-06-021-14/+5
* stream: fix removeAllListeners() for Stream.ReadableKael Zhang2018-05-281-1/+1
* lib,src,test: fix commentsTobias Nießen2018-05-221-2/+2
* stream: lazy load ReadableAsyncIteratorRuben Bridgewater2018-05-181-2/+3
* string_decoder: lazy loadedRuben Bridgewater2018-05-181-1/+3
* child_process: fix exec set stdout.setEncodingkillagu2018-05-181-1/+2
* Revert "stream: prevent 'end' to be emitted after 'error'"Brian White2018-05-071-11/+5
* stream: prevent 'end' to be emitted after 'error'Matteo Collina2018-04-201-5/+11
* stream: fix incorrect comment in _stream_readable.jsSnehil Verma2018-04-141-1/+1