8 Commits (3219586512e5d72c9e2e0d3a8f672e8263cc9c8f)

Author SHA1 Message Date
Kat Marchán ded02b909f deps: upgrade npm to 3.9.3 9 years ago
Forrest L Norvell 0928584444 deps: upgrade npm to 3.8.3 9 years ago
Rebecca Turner 76cb81b354 deps: upgrade npm to 3.6.0 9 years ago
Michaël Zasso 2d441493a4 tools: update eslint to v1.10.3 9 years ago
Roman Reiss d91e10b3bd tools: update eslint to 0.24.0 10 years ago
Yosuke Furukawa f9dd34d301 tools: replace closure-linter with eslint 10 years ago
Forrest L Norvell 9dc8f59fea deps: upgrade npm to 2.2.0 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Forrest L Norvell e79ccee168 npm: upgrade to v2.1.18 10 years ago
Timothy J Fontaine 28ae70ebad npm: Upgrade to v2.1.6 10 years ago
Timothy J Fontaine 9fad8958df deps: upgrade npm to 2.0.0 11 years ago
Timothy J Fontaine 1223cafea6 npm: Upgrade to v1.4.21 11 years ago
isaacs f645c40fcd npm: Upgrade to v1.3.24 11 years ago
isaacs ebeae2df51 npm: upgrade to 1.3.11 12 years ago
isaacs bea9dfa14c npm: Upgrade to 1.3.7 12 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 12 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 12 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
isaacs 9f4c0988c3 streams2: Process write buffer in a loop, not recursively 12 years ago
isaacs f63af64eb8 test-pummel: Add call validation in net-write-callbacks 12 years ago
isaacs 82c7c84e25 net: Handle sync writable streams synchronously 12 years ago
isaacs 3751c0fe40 streams2: Still emit error if there was a write() cb 12 years ago
isaacs 5760244cc6 streams2: Writable only emit 'finish' once 12 years ago
isaacs b15e19a232 streams2: Remove function.bind() usage 12 years ago
isaacs 0118584433 streams2: Writable organization, add 'finishing' flag 12 years ago
isaacs 63ac07b32b streams2: Export Readable/Writable State classes 12 years ago
isaacs e82d06bef9 streams2: Fix regression from Duplex ctor assignment 13 years ago
isaacs 71e2b61388 streams2: Support write(chunk,[encoding],[callback]) 13 years ago