summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
AgeCommit message (Expand)Author
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
2018-02-02stream: delete redundant code陈刚
2018-02-02stream: delete redundant code陈刚
2018-01-30stream: avoid writeAfterEnd() while ending陈刚
2018-01-29stream: add type and range check for highWaterMarkTobias Nießen
2017-12-18stream: rm {writeable/readable}State.lengthCalvin Metcalf
2017-12-15stream: add flow and buffer properties to streamsCalvin Metcalf
2017-12-15stream: remove `undefined` checkAnna Henningsen
2017-11-22stream: improve the error message of `ERR_INVALID_ARG_TYPE`Weijia Wang
2017-11-15stream: remove usage of *State.highWaterMarkCalvin Metcalf
2017-10-29stream: complete migration to internal/errorsMatteo Collina
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-01stream: fix disparity between buffer and the countjlvivero
2017-10-01stream: migrate to internal/errorsRuben Bridgewater
2017-08-24stream: fix Writable instanceof for subclassesAnna Henningsen
2017-08-08stream: support readable/writableHWM for DuplexGuy Margalit
2017-06-30stream: avoid possible slow path w UInt8ArrayMatteo Collina
2017-06-22stream: finish must always follow errorMatteo Collina
2017-05-27stream: support Uint8Array input to methodsAnna Henningsen
2017-05-26stream: emit finish when using writev and corkMatteo Collina
2017-05-26lib,src: improve writev() performance for BuffersBrian White
2017-05-25stream: remove dup propertyCalvin Metcalf
2017-05-24stream: add final methodCalvin Metcalf
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-16stream: fix highWaterMark integer overflowTobias Nießen
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-11stream: avoid instanceofBrian White
2017-01-11stream: use plain objects for write/corked reqsBrian White
2017-01-05stream: avoid additional validation for BuffersBrian White