aboutsummaryrefslogtreecommitdiff
path: root/test/simple/test-stream-pipe-cleanup.js
AgeCommit message (Expand)Author
2012-10-03streams: fix pipe is destructed by 'end' from destinationkoichik
2012-02-20test: include common.js in all testsBen Noordhuis
2011-11-22Remove support for multi-source pipe()Felix Geisendörfer
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-05-02cleartextstream.destroy() should destroy socket.Ryan Dahl
2011-04-14Fix: Multiple pipes to the same stream were brokenFelix Geisendörfer
2011-03-28Fix listener leak in stream.pipe()Mikeal Rogers