| Commit message (Expand) | Author | Age | Files | Lines |
| * | stream: make _write() optional when _writev() is implemented | Robert Nagy | 2019-09-22 | 1 | -5/+12 |
| * | doc: fix some signatures of .end() methods | Vse Mozhet Byt | 2019-09-22 | 1 | -1/+1 |
| * | doc: explain stream.finished cleanup | Robert Nagy | 2019-09-22 | 1 | -0/+20 |
| * | doc: make minor improvements to stream.md | Robert Nagy | 2019-09-22 | 1 | -2/+2 |
| * | stream: don't emit finish on error | Robert Nagy | 2019-09-20 | 1 | -1/+2 |
| * | doc: add documentation for stream readableFlowing | Chetan Karande | 2019-09-12 | 1 | -0/+11 |
| * | doc: space around lists | Nick Schonning | 2019-09-09 | 1 | -0/+1 |
| * | doc: fix unsafe writable stream code example | Chetan Karande | 2019-09-05 | 1 | -6/+26 |
| * | doc: change the 'txt' to 'console' for a command | Maledong | 2019-09-03 | 1 | -1/+1 |
| * | doc: add blanks around code fences | Nick Schonning | 2019-08-31 | 1 | -0/+1 |
| * | 2019-08-20, Version 12.9.0 (Current) | Michaël Zasso | 2019-08-20 | 1 | -2/+2 |
| * | stream: add readableEnded | Robert Nagy | 2019-08-19 | 1 | -0/+9 |
| * | http,stream: add writableEnded | Robert Nagy | 2019-08-17 | 1 | -0/+13 |
| * | stream: fix destroy() behavior | Robert Nagy | 2019-08-16 | 1 | -0/+3 |
| * | doc: note that stream error can close stream | Robert Nagy | 2019-08-14 | 1 | -1/+4 |
| * | doc: clarify async iterator leak | Robert Nagy | 2019-08-12 | 1 | -0/+3 |
| * | doc: make unshift doc compliant with push doc | EduardoRFS | 2019-08-07 | 1 | -3/+6 |
| * | doc: writableFinished is true before 'finish' | Robert Nagy | 2019-08-02 | 1 | -1/+1 |
| * | doc: add documentation for stream.destroyed | Robert Nagy | 2019-07-26 | 1 | -0/+18 |
| * | doc: api/stream.md typo from writeable to writable | Cotton Hou | 2019-07-23 | 1 | -9/+9 |
| * | 2019-07-23, Version 12.7.0 (Current) | Michaël Zasso | 2019-07-23 | 1 | -1/+1 |
| * | doc: add missing version metadata for Readable.from | Anna Henningsen | 2019-07-15 | 1 | -0/+3 |
| * | stream: use readableEncoding public api for child_process | ZYSzys | 2019-07-14 | 1 | -0/+11 |
| * | doc: add missing types | Luigi Pinca | 2019-07-12 | 1 | -0/+6 |
| * | doc: fix nits in stream.md | Vse Mozhet Byt | 2019-07-11 | 1 | -55/+57 |
| * | doc: edit stream module introduction | Rich Trott | 2019-07-11 | 1 | -7/+4 |
| * | doc: update stream.md "Organization of this Document" | Rich Trott | 2019-07-11 | 1 | -4/+3 |
| * | 2019-07-03, Version 12.6.0 (Current) | Michaël Zasso | 2019-07-03 | 1 | -1/+1 |
| * | doc: remove unnecessary stability specifiers | cjihrig | 2019-07-02 | 1 | -2/+0 |
| * | doc: replace version with REPLACEME | cjihrig | 2019-06-26 | 1 | -1/+1 |
| * | stream: add writableFinished | zero1five | 2019-06-25 | 1 | -0/+10 |
| * | doc: fix nits regarding stream utilities | Vse Mozhet Byt | 2019-06-25 | 1 | -10/+11 |
| * | doc: remove "note that" from stream.md | Rich Trott | 2019-06-23 | 1 | -1/+1 |
| * | stream: convert string to Buffer when calling `unshift(<string>)` | Marcos Casagrande | 2019-06-02 | 1 | -1/+3 |
| * | doc: fix typo in pipe from async iterator example | Luigi Pinca | 2019-05-29 | 1 | -1/+1 |
| * | 2019-05-21, Version 12.3.0 (Current) | Ruben Bridgewater | 2019-05-21 | 1 | -2/+2 |
| * | stream: use readableObjectMode public api for js stream | Anto Aravinth | 2019-05-19 | 1 | -0/+14 |
| * | stream: implement Readable.from async iterator utility | Guy Bedford | 2019-05-18 | 1 | -2/+111 |
| * | doc: fix some links | Vse Mozhet Byt | 2019-04-15 | 1 | -2/+2 |
| * | 2019-04-11, Version 11.14.0 (Current) | Beth Griggs | 2019-04-11 | 1 | -1/+1 |
| * | stream: make Symbol.asyncIterator support stable | Matteo Collina | 2019-04-03 | 1 | -1/+5 |
| * | doc: document the 'pause' and 'resume' events | Luigi Pinca | 2019-04-03 | 1 | -0/+16 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -3/+3 |
| * | doc: document `error` event is optionally emitted after `.destroy()` | Sergey Zelenov | 2019-03-19 | 1 | -9/+11 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -5/+5 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -4/+4 |
| * | doc: clarify effect of stream.destroy() on write() | Sam Roberts | 2019-02-14 | 1 | -2/+7 |
| * | doc: reword stream docs to clarify that decodeStrings encodes strings | Daniel George Holz | 2019-01-20 | 1 | -10/+16 |
| * | doc: revert incorrect change on readable._read | Matteo Collina | 2019-01-15 | 1 | -7/+1 |
| * | doc: document that stream.on('close') was changed in Node 10 | Matteo Collina | 2019-01-12 | 1 | -2/+14 |