summaryrefslogtreecommitdiff
path: root/lib/stream.js
AgeCommit message (Expand)AuthorFilesLines
2012-12-13streams2: The new stream base classesisaacs1-4/+17
2012-10-21streams: remove useless lineSoarez1-1/+0
2012-10-03streams: fix pipe is destructed by 'end' from destinationkoichik1-1/+0
2012-09-10stream.pipe: Don't call destroy() unless it's a functionisaacs1-1/+1
2012-05-28stream: don't call `cleanup` twice on `end` and `close`Maciej Małecki1-6/+0
2011-11-22Remove support for multi-source pipe()Felix Geisendörfer1-19/+1
2011-11-10throw from stdout.end and stderr.endIgor Zinkovsky1-1/+1
2011-10-24Directly export the Stream constructor.Nathan Rajlich1-1/+3
2011-10-24Remove resume and pause eventsRyan Dahl1-31/+6
2011-07-14Close #1303 Stream.pipe returns the destinationElijah Insua1-0/+3
2011-05-24Fix error handling bug in stream.pipe()Felix Geisendörfer1-1/+1
2011-05-02cleartextstream.destroy() should destroy socket.Ryan Dahl1-2/+20
2011-04-27Better stream.pipe() tracking.isaacs1-25/+43
2011-04-14Fix: Multiple pipes to the same stream were brokenFelix Geisendörfer1-8/+21
2011-03-28Fix listener leak in stream.pipe()Mikeal Rogers1-12/+30
2011-03-14Update copyright headersRyan Dahl1-0/+21
2011-02-09Add 'pipe' eventMikeal Rogers1-0/+2
2011-01-01Revert "Add optional filters to stream.pipe()"Ryan Dahl1-41/+2
2010-12-17Add optional filters to stream.pipe()Ryan Dahl1-2/+41
2010-12-01lintRyan Dahl1-14/+14
2010-12-01more lintRyan Dahl1-1/+1
2010-11-23Fix test-securepair-serverRyan Dahl1-3/+5
2010-11-20stream.pipe should remove listeners on dest closeRyan Dahl1-6/+19
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith1-2/+2
2010-10-10pipe-test fixesRyan Dahl1-1/+1
2010-10-10clean up options.end code - wasn't workingRyan Dahl1-3/+1
2010-10-10Add Stream base class with stream.pipeRyan Dahl1-0/+57