summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
AgeCommit message (Expand)Author
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
2016-12-29lib: avoid recompilation of anonymous functionsBrian White
2016-10-28test: writable stream ending stateItalo A. Casas
2016-10-19test,lib,benchmark: match function namesRich Trott
2016-10-14stream: fix `Writable` subclass instanceof checksAnna Henningsen
2016-10-10stream: proper `instanceof` for `Writable`sAnna Henningsen
2016-09-29stream: improve stream error messagesItalo A. Casas
2016-07-21stream: improve unimplemented _write() errorratikesh9
2016-04-30doc: make `writable.setDefaultEncoding()` return `this`Alexander Makarenko
2016-04-20stream: make null an invalid chunk to write in object modeCalvin Metcalf
2016-04-14streams: support unlimited synchronous cork/uncork cyclesMatteo Collina
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-09streams: 5% throughput gain when sending small chunksMatteo Collina
2015-12-02streams: update .readable/.writable to falseBrian White
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-13stream: fix signature of _write() in a commentFábio Santos
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris