133 Commits (2413a4e99d548ac67c549fb699c6c2d209544e3a)

Author SHA1 Message Date
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
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 11 years ago
isaacs fbb963b5d5 stream: check _events before _events.error 11 years ago
Mathias Buus ba72570eae stream: change default hwm for objectMode to 16 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
isaacs 545807918e stream: Throw on 'error' if listeners removed 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs c0e70354db stream: Short-circuit buffer pushes when flowing 11 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
isaacs 993bb93e0a streams: Don't emit 'end' until read() past EOF 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs 0f8de5e1f9 stream: Simplify flowing, passive data listening 11 years ago
isaacs df6ffc018e stream: unshift('') is a noop 12 years ago
isaacs d5158574c6 stream: Make default encoding configurable 12 years ago
isaacs bdb78b9945 stream: don't create unnecessary buffers in Readable 12 years ago
Daniel Moore 3b6fc600e2 stream: make Readable.wrap support empty streams 12 years ago
Daniel Moore 1ad93a6584 stream: make Readable.wrap support objectMode 12 years ago
isaacs b0de1e4a41 stream: Fix unshift() race conditions 12 years ago