summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
AgeCommit message (Expand)AuthorFilesLines
2016-03-02streams: 5% throughput gain when sending small chunksMatteo Collina1-15/+48
2015-10-29stream: fix signature of _write() in a commentFábio Santos1-1/+1
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani1-3/+4
2015-06-11lib: don't use global BufferRoman Reiss1-0/+1
2015-05-25lib: simplify nextTick() usageBrian White1-9/+3
2015-05-09lib: fix eslint stylesYosuke Furukawa1-4/+4
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris1-13/+9
2015-03-31lib: remove unused variablesBrian White1-5/+5
2015-02-04stream: simpler stream constructonSam Newman1-0/+8
2015-01-31lib: reduce util.is*() usagecjihrig1-11/+14
2015-01-23stream: use nop as write() callback if omittedcjihrig1-1/+3
2015-01-21lib: use const to define constantscjihrig1-4/+3
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis1-20/+48
2014-12-18stream: switch _writableState.buffer to queueChris Dickinson1-20/+48
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-10-09streams: make setDefaultEncoding() throwBrian White1-5/+3
2014-10-07streams: set default encoding for writable streamsJohnny Ray1-0/+11
2014-07-10streams: set default hwm properly for DuplexAndrew Oppenlander1-7/+7
2014-05-06stream: don't try to finish if buffer is not emptyVladimir Kurchatkin1-0/+1
2014-04-30stream: split `objectMode` for DuplexVladimir Kurchatkin1-0/+3
2014-02-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+1
2014-02-10stream: use `errorEmitted` from `_writableState`Fedor Indutny1-2/+2
2014-02-10net: do not re-emit stream errorsFedor Indutny1-0/+4
2014-01-24tls: emit `clientError` on early socket closeFedor Indutny1-0/+4
2014-01-13Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+3
2014-01-05stream: writes may return false but forget to emit drainayanamist1-1/+3
2013-08-27stream: change default hwm for objectMode to 16Mathias Buus1-1/+2
2013-08-27stream: Pass 'buffer' encoding to decoded writablesisaacs1-0/+2
2013-08-19fixes #6031 spelling errorsMatthew Aynalem1-1/+1
2013-08-15lib: remove unused variables and functionsBrian White1-1/+0
2013-08-01src: Replace macros with util functionsisaacs1-11/+13
2013-07-24lib: macro-ify type checksBen Noordhuis1-14/+11
2013-05-17Merge remote-tracking branch 'ry/v0.10' into masterisaacs1-2/+10
2013-05-14stream: Make default encoding configurableisaacs1-2/+10
2013-05-09stream: Handle multi-corking properlyisaacs1-5/+11
2013-05-09stream: Guarantee ordering of 'finish' eventisaacs1-7/+36
2013-04-27streams: introduce .cork/.uncork/._writevFedor Indutny1-25/+78
2013-04-09stream: call write cb before finish eventisaacs1-6/+15
2013-03-24stream: Fix early end in Writables on zero-length writesisaacs1-1/+4
2013-03-06stream: Remove unnecessary nextTick usage in Writableisaacs1-16/+20
2013-03-05stream: Use class for write buffer entriesisaacs1-4/+10
2013-03-05stream: _write takes an encoding argumentisaacs1-34/+18
2013-03-05stream: Split Writable logic into small functionsisaacs1-146/+161
2013-03-03stream: Writable.end(chunk) after end is an errorisaacs1-13/+18
2013-03-03Revert "stream: Writable.end(chunk) after end is an error"Ben Noordhuis1-19/+12
2013-03-02stream: Writable.end(chunk) after end is an errorisaacs1-12/+19
2013-03-02net: Provide better error when writing after FINisaacs1-3/+8
2013-02-26stream: Writables are not pipe()ableisaacs1-0/+5
2013-02-25stream: Do not switch to objectMode implicitlyisaacs1-6/+14