summaryrefslogtreecommitdiff
path: root/lib/_stream_readable.js
AgeCommit message (Expand)Author
2013-03-14stream: Return self from readable.wrapisaacs
2013-03-14stream: Never call decoder.end() multiple timesGil Pedersen
2013-03-13Revert "stream: Never call decoder.end() multiple times"isaacs
2013-03-13stream: Never call decoder.end() multiple timesGil Pedersen
2013-03-10stream: Don't emit 'end' unless read() calledisaacs
2013-03-10stream: Avoid nextTick warning filling read bufferisaacs
2013-03-08stream: Always defer preemptive reading to improve latencyGil Pedersen
2013-03-06stream: Raise readable high water mark in powers of 2isaacs
2013-03-06stream: Allow strings in Readable.push/unshiftisaacs
2013-03-06stream: Remove bufferSize optionisaacs
2013-03-06stream: Remove pipeOpts.chunkSizeisaacs
2013-03-06stream: Increase highWaterMark on large readsisaacs
2013-03-04stream: Don't require read(0) to emit 'readable' eventisaacs
2013-03-01events: add check for listeners lengthTrevor Norris
2013-02-28stream: There is no _read cb, there is only pushisaacs
2013-02-28stream: Add stream.unshift(chunk)isaacs
2013-02-28stream: Break up the onread functionisaacs
2013-02-25stream: Do not switch to objectMode implicitlyisaacs
2013-02-25stream: Start out in sync=true stateisaacs
2013-02-22streams: Pre-emptively buffer readables up to the highWaterMarkisaacs
2013-02-21stream: Return false from push() more properlyisaacs
2013-02-21stream: remove lowWaterMark featureisaacs
2013-02-15stream: Pipe data in chunks matching read dataGil Pedersen
2013-02-11stream: read(0) should not always trigger _read(n,cb)isaacs
2013-02-11stream: Empty strings/buffers do not signal EOF any longerisaacs
2013-02-06streams: both `finish` and `close` should unpipeFedor Indutny
2013-01-31stream: Don't stop reading on zero-length decoded outputisaacs
2013-01-31stream: Don't signal EOF on '' or Buffer(0)isaacs
2013-01-24streams2: Handle sync read callbacks nicelyisaacs
2013-01-24streams: Support objects other than BuffersRaynos
2013-01-16stream: Properly handle large reads from push-streamsisaacs
2013-01-14streams2: Do not allow hwm < lwmisaacs
2013-01-14stream: Do not call endReadable on a non-empty streamisaacs
2013-01-10stream: Use push() for readable.wrap()isaacs
2013-01-10stream: Add readable.push(chunk) methodisaacs
2013-01-08stream: fix typoShigeki Ohtsu
2013-01-08stream: Override addListener as well as onisaacs
2013-01-08streams: set listener first, emit 'data' laterFedor Indutny
2013-01-07stream: Clean up more effectively in pipe()isaacs
2012-12-27stream: speed up instantiation of readable streamRyunosuke SATO
2012-12-26stream: do only fake drain when unpiped stream is the sourceAndreas Madsen
2012-12-26stream: fix event handler leak in readstream pipe and unpipeAndreas Madsen
2012-12-21streams: Speed up by doing less work in the state ctorsisaacs
2012-12-14streams2: Remove extraneous bufferSize settingisaacs
2012-12-14streams2: Emit pause/resume eventsisaacs
2012-12-14streams2: Support a Readable hwm of 0isaacs
2012-12-14streams2: Call read(0) on resume()isaacs
2012-12-14lintisaacs
2012-12-14streams2: NextTick the emit('readable') in resume()isaacs
2012-12-14streams2: pause() should be immediateisaacs