summaryrefslogtreecommitdiff
path: root/lib/stream.js
Commit message (Expand)AuthorAgeFilesLines
* events: add check for listeners lengthTrevor Norris2013-03-011-4/+4
* streams2: The new stream base classesisaacs2012-12-131-4/+17
* streams: remove useless lineSoarez2012-10-211-1/+0
* streams: fix pipe is destructed by 'end' from destinationkoichik2012-10-031-1/+0
* stream.pipe: Don't call destroy() unless it's a functionisaacs2012-09-101-1/+1
* stream: don't call `cleanup` twice on `end` and `close`Maciej Małecki2012-05-281-6/+0
* Remove support for multi-source pipe()Felix Geisendörfer2011-11-221-19/+1
* throw from stdout.end and stderr.endIgor Zinkovsky2011-11-101-1/+1
* Directly export the Stream constructor.Nathan Rajlich2011-10-241-1/+3
* Remove resume and pause eventsRyan Dahl2011-10-241-31/+6
* Close #1303 Stream.pipe returns the destinationElijah Insua2011-07-141-0/+3
* Fix error handling bug in stream.pipe()Felix Geisendörfer2011-05-241-1/+1
* cleartextstream.destroy() should destroy socket.Ryan Dahl2011-05-021-2/+20
* Better stream.pipe() tracking.isaacs2011-04-271-25/+43
* Fix: Multiple pipes to the same stream were brokenFelix Geisendörfer2011-04-141-8/+21
* Fix listener leak in stream.pipe()Mikeal Rogers2011-03-281-12/+30
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Add 'pipe' eventMikeal Rogers2011-02-091-0/+2
* Revert "Add optional filters to stream.pipe()"Ryan Dahl2011-01-011-41/+2
* Add optional filters to stream.pipe()Ryan Dahl2010-12-171-2/+41
* lintRyan Dahl2010-12-011-14/+14
* more lintRyan Dahl2010-12-011-1/+1
* Fix test-securepair-serverRyan Dahl2010-11-231-3/+5
* stream.pipe should remove listeners on dest closeRyan Dahl2010-11-201-6/+19
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-2/+2
* pipe-test fixesRyan Dahl2010-10-101-1/+1
* clean up options.end code - wasn't workingRyan Dahl2010-10-101-3/+1
* Add Stream base class with stream.pipeRyan Dahl2010-10-101-0/+57