148 Commits (0f2f8efdde82f08e043a4f1a301ae099aa7ee5f8)

Author SHA1 Message Date
Calvin Metcalf 774146dc58 stream: avoid caching prepend check 9 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 9 years ago
David Halls b5175e8f39
stream: ensure awaitDrain is increased once 9 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 10 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 10 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 11 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 11 years ago
cjihrig b87ca794e3 lib: remove and restructure calls to isNaN() 11 years ago
Andrew Oppenlander e1fec22f97 streams: set default hwm properly for Duplex 11 years ago
Fedor Indutny 4128d4d2ba Revert "stream: start old-mode read in a next tick" 11 years ago
Jonathan Reem 7fa4a9697d stream: only end reading on null, not undefined 11 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
Brian White 70ea5bac43 stream: remove useless check 11 years ago
isaacs 689e5c9d3d stream: return this from pause()/resume() 11 years ago
Julian Gruber f91b047891 stream: make setEncoding chainable 12 years ago
isaacs fbb963b5d5 stream: check _events before _events.error 11 years ago
Mathias Buus ba72570eae stream: change default hwm for objectMode to 16 12 years ago