| Commit message (Expand) | Author | Age | Files | Lines |
| * | stream: do not emit drain if stream ended | Robert Nagy | 2019-08-20 | 1 | -4/+6 |
| * | stream: disallow stream methods on finished stream | Robert Nagy | 2019-08-20 | 1 | -0/+8 |
| * | stream: do not emit after 'error' | Robert Nagy | 2019-08-18 | 1 | -3/+4 |
| * | http,stream: add writableEnded | Robert Nagy | 2019-08-17 | 1 | -2/+12 |
| * | stream: fix destroy() behavior | Robert Nagy | 2019-08-16 | 1 | -2/+0 |
| * | stream: inline and simplify onwritedrain | Robert Nagy | 2019-08-09 | 1 | -12/+4 |
| * | stream: resolve perf regression introduced by V8 7.3 | Matteo Collina | 2019-07-26 | 1 | -1/+2 |
| * | stream: add writableFinished | zero1five | 2019-06-25 | 1 | -0/+10 |
| * | stream: use readableObjectMode public api for js stream | Anto Aravinth | 2019-05-19 | 1 | -0/+7 |
| * | stream: inline onwriteStateUpdate() | Luigi Pinca | 2019-04-16 | 1 | -8/+4 |
| * | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -0/+2 |
| * | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 1 | -14/+14 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -5/+5 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -3/+3 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -9/+9 |
| * | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -12/+12 |
| * | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -6/+6 |
| * | lib: use ES6 class inheritance style | Ruben Bridgewater | 2018-12-05 | 1 | -0/+1 |
| * | lib: remove `inherits()` usage | Ruben Bridgewater | 2018-12-05 | 1 | -2/+1 |
| * | stream: change comment on duplex stream options | Jesse W. Collins | 2018-11-15 | 1 | -2/+2 |
| * | stream: make `.destroy()` interact better with write queue | Anna Henningsen | 2018-11-10 | 1 | -1/+1 |
| * | stream: add auto-destroy mode | Mathias Buus | 2018-10-30 | 1 | -6/+20 |
| * | stream: name anonymous function in _stream_writable.js | mariotsi | 2018-07-18 | 1 | -1/+1 |
| * | stream: simplify writable's validChunk() | cjihrig | 2018-05-14 | 1 | -3/+2 |
| * | stream: simplify Writable.prototype.cork() | cjihrig | 2018-05-14 | 1 | -3/+1 |
| * | stream: no need to initial er with false | Jackson Tian | 2018-05-13 | 1 | -1/+1 |
| * | Revert "stream: prevent 'end' to be emitted after 'error'" | Brian White | 2018-05-07 | 1 | -10/+0 |
| * | stream: prevent 'end' to be emitted after 'error' | Matteo Collina | 2018-04-20 | 1 | -0/+10 |
| * | stream: give error message if `write()` cb called twice | Anna Henningsen | 2018-03-27 | 1 | -0/+4 |
| * | lib: always show ERR_INVALID_ARG_TYPE received part | Ruben Bridgewater | 2018-03-25 | 1 | -1/+1 |
| * | stream: improve stream creation performance | Brian White | 2018-03-23 | 1 | -6/+10 |
| * | stream: make virtual methods errors consistent | Luigi Pinca | 2018-03-12 | 1 | -1/+1 |
| * | lib: port remaining errors to new system | Michaël Zasso | 2018-03-07 | 1 | -9/+16 |
| * | stream: updated streams error handling | Mathias Buus | 2018-03-06 | 1 | -3/+7 |
| * | stream: writable.end should return this. | Matteo Collina | 2018-02-19 | 1 | -0/+2 |
| * | stream: fix misleading error message | Luigi Pinca | 2018-02-08 | 1 | -1/+1 |
| * | stream: delete redundant code | 陈刚 | 2018-02-02 | 1 | -5/+3 |
| * | stream: delete redundant code | 陈刚 | 2018-02-02 | 1 | -2/+1 |
| * | stream: avoid writeAfterEnd() while ending | 陈刚 | 2018-01-30 | 1 | -1/+1 |
| * | stream: add type and range check for highWaterMark | Tobias Nießen | 2018-01-29 | 1 | -13/+3 |
| * | stream: rm {writeable/readable}State.length | Calvin Metcalf | 2017-12-18 | 1 | -0/+13 |
| * | stream: add flow and buffer properties to streams | Calvin Metcalf | 2017-12-15 | 1 | -0/+10 |
| * | stream: remove `undefined` check | Anna Henningsen | 2017-12-15 | 1 | -3/+1 |
| * | stream: improve the error message of `ERR_INVALID_ARG_TYPE` | Weijia Wang | 2017-11-22 | 1 | -1/+2 |
| * | stream: remove usage of *State.highWaterMark | Calvin Metcalf | 2017-11-15 | 1 | -0/+10 |
| * | stream: complete migration to internal/errors | Matteo Collina | 2017-10-29 | 1 | -5/+5 |
| * | lib: use destructuring for some constants | Weijia Wang | 2017-10-16 | 1 | -1/+1 |
| * | stream: fix disparity between buffer and the count | jlvivero | 2017-10-01 | 1 | -1/+2 |
| * | stream: migrate to internal/errors | Ruben Bridgewater | 2017-10-01 | 1 | -1/+2 |
| * | stream: fix Writable instanceof for subclasses | Anna Henningsen | 2017-08-24 | 1 | -0/+2 |