summaryrefslogtreecommitdiff
path: root/lib/stream.js
Commit message (Expand)AuthorAgeFilesLines
* tools: lint for unused catch bindingscjihrig2018-11-061-2/+2
* stream: undo internalBinding() conversion in compat mechanismAnna Henningsen2018-10-181-1/+4
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* util: make util binding internalcjihrig2018-09-051-1/+2
* stream: add pipeline and finishedMathias Buus2018-04-161-0/+5
* zlib,stream: use “official” util.types typechecksAnna Henningsen2018-03-281-7/+6
* tools: non-Ascii linter for /lib onlySarat Addepalli2018-02-041-1/+1
* lib: use destructuring for some constantsWeijia Wang2017-10-161-1/+1
* lib: faster type checks for some typesTimothy Gu2017-10-011-3/+9
* stream: support Uint8Array input to methodsAnna Henningsen2017-05-271-0/+37
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* stream: move legacy to lib/internal diryorkie2017-02-011-96/+3
* lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani2015-09-231-1/+1
* events,lib: don't require EE#listenerCount()Jeremiah Senkpiel2015-09-061-1/+1
* events: deprecate static listenerCount functionSakthipriyan Vairamani2015-08-201-1/+1
* lib,test: fix whitespace issuesRoman Reiss2015-06-151-1/+0
* lib: reduce util.is*() usagecjihrig2015-01-311-1/+1
* lib: use const to define constantscjihrig2015-01-211-2/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* src: Replace macros with util functionsisaacs2013-08-011-1/+1
* lib: macro-ify type checksBen Noordhuis2013-07-241-1/+1
* 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