summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
AgeCommit message (Expand)Author
2019-12-03stream: add support for captureRejection optionMatteo Collina
2019-12-01stream: improve performance for sync write finishesAnna Henningsen
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-19stream: always invoke end callbackRobert Nagy
2019-11-05stream: add writableCorked propertyRobert Nagy
2019-09-30stream: always invoke callback before emitting errorRobert Nagy
2019-09-28Revert "stream: invoke callback before emitting error always"Richard Lau
2019-09-27stream: invoke callback before emitting error alwaysRobert Nagy
2019-09-22stream: make _write() optional when _writev() is implementedRobert Nagy
2019-09-22stream: do not flush destroyed writableRobert Nagy
2019-09-22stream: optimize creationRobert Nagy
2019-09-20stream: don't emit finish on errorRobert Nagy
2019-08-20stream: do not emit drain if stream endedRobert Nagy
2019-08-20stream: disallow stream methods on finished streamRobert Nagy
2019-08-18stream: do not emit after 'error'Robert Nagy
2019-08-17http,stream: add writableEndedRobert Nagy
2019-08-16stream: fix destroy() behaviorRobert Nagy
2019-08-09stream: inline and simplify onwritedrainRobert Nagy
2019-07-26stream: resolve perf regression introduced by V8 7.3Matteo Collina
2019-06-25stream: add writableFinishedzero1five
2019-05-19stream: use readableObjectMode public api for js streamAnto Aravinth
2019-04-16stream: inline onwriteStateUpdate()Luigi Pinca
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-15stream: change comment on duplex stream optionsJesse W. Collins
2018-11-10stream: make `.destroy()` interact better with write queueAnna Henningsen
2018-10-30stream: add auto-destroy modeMathias Buus
2018-07-18stream: name anonymous function in _stream_writable.jsmariotsi
2018-05-14stream: simplify writable's validChunk()cjihrig
2018-05-14stream: simplify Writable.prototype.cork()cjihrig
2018-05-13stream: no need to initial er with falseJackson Tian
2018-05-07Revert "stream: prevent 'end' to be emitted after 'error'"Brian White
2018-04-20stream: prevent 'end' to be emitted after 'error'Matteo Collina
2018-03-27stream: give error message if `write()` cb called twiceAnna Henningsen
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-23stream: improve stream creation performanceBrian White
2018-03-12stream: make virtual methods errors consistentLuigi Pinca
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-06stream: updated streams error handlingMathias Buus
2018-02-19stream: writable.end should return this.Matteo Collina
2018-02-08stream: fix misleading error messageLuigi Pinca