Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-14stream: Make default encoding configurableisaacs
2013-05-14stream: don't create unnecessary buffers in Readableisaacs
2013-05-08stream: make Readable.wrap support empty streamsDaniel Moore
2013-05-08stream: make Readable.wrap support objectModeDaniel Moore
2013-04-12stream: Fix unshift() race conditionsisaacs
2013-03-28stream: Emit readable on ended streams via read(0)isaacs
2013-03-28stream: Handle late 'readable' event listenersisaacs
2013-03-15stream: Return self from readable.wrapisaacs
2013-03-15stream: Never call decoder.end() multiple timesGil Pedersen
2013-03-14Revert "stream: Never call decoder.end() multiple times"isaacs
2013-03-14stream: 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-09stream: 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-02events: add check for listeners lengthTrevor Norris
2013-03-01stream: There is no _read cb, there is only pushisaacs
2013-03-01stream: Add stream.unshift(chunk)isaacs
2013-03-01stream: 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-22stream: Return false from push() more properlyisaacs
2013-02-22stream: remove lowWaterMark featureisaacs
2013-02-16stream: Pipe data in chunks matching read dataGil Pedersen
2013-02-12stream: read(0) should not always trigger _read(n,cb)isaacs
2013-02-12stream: Empty strings/buffers do not signal EOF any longerisaacs
2013-02-06streams: both `finish` and `close` should unpipeFedor Indutny
2013-02-01stream: 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-15streams2: Do not allow hwm < lwmisaacs
2013-01-15stream: Do not call endReadable on a non-empty streamisaacs
2013-01-11stream: Use push() for readable.wrap()isaacs
2013-01-11stream: Add readable.push(chunk) methodisaacs
2013-01-09stream: fix typoShigeki Ohtsu
2013-01-09stream: 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-28stream: speed up instantiation of readable streamRyunosuke SATO
2012-12-27stream: do only fake drain when unpiped stream is the sourceAndreas Madsen
2012-12-27stream: fix event handler leak in readstream pipe and unpipeAndreas Madsen
2012-12-21streams: Speed up by doing less work in the state ctorsisaacs