aboutsummaryrefslogtreecommitdiff
path: root/test/simple/test-stream2-transform.js
AgeCommit message (Expand)Author
2014-12-17test: split test in parallel/sequentialFedor Indutny
2013-07-25streams: Don't emit 'end' until read() past EOFisaacs
2013-07-22stream: Simplify flowing, passive data listeningisaacs
2013-07-03stream: objectMode transform should allow falsey valuesJeff Barczewski
2013-03-21stream: Fix stall in Transform under very specific conditionsGil Pedersen
2013-03-08test: Make stream2-transform less timing-dependentisaacs
2013-03-05stream: Use class for write buffer entriesisaacs
2013-03-05stream: _write takes an encoding argumentisaacs
2013-03-05stream: Remove output function from _transformisaacs
2013-02-21stream: remove lowWaterMark featureisaacs
2013-01-28stream: Correct Transform class backpressureisaacs
2013-01-24test: Add transform objectMode testisaacs
2013-01-24streams: Support objects other than BuffersRaynos
2013-01-10stream: Use push() for Transform._output()isaacs
2012-12-13test: Update stream2 transform for corrected behaviorisaacs
2012-12-13streams2: Tests of new interfacesisaacs