69 Commits (53e98cc1b44203147c0abdc03eb0e57e34c4274d)

Author SHA1 Message Date
Brian White 5abd4ac079 lib: simplify nextTick() usage 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Brian White 4dc6ae2181 lib: remove unused variables 10 years ago
Sam Newman 50daee7243 stream: simpler stream constructon 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 40ffed8f3f stream: use nop as write() callback if omitted 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Chris Dickinson 91586661c9 stream: switch _writableState.buffer to queue 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Brian White 874dd590cf streams: make setDefaultEncoding() throw 10 years ago
Johnny Ray f04f3a0d01 streams: set default encoding for writable streams 10 years ago
Rod Vagg 9d281934df streams: remove unused require('assert') 11 years ago
Andrew Oppenlander e1fec22f97 streams: set default hwm properly for Duplex 10 years ago
Vladimir Kurchatkin 82fca9136d stream: don't try to finish if buffer is not empty 11 years ago
Vladimir Kurchatkin d0fc5538d1 stream: split `objectMode` for Duplex 11 years ago
Fedor Indutny e2a1d9a9ac stream: use `errorEmitted` from `_writableState` 11 years ago
Fedor Indutny dee5270a6c net: do not re-emit stream errors 11 years ago
Fedor Indutny d019eac5b5 tls: emit `clientError` on early socket close 11 years ago
ayanamist b922b5e90d stream: writes may return false but forget to emit drain 11 years ago
Mathias Buus ba72570eae stream: change default hwm for objectMode to 16 11 years ago
isaacs a3da3e7312 stream: Pass 'buffer' encoding to decoded writables 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs d5158574c6 stream: Make default encoding configurable 12 years ago
isaacs a58454226f stream: Handle multi-corking properly 12 years ago
isaacs c38ce9bc0a stream: Guarantee ordering of 'finish' event 12 years ago
Fedor Indutny 21ed8df696 streams: introduce .cork/.uncork/._writev 12 years ago
isaacs c93af860a0 stream: call write cb before finish event 12 years ago
isaacs c0d500102a stream: Fix early end in Writables on zero-length writes 12 years ago
isaacs e0cec37d50 stream: Remove unnecessary nextTick usage in Writable 12 years ago
isaacs 312289b791 stream: Use class for write buffer entries 12 years ago
isaacs 426b4c6258 stream: _write takes an encoding argument 12 years ago
isaacs 049903e333 stream: Split Writable logic into small functions 12 years ago
isaacs 384f1be739 stream: Writable.end(chunk) after end is an error 12 years ago
Ben Noordhuis 80ea63b958 Revert "stream: Writable.end(chunk) after end is an error" 12 years ago
isaacs 5222d19a11 stream: Writable.end(chunk) after end is an error 12 years ago
isaacs 2106ef000c net: Provide better error when writing after FIN 12 years ago
isaacs 86433979c6 stream: Writables are not pipe()able 12 years ago
isaacs 34046084c0 stream: Do not switch to objectMode implicitly 12 years ago
isaacs e03bc472f0 stream: Start out in sync=true state 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
isaacs 33b2aebb6d stream: Writable should ignore encoding for buffers 12 years ago
Nathan Rajlich a9c4a20331 stream: make Writable#end() accept a callback function 12 years ago
Raynos 444bbd4fa7 streams: Support objects other than Buffers 12 years ago
isaacs 20a3c5d09c streams2: Do not allow hwm < lwm 12 years ago
isaacs f9caf7020c streams: Speed up by doing less work in the state ctors 12 years ago