163 Commits (a886b17bfb48147fa2007b9968e9dce706a408a2)

Author SHA1 Message Date
Brian White 359ea2a0bd
stream: improve readable push performance 8 years ago
Matteo Collina 330c8d743e stream: add destroy and _destroy methods. 8 years ago
Tobias Nießen 11918c4aed stream: fix highWaterMark integer overflow 8 years ago
Anna Henningsen 6993eb0897
stream: fix y.pipe(x)+y.pipe(x)+y.unpipe(x) 8 years ago
Leo d6a6bcdc47
stream: remove unnecessary parameter 8 years ago
Brian White e9c02c6762
stream: fix permanent deoptimizations 8 years ago
Christopher Luke 9dcf18a5c0 stream: Fixes missing 'unpipe' event 8 years ago
James M Snell 910a8998fb stream: avoid using forEach 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Wang Xinyong 202b07f414 stream: fix comment for sync flag of ReadableState 8 years ago
Wang Xinyong 1004b9b4ad stream: remove unused `ranOut` from ReadableState 8 years ago
Michaël Zasso 966e5cfb81 tools: enforce linebreak after ternary operators 8 years ago
Anna Henningsen 8043ca79c5 streams: fix regression in `unpipe()` 8 years ago
Myles Borins 2e568d95bd lib: remove let from for loops 8 years ago
Italo A. Casas 560a589e75 stream: improve stream error messages 8 years ago
Calvin Metcalf 774146dc58 stream: avoid caching prepend check 8 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 8 years ago
David Halls b5175e8f39
stream: ensure awaitDrain is increased once 8 years ago
Brian White 686984696d
stream: improve Readable.read() performance 9 years ago
Anna Henningsen e2e615e87e
stream: reset awaitDrain after manual .resume() 9 years ago
James M Snell 0e7d57af35 events: add prependListener() and prependOnceListener() 9 years ago
Anna Henningsen 819b2d36bc stream: Fix readableState.awaitDrain mechanism 9 years ago
Evan Lucas 89abe86808 Revert "stream: emit 'pause' on nextTick" 9 years ago
Alexis Campailla ace1009456 stream: emit 'pause' on nextTick 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Brian White 92212014ff stream: fix no data on partial decode 9 years ago
Rich Trott 06a5072b38 stream: refactor redeclared variables 9 years ago
Evan Lucas df4d209ad5 stream: prevent object map change in ReadableState 9 years ago
cjihrig eee9dc7e9d Revert "stream: add bytesRead property for readable" 9 years ago
Jackson Tian bfb2cd0bfd stream: add bytesRead property for readable 9 years ago
Brian White 292218828e stream: be less eager with readable flag 9 years ago
Brian White cc0342a517 streams: update .readable/.writable to false 10 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Calvin Metcalf 8854183fe5 stream: avoid unnecessary concat of a single buffer. 9 years ago
Brian White 68990948fe stream: avoid pause with unpipe in buffered write 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Jeremiah Senkpiel 46b7d15167 events,lib: don't require EE#listenerCount() 9 years ago
Ben Noordhuis caa0d0c0a7 stream: rename poorly named function 9 years ago
Ben Noordhuis 3af8e451f2 stream: micro-optimize high water mark calculation 9 years ago
Ben Noordhuis 1a3f4a87b6 stream: fix off-by-factor-16 error in comment 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Yazhong Liu 51d0808c90 stream: remove duplicated expression 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Sam Newman 50daee7243 stream: simpler stream constructon 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago