summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
Commit message (Expand)AuthorAgeFilesLines
* src: enable strict mode in all builtin modulesJulien Gilli2015-03-031-0/+2
* Merge remote-tracking branch 'upstream/v0.10' into merge-0-10-into-0-12Julien Gilli2015-01-121-1/+1
|\
| * repl: Private Buffer object in lib/* filesEmmanuel Odeke2014-10-251-0/+1
| * streams: remove unused require('assert')Rod Vagg2014-07-311-1/+0
* | stream: switch _writableState.buffer to queueChris Dickinson2014-12-181-20/+48
* | streams: make setDefaultEncoding() throwBrian White2014-10-091-5/+3
* | streams: set default encoding for writable streamsJohnny Ray2014-10-071-0/+11
* | streams: set default hwm properly for DuplexAndrew Oppenlander2014-07-101-7/+7
* | stream: don't try to finish if buffer is not emptyVladimir Kurchatkin2014-05-061-0/+1
* | stream: split `objectMode` for DuplexVladimir Kurchatkin2014-04-301-0/+3
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-101-1/+1
|\ \ | |/
| * net: do not re-emit stream errorsFedor Indutny2014-02-101-0/+4
* | stream: use `errorEmitted` from `_writableState`Fedor Indutny2014-02-101-2/+2
* | tls: emit `clientError` on early socket closeFedor Indutny2014-01-241-0/+4
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-131-1/+3
|\ \ | |/
| * stream: writes may return false but forget to emit drainayanamist2014-01-051-1/+3
| * stream: Pass 'buffer' encoding to decoded writablesisaacs2013-08-271-0/+2
* | stream: change default hwm for objectMode to 16Mathias Buus2013-08-271-1/+2
* | fixes #6031 spelling errorsMatthew Aynalem2013-08-191-1/+1
* | lib: remove unused variables and functionsBrian White2013-08-151-1/+0
* | src: Replace macros with util functionsisaacs2013-08-011-11/+13
* | lib: macro-ify type checksBen Noordhuis2013-07-241-14/+11
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-05-171-2/+10
|\ \ | |/
| * stream: Make default encoding configurableisaacs2013-05-141-2/+10
* | stream: Handle multi-corking properlyisaacs2013-05-091-5/+11
* | stream: Guarantee ordering of 'finish' eventisaacs2013-05-091-7/+36
* | streams: introduce .cork/.uncork/._writevFedor Indutny2013-04-271-25/+78
|/
* stream: call write cb before finish eventisaacs2013-04-091-6/+15
* stream: Fix early end in Writables on zero-length writesisaacs2013-03-241-1/+4
* stream: Remove unnecessary nextTick usage in Writableisaacs2013-03-061-16/+20
* stream: Use class for write buffer entriesisaacs2013-03-051-4/+10
* stream: _write takes an encoding argumentisaacs2013-03-051-34/+18
* stream: Split Writable logic into small functionsisaacs2013-03-051-146/+161
* stream: Writable.end(chunk) after end is an errorisaacs2013-03-031-13/+18
* Revert "stream: Writable.end(chunk) after end is an error"Ben Noordhuis2013-03-031-19/+12
* stream: Writable.end(chunk) after end is an errorisaacs2013-03-021-12/+19
* net: Provide better error when writing after FINisaacs2013-03-021-3/+8
* stream: Writables are not pipe()ableisaacs2013-02-261-0/+5
* stream: Do not switch to objectMode implicitlyisaacs2013-02-251-6/+14
* stream: Start out in sync=true stateisaacs2013-02-251-2/+4
* stream: remove lowWaterMark featureisaacs2013-02-211-9/+1
* stream: Writable should ignore encoding for buffersisaacs2013-02-071-2/+2
* stream: make Writable#end() accept a callback functionNathan Rajlich2013-02-051-2/+15
* streams: Support objects other than BuffersRaynos2013-01-241-14/+34
* streams2: Do not allow hwm < lwmisaacs2013-01-141-0/+3
* streams: Speed up by doing less work in the state ctorsisaacs2012-12-211-11/+7
* streams2: Process write buffer in a loop, not recursivelyisaacs2012-12-191-0/+43
* test-pummel: Add call validation in net-write-callbacksisaacs2012-12-191-20/+6
* net: Handle sync writable streams synchronouslyisaacs2012-12-171-2/+5
* streams2: Still emit error if there was a write() cbisaacs2012-12-141-2/+4