summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
AgeCommit message (Expand)Author
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
2015-03-31lib: remove unused variablesBrian White
2015-02-04stream: simpler stream constructonSam Newman
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-23stream: use nop as write() callback if omittedcjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2014-12-18stream: switch _writableState.buffer to queueChris Dickinson
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-09streams: make setDefaultEncoding() throwBrian White
2014-10-07streams: set default encoding for writable streamsJohnny Ray
2014-07-10streams: set default hwm properly for DuplexAndrew Oppenlander
2014-05-06stream: don't try to finish if buffer is not emptyVladimir Kurchatkin
2014-04-30stream: split `objectMode` for DuplexVladimir Kurchatkin
2014-02-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-10stream: use `errorEmitted` from `_writableState`Fedor Indutny
2014-02-10net: do not re-emit stream errorsFedor Indutny
2014-01-24tls: emit `clientError` on early socket closeFedor Indutny
2014-01-13Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-05stream: writes may return false but forget to emit drainayanamist
2013-08-27stream: change default hwm for objectMode to 16Mathias Buus
2013-08-27stream: Pass 'buffer' encoding to decoded writablesisaacs
2013-08-19fixes #6031 spelling errorsMatthew Aynalem
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis