summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* stream: prevent 'end' to be emitted after 'error'Matteo Collina2018-04-201-0/+10
* stream: give error message if `write()` cb called twiceAnna Henningsen2018-03-271-0/+4
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-1/+1
* stream: improve stream creation performanceBrian White2018-03-231-6/+10
* stream: make virtual methods errors consistentLuigi Pinca2018-03-121-1/+1
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-9/+16
* stream: updated streams error handlingMathias Buus2018-03-061-3/+7
* stream: writable.end should return this.Matteo Collina2018-02-191-0/+2
* stream: fix misleading error messageLuigi Pinca2018-02-081-1/+1
* stream: delete redundant code陈刚2018-02-021-5/+3
* stream: delete redundant code陈刚2018-02-021-2/+1
* stream: avoid writeAfterEnd() while ending陈刚2018-01-301-1/+1
* stream: add type and range check for highWaterMarkTobias Nießen2018-01-291-13/+3
* stream: rm {writeable/readable}State.lengthCalvin Metcalf2017-12-181-0/+13
* stream: add flow and buffer properties to streamsCalvin Metcalf2017-12-151-0/+10
* stream: remove `undefined` checkAnna Henningsen2017-12-151-3/+1
* stream: improve the error message of `ERR_INVALID_ARG_TYPE`Weijia Wang2017-11-221-1/+2
* stream: remove usage of *State.highWaterMarkCalvin Metcalf2017-11-151-0/+10
* stream: complete migration to internal/errorsMatteo Collina2017-10-291-5/+5
* lib: use destructuring for some constantsWeijia Wang2017-10-161-1/+1
* stream: fix disparity between buffer and the countjlvivero2017-10-011-1/+2
* stream: migrate to internal/errorsRuben Bridgewater2017-10-011-1/+2
* stream: fix Writable instanceof for subclassesAnna Henningsen2017-08-241-0/+2