Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-15stream: bypass legacy destroy for pipeline and async iterationRobert Nagy
2021-05-27lib: remove unnecessary lazy loadsJoyee Cheung
2020-12-11stream: support abortsignal in constructorBenjamin Gruenbaum
2020-12-07stream: support abort signalBenjamin Gruenbaum
2020-09-23stream: fix legacy pipe error handlingRobert Nagy
2020-09-21stream: move to internal/streamsMatteo Collina
2020-07-17stream: refactor lazyLoadPromisesrickyes
2020-07-09stream: add promises version to utility functionsrickyes
2019-10-22stream: simplify uint8ArrayToBuffer helperLuigi Pinca
2019-10-22stream: remove dead codeLuigi Pinca
2019-09-12stream: simplify isUint8Array helperAnna Henningsen
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-22stream: reduce internal usage of public require of utilBeni von Cheni
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-06util: make util binding internalcjihrig
2018-04-16stream: add pipeline and finishedMathias Buus
2018-03-29zlib,stream: use “official” util.types typechecksAnna Henningsen
2018-02-04tools: non-Ascii linter for /lib onlySarat Addepalli
2017-10-17lib: use destructuring for some constantsWeijia Wang
2017-10-02lib: 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-22lib,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-02-01lib: reduce util.is*() usagecjihrig
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2013-08-02src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-03-02events: add check for listeners lengthTrevor Norris
2012-12-14streams2: The new stream base classesisaacs
2012-10-22streams: remove useless lineSoarez
2012-10-03streams: fix pipe is destructed by 'end' from destinationkoichik
2012-09-11stream.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-11throw from stdout.end and stderr.endIgor Zinkovsky
2011-10-25Directly export the Stream constructor.Nathan Rajlich
2011-10-25Remove resume and pause eventsRyan Dahl
2011-07-15Close #1303 Stream.pipe returns the destinationElijah Insua
2011-05-24Fix error handling bug in stream.pipe()Felix Geisendörfer
2011-05-03cleartextstream.destroy() should destroy socket.Ryan Dahl
2011-04-28Better stream.pipe() tracking.isaacs
2011-04-15Fix: Multiple pipes to the same stream were brokenFelix Geisendörfer