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-04-09stream: call write cb before finish eventisaacs
2013-03-25stream: Fix early end in Writables on zero-length writesisaacs
2013-03-06stream: Remove unnecessary nextTick usage in Writableisaacs
2013-03-06stream: Use class for write buffer entriesisaacs
2013-03-06stream: _write takes an encoding argumentisaacs
2013-03-06stream: Split Writable logic into small functionsisaacs
2013-03-04stream: Writable.end(chunk) after end is an errorisaacs
2013-03-03Revert "stream: Writable.end(chunk) after end is an error"Ben Noordhuis
2013-03-03stream: Writable.end(chunk) after end is an errorisaacs
2013-03-02net: Provide better error when writing after FINisaacs
2013-02-27stream: Writables are not pipe()ableisaacs
2013-02-25stream: Do not switch to objectMode implicitlyisaacs
2013-02-25stream: Start out in sync=true stateisaacs
2013-02-22stream: remove lowWaterMark featureisaacs
2013-02-07stream: Writable should ignore encoding for buffersisaacs
2013-02-06stream: make Writable#end() accept a callback functionNathan Rajlich
2013-01-24streams: Support objects other than BuffersRaynos
2013-01-15streams2: Do not allow hwm < lwmisaacs
2012-12-21streams: Speed up by doing less work in the state ctorsisaacs
2012-12-19streams2: Process write buffer in a loop, not recursivelyisaacs
2012-12-19test-pummel: Add call validation in net-write-callbacksisaacs
2012-12-18net: Handle sync writable streams synchronouslyisaacs
2012-12-15streams2: Still emit error if there was a write() cbisaacs
2012-12-14streams2: Writable only emit 'finish' onceisaacs
2012-12-14streams2: Remove function.bind() usageisaacs
2012-12-14streams2: Writable organization, add 'finishing' flagisaacs
2012-12-14streams2: Export Readable/Writable State classesisaacs
2012-12-14streams2: Fix regression from Duplex ctor assignmentisaacs
2012-12-14streams2: Support write(chunk,[encoding],[callback])isaacs
2012-12-14streams2: Allow Writables to opt out of pre-buffer-izingisaacs
2012-12-14streams2: ctor guards on Stream classesisaacs
2012-12-14streams2: Correct drain/return logicisaacs
2012-12-14streams2: Allow 0 as a lowWaterMark valueisaacs
2012-12-14streams2: Convert strings to buffers before passing to _write()isaacs
2012-12-14streams2: The new stream base classesisaacs