summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
AgeCommit message (Expand)Author
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
2013-05-17Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-05-14stream: Make default encoding configurableisaacs
2013-05-09stream: Handle multi-corking properlyisaacs
2013-05-09stream: Guarantee ordering of 'finish' eventisaacs
2013-04-27streams: introduce .cork/.uncork/._writevFedor Indutny
2013-04-09stream: call write cb before finish eventisaacs
2013-03-24stream: Fix early end in Writables on zero-length writesisaacs
2013-03-06stream: Remove unnecessary nextTick usage in Writableisaacs
2013-03-05stream: Use class for write buffer entriesisaacs
2013-03-05stream: _write takes an encoding argumentisaacs
2013-03-05stream: Split Writable logic into small functionsisaacs
2013-03-03stream: Writable.end(chunk) after end is an errorisaacs
2013-03-03Revert "stream: Writable.end(chunk) after end is an error"Ben Noordhuis