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
2022-02-24stream: port more test262 testsBenjamin Gruenbaum
2022-02-13stream: revert revert `map` spec complianceBenjamin Gruenbaum
2022-02-11stream: revert `map` spec complianceBenjamin Gruenbaum
2022-02-05stream: initial port of test262 testsBenjamin Gruenbaum
2022-01-17stream: add forEach methodBenjamin Gruenbaum
2021-12-29stream: add isReadable helperRobert Nagy
2021-12-29stream: add map method to ReadableBenjamin Gruenbaum
2021-12-16stream: add isErrored helperRobert Nagy
2021-08-25stream: add signal support to pipeline generatorsRobert Nagy
2021-08-06stream: add isDisturbed helperRobert Nagy
2021-07-21stream: compose with async functionsRobert Nagy
2021-07-19stream: add stream.composeRobert Nagy
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