153 Commits (1004b9b4ad39cf24fc5d524d6fadcaadcb1420bf)

Author SHA1 Message Date
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() 8 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
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Chris Dickinson 4ef2a5a672 net,stream: add isPaused, don't read() when paused 10 years ago
James Halliday 8e2cc69e78 stream: fix Readable.wrap objectMode falsy values 11 years ago
Chris Dickinson a96d6603b3 stream2: flush extant data on read of ended stream 10 years ago
cjihrig b87ca794e3 lib: remove and restructure calls to isNaN() 10 years ago
Andrew Oppenlander e1fec22f97 streams: set default hwm properly for Duplex 10 years ago
Fedor Indutny 4128d4d2ba Revert "stream: start old-mode read in a next tick" 10 years ago
Jonathan Reem 7fa4a9697d stream: only end reading on null, not undefined 10 years ago
Fedor Indutny 2efe4ab761 stream: start old-mode read in a next tick 11 years ago
Vladimir Kurchatkin d0fc5538d1 stream: split `objectMode` for Duplex 11 years ago