summaryrefslogtreecommitdiff
path: root/lib/stream.js
AgeCommit message (Expand)Author
2013-03-01events: add check for listeners lengthTrevor Norris
2012-12-13streams2: The new stream base classesisaacs
2012-10-21streams: remove useless lineSoarez
2012-10-03streams: fix pipe is destructed by 'end' from destinationkoichik
2012-09-10stream.pipe: Don't call destroy() unless it's a functionisaacs
2012-05-28stream: don't call `cleanup` twice on `end` and `close`Maciej Małecki
2011-11-22Remove support for multi-source pipe()Felix Geisendörfer
2011-11-10throw from stdout.end and stderr.endIgor Zinkovsky
2011-10-24Directly export the Stream constructor.Nathan Rajlich
2011-10-24Remove resume and pause eventsRyan Dahl
2011-07-14Close #1303 Stream.pipe returns the destinationElijah Insua
2011-05-24Fix error handling bug in stream.pipe()Felix Geisendörfer
2011-05-02cleartextstream.destroy() should destroy socket.Ryan Dahl
2011-04-27Better stream.pipe() tracking.isaacs
2011-04-14Fix: Multiple pipes to the same stream were brokenFelix Geisendörfer
2011-03-28Fix listener leak in stream.pipe()Mikeal Rogers
2011-03-14Update copyright headersRyan Dahl
2011-02-09Add 'pipe' eventMikeal Rogers
2011-01-01Revert "Add optional filters to stream.pipe()"Ryan Dahl
2010-12-17Add optional filters to stream.pipe()Ryan Dahl
2010-12-01lintRyan Dahl
2010-12-01more lintRyan Dahl
2010-11-23Fix test-securepair-serverRyan Dahl
2010-11-20stream.pipe should remove listeners on dest closeRyan Dahl
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-10pipe-test fixesRyan Dahl
2010-10-10clean up options.end code - wasn't workingRyan Dahl
2010-10-10Add Stream base class with stream.pipeRyan Dahl