| Commit message (Expand) | Author | Age | Files | Lines |
* | stream: replace Function.prototype with primordial | Sebastien Ahkrin | 2020-01-08 | 1 | -1/+2 |
* | stream: emit 'error' asynchronously | Robert Nagy | 2020-01-04 | 1 | -49/+32 |
* | stream: enable autoDestroy by default | Robert Nagy | 2020-01-03 | 1 | -1/+1 |
* | stream: invoke buffered write callbacks on error | Robert Nagy | 2019-12-30 | 1 | -6/+26 |
* | stream: simplify isBuf | Robert Nagy | 2019-12-25 | 1 | -20/+9 |
* | lib: replace Symbol.hasInstance by SymbolHasInstance | Sebastien Ahkrin | 2019-12-16 | 1 | -3/+4 |
* | stream: do not throw multiple callback errors in writable | Robert Nagy | 2019-12-14 | 1 | -2/+4 |
* | stream: ensure finish is emitted in next tick | Robert Nagy | 2019-12-14 | 1 | -12/+22 |
* | lib: replace Symbol global by the primordials Symbol | Sebastien Ahkrin | 2019-12-08 | 1 | -0/+1 |
* | stream: add support for captureRejection option | Matteo Collina | 2019-12-03 | 1 | -1/+6 |
* | stream: improve performance for sync write finishes | Anna Henningsen | 2019-12-01 | 1 | -5/+28 |
* | benchmark,doc,lib,test: prepare for padding lint rule | Rich Trott | 2019-11-30 | 1 | -0/+3 |
* | lib: enforce use of Array from primordials | Michaël Zasso | 2019-11-27 | 1 | -0/+1 |
* | lib: flatten access to primordials | Michaël Zasso | 2019-11-25 | 1 | -13/+16 |
* | stream: always invoke end callback | Robert Nagy | 2019-11-19 | 1 | -4/+30 |
* | stream: add writableCorked property | Robert Nagy | 2019-11-05 | 1 | -0/+10 |
* | stream: always invoke callback before emitting error | Robert Nagy | 2019-09-30 | 1 | -16/+21 |
* | Revert "stream: invoke callback before emitting error always" | Richard Lau | 2019-09-28 | 1 | -21/+16 |
* | stream: invoke callback before emitting error always | Robert Nagy | 2019-09-27 | 1 | -16/+21 |
* | stream: make _write() optional when _writev() is implemented | Robert Nagy | 2019-09-22 | 1 | -1/+5 |
* | stream: do not flush destroyed writable | Robert Nagy | 2019-09-22 | 1 | -3/+21 |
* | stream: optimize creation | Robert Nagy | 2019-09-22 | 1 | -11/+14 |
* | stream: don't emit finish on error | Robert Nagy | 2019-09-20 | 1 | -8/+2 |
* | 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 |