| Commit message (Expand) | Author | Age | Files | Lines |
| * | stream: fix readable state `awaitDrain` increase in recursion | ran | 2019-08-26 | 1 | -14/+51 |
| * | stream: add readableEnded | Robert Nagy | 2019-08-19 | 1 | -0/+10 |
| * | stream: simplify howMuchToRead() | Robert Nagy | 2019-08-19 | 1 | -9/+5 |
| * | stream: fix destroy() behavior | Robert Nagy | 2019-08-16 | 1 | -0/+3 |
| * | stream: use lazy registration for drain for fast destinations | Robert Nagy | 2019-08-16 | 1 | -8/+13 |
| * | stream: encapsulate buffer-list | Robert Nagy | 2019-08-09 | 1 | -7/+6 |
| * | stream: resolve perf regression introduced by V8 7.3 | Matteo Collina | 2019-07-26 | 1 | -2/+9 |
| * | stream: use readableEncoding public api for child_process | ZYSzys | 2019-07-14 | 1 | -0/+7 |
| * | stream: simplify `.pipe()` and `.unpipe()` in Readable | Weijia Wang | 2019-07-15 | 1 | -46/+16 |
| * | stream: convert string to Buffer when calling `unshift(<string>)` | Marcos Casagrande | 2019-06-02 | 1 | -14/+18 |
| * | stream: convert existing buffer when calling .setEncoding | Anna Henningsen | 2019-05-30 | 1 | -1/+14 |
| * | stream: use readableObjectMode public api for js stream | Anto Aravinth | 2019-05-19 | 1 | -0/+7 |
| * | stream: implement Readable.from async iterator utility | Guy Bedford | 2019-05-18 | 1 | -0/+39 |
| * | util: access process states lazily in debuglog | Joyee Cheung | 2019-04-20 | 1 | -8/+1 |
| * | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -0/+2 |
| * | stream: remove dead code | Marcos Casagrande | 2019-04-10 | 1 | -5/+1 |
| * | stream: make Symbol.asyncIterator support stable | Matteo Collina | 2019-04-03 | 1 | -2/+0 |
| * | stream: do not unconditionally call `_read()` on `resume()` | Anna Henningsen | 2019-03-31 | 1 | -1/+1 |
| * | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 1 | -21/+21 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -7/+6 |
| * | lib: move extra properties into error creation | Ruben Bridgewater | 2019-03-21 | 1 | -3/+1 |
| * | lib: use Array#includes instead of Array#indexOf | Weijia Wang | 2019-03-21 | 1 | -1/+1 |
| * | stream: fix regression introduced in #26059 | Matteo Collina | 2019-03-16 | 1 | -5/+17 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -8/+8 |
| * | lib: explicitly initialize debuglog during bootstrap | Joyee Cheung | 2019-03-08 | 1 | -2/+9 |
| * | stream: make sure 'readable' is emitted before ending the stream | Matteo Collina | 2019-03-06 | 1 | -13/+5 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -11/+11 |
| * | stream: make _read() be called indefinitely if the user wants so | Matteo Collina | 2019-02-28 | 1 | -0/+3 |
| * | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -19/+19 |
| * | lib: ensure readable stream flows to end | Mikko Rantanen | 2018-12-14 | 1 | -4/+26 |
| * | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -9/+9 |
| * | lib: use ES6 class inheritance style | Ruben Bridgewater | 2018-12-05 | 1 | -0/+1 |
| * | lib: remove `inherits()` usage | Ruben Bridgewater | 2018-12-05 | 1 | -1/+1 |
| * | stream: correctly pause and resume after once('readable') | Matteo Collina | 2018-11-21 | 1 | -3/+12 |
| * | stream: add auto-destroy mode | Mathias Buus | 2018-10-30 | 1 | -5/+18 |
| * | streams: refactor ReadableStream asyncIterator creation and a few fixes | Gus Caplan | 2018-10-08 | 1 | -4/+6 |
| * | lib: remove unnecessary symbols | MaleDong | 2018-09-13 | 1 | -1/+1 |
| * | stream: update emit readable debug statement | Daniel Bevenius | 2018-09-03 | 1 | -1/+1 |
| * | stream: restore flow if there are 'data' handlers after once('readable') | Matteo Collina | 2018-08-21 | 1 | -1/+8 |
| * | stream: fix readable behavior for highWaterMark === 0 | Denys Otrishko | 2018-08-10 | 1 | -1/+5 |
| * | stream: named anonymous functions in _stream_readable.js | Simionescu, Radu | 2018-07-18 | 1 | -3/+3 |
| * | stream: inline needMoreData function | Miklos Suveges | 2018-06-02 | 1 | -14/+5 |
| * | stream: fix removeAllListeners() for Stream.Readable | Kael Zhang | 2018-05-28 | 1 | -1/+1 |
| * | lib,src,test: fix comments | Tobias Nießen | 2018-05-22 | 1 | -2/+2 |
| * | stream: lazy load ReadableAsyncIterator | Ruben Bridgewater | 2018-05-18 | 1 | -2/+3 |
| * | string_decoder: lazy loaded | Ruben Bridgewater | 2018-05-18 | 1 | -1/+3 |
| * | child_process: fix exec set stdout.setEncoding | killagu | 2018-05-18 | 1 | -1/+2 |
| * | Revert "stream: prevent 'end' to be emitted after 'error'" | Brian White | 2018-05-07 | 1 | -11/+5 |
| * | stream: prevent 'end' to be emitted after 'error' | Matteo Collina | 2018-04-20 | 1 | -5/+11 |
| * | stream: fix incorrect comment in _stream_readable.js | Snehil Verma | 2018-04-14 | 1 | -1/+1 |