116 Commits (6a5d731f602b547074f4367a7eb3964395080c94)

Author SHA1 Message Date
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
isaacs 929e4d9c9a stream: Emit readable on ended streams via read(0) 12 years ago
isaacs eafa902632 stream: Handle late 'readable' event listeners 12 years ago
isaacs 14947b6c5e stream: Return self from readable.wrap 12 years ago
Gil Pedersen e8f80bf479 stream: Never call decoder.end() multiple times 12 years ago
isaacs 6399839c39 Revert "stream: Never call decoder.end() multiple times" 12 years ago
Gil Pedersen 615d809ac6 stream: Never call decoder.end() multiple times 12 years ago
isaacs 327b6e3e1d stream: Don't emit 'end' unless read() called 12 years ago
isaacs cd2b9f542c stream: Avoid nextTick warning filling read buffer 12 years ago
Gil Pedersen 77a776da90 stream: Always defer preemptive reading to improve latency 12 years ago
isaacs 9208c89058 stream: Raise readable high water mark in powers of 2 12 years ago
isaacs a978bedee7 stream: Allow strings in Readable.push/unshift 12 years ago
isaacs b0f6789a78 stream: Remove bufferSize option 12 years ago
isaacs d5a0940fff stream: Remove pipeOpts.chunkSize 12 years ago
isaacs 8c44869f1d stream: Increase highWaterMark on large reads 12 years ago
isaacs 119cbf4854 stream: Don't require read(0) to emit 'readable' event 12 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago
isaacs 88644eaa2d stream: There is no _read cb, there is only push 12 years ago