summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
Commit message (Expand)AuthorAgeFilesLines
* stream: avoid additional validation for BuffersBrian White2017-04-181-20/+17
* test: writable stream ending stateItalo A. Casas2016-11-181-0/+1
* test,lib,benchmark: match function namesRich Trott2016-11-151-1/+1
* stream: fix `Writable` subclass instanceof checksAnna Henningsen2016-10-141-3/+8
* stream: proper `instanceof` for `Writable`sAnna Henningsen2016-10-111-3/+24
* doc: make `writable.setDefaultEncoding()` return `this`Alexander Makarenko2016-05-031-0/+1
* stream: make null an invalid chunk to write in object modeCalvin Metcalf2016-04-261-4/+10
* streams: support unlimited synchronous cork/uncork cyclesMatteo Collina2016-04-261-6/+9
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-1/+1
* streams: 5% throughput gain when sending small chunksMatteo Collina2016-02-091-15/+48
* streams: update .readable/.writable to falseBrian White2015-12-021-0/+1
* lib: Consistent error messages in all modulesmicnic2015-11-091-1/+1
* stream: fix signature of _write() in a commentFábio Santos2015-10-131-1/+1
* util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani2015-07-031-3/+4
* lib: don't use global BufferRoman Reiss2015-06-111-0/+1
* lib: simplify nextTick() usageBrian White2015-05-251-9/+3
* lib: fix eslint stylesYosuke Furukawa2015-05-091-4/+4
* node: allow multiple arguments passed to nextTickTrevor Norris2015-04-151-13/+9
* lib: remove unused variablesBrian White2015-03-311-5/+5
* stream: simpler stream constructonSam Newman2015-02-041-0/+8
* lib: reduce util.is*() usagecjihrig2015-01-311-11/+14
* stream: use nop as write() callback if omittedcjihrig2015-01-231-1/+3
* lib: use const to define constantscjihrig2015-01-211-4/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis2015-01-051-20/+48
|\
| * stream: switch _writableState.buffer to queueChris Dickinson2014-12-181-20/+48
* | lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
|/
* 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