summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
Commit message (Expand)AuthorAgeFilesLines
* stream: replace Function.prototype with primordialSebastien Ahkrin2020-01-081-1/+2
* stream: emit 'error' asynchronouslyRobert Nagy2020-01-041-49/+32
* stream: enable autoDestroy by defaultRobert Nagy2020-01-031-1/+1
* stream: invoke buffered write callbacks on errorRobert Nagy2019-12-301-6/+26
* stream: simplify isBufRobert Nagy2019-12-251-20/+9
* lib: replace Symbol.hasInstance by SymbolHasInstanceSebastien Ahkrin2019-12-161-3/+4
* stream: do not throw multiple callback errors in writableRobert Nagy2019-12-141-2/+4
* stream: ensure finish is emitted in next tickRobert Nagy2019-12-141-12/+22
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* stream: add support for captureRejection optionMatteo Collina2019-12-031-1/+6
* stream: improve performance for sync write finishesAnna Henningsen2019-12-011-5/+28
* benchmark,doc,lib,test: prepare for padding lint ruleRich Trott2019-11-301-0/+3
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-0/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-251-13/+16
* stream: always invoke end callbackRobert Nagy2019-11-191-4/+30
* stream: add writableCorked propertyRobert Nagy2019-11-051-0/+10
* stream: always invoke callback before emitting errorRobert Nagy2019-09-301-16/+21
* Revert "stream: invoke callback before emitting error always"Richard Lau2019-09-281-21/+16
* stream: invoke callback before emitting error alwaysRobert Nagy2019-09-271-16/+21
* stream: make _write() optional when _writev() is implementedRobert Nagy2019-09-221-1/+5
* stream: do not flush destroyed writableRobert Nagy2019-09-221-3/+21
* stream: optimize creationRobert Nagy2019-09-221-11/+14
* stream: don't emit finish on errorRobert Nagy2019-09-201-8/+2
* stream: do not emit drain if stream endedRobert Nagy2019-08-201-4/+6
* stream: disallow stream methods on finished streamRobert Nagy2019-08-201-0/+8
* stream: do not emit after 'error'Robert Nagy2019-08-181-3/+4
* http,stream: add writableEndedRobert Nagy2019-08-171-2/+12
* stream: fix destroy() behaviorRobert Nagy2019-08-161-2/+0
* stream: inline and simplify onwritedrainRobert Nagy2019-08-091-12/+4
* stream: resolve perf regression introduced by V8 7.3Matteo Collina2019-07-261-1/+2
* stream: add writableFinishedzero1five2019-06-251-0/+10
* stream: use readableObjectMode public api for js streamAnto Aravinth2019-05-191-0/+7
* stream: inline onwriteStateUpdate()Luigi Pinca2019-04-161-8/+4
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-14/+14
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-5/+5
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-3/+3
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-9/+9
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-12/+12
* tools: capitalize sentencesRuben Bridgewater2018-12-101-6/+6
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-2/+1
* stream: change comment on duplex stream optionsJesse W. Collins2018-11-151-2/+2
* stream: make `.destroy()` interact better with write queueAnna Henningsen2018-11-101-1/+1
* stream: add auto-destroy modeMathias Buus2018-10-301-6/+20
* stream: name anonymous function in _stream_writable.jsmariotsi2018-07-181-1/+1
* stream: simplify writable's validChunk()cjihrig2018-05-141-3/+2
* stream: simplify Writable.prototype.cork()cjihrig2018-05-141-3/+1
* stream: no need to initial er with falseJackson Tian2018-05-131-1/+1
* Revert "stream: prevent 'end' to be emitted after 'error'"Brian White2018-05-071-10/+0