summaryrefslogtreecommitdiff
path: root/lib/stream.js
AgeCommit message (Expand)Author
2018-11-06tools: lint for unused catch bindingscjihrig
2018-10-18stream: undo internalBinding() conversion in compat mechanismAnna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-05util: make util binding internalcjihrig
2018-04-16stream: add pipeline and finishedMathias Buus
2018-03-28zlib,stream: use “official” util.types typechecksAnna Henningsen
2018-02-04tools: non-Ascii linter for /lib onlySarat Addepalli
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-05-27stream: support Uint8Array input to methodsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-01stream: move legacy to lib/internal diryorkie
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-06events,lib: don't require EE#listenerCount()Jeremiah Senkpiel
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
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