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
path: root/test
AgeCommit message (Expand)Author
2022-02-27fs: adjust default `length` for `fs.readSync` and fsPromises/`read`Livia Medeiros
2022-02-27esm: fix relative imports for httpsBradley Farias
2022-02-26crypto: validate `this` value for `webcrypto.getRandomValues`Antoine du Hamel
2022-02-26crypto: add KeyObject.prototype.equals methodFilip Skokan
2022-02-26lib: clean after the cancel algorithm throw errorGang Chen
2022-02-26perf_hooks: do not return all entries with getEntriesBy[Name|Type]Xuguang Mei
2022-02-25stream: allow returning null from pipeline tailRobert Nagy
2022-02-24test: deflake test-common-expect-warningLuigi Pinca
2022-02-24doc,tools: improve navigability of API docsPaolo Insogna
2022-02-24module: prefer async/await in https importsBenjamin Gruenbaum
2022-02-24stream: port more test262 testsBenjamin Gruenbaum
2022-02-23process: fix named report exportmadflow
2022-02-23test: validate `EventEmitterAsyncResource` methods throw on invalid thisYoshiki Kurihara
2022-02-23repl: remove preview when press escapemeixg
2022-02-22crypto: use RFC2253 format in PrintGeneralNameTobias Nießen
2022-02-22net: add new options to `net.Socket` and `net.Server`Paolo Insogna
2022-02-21test: increase Fibonacci argument to 40Rich Trott
2022-02-21lib: enable fetch by defaultMichaël Zasso
2022-02-21perf_hooks: use arrays to store EntryBuffersXuguang Mei
2022-02-20tools: enable es2022 env in ESLint configMichaël Zasso
2022-02-19tools: lint deprecation codesAntoine du Hamel
2022-02-19esm: improve `fetch_module` test coverage and remove hackAntoine du Hamel
2022-02-19test: remove test-stdout-close-catch flaky designationRich Trott
2022-02-18esm: remove erroneous `context.parentURL` property passed to `load` hookJacob Smith
2022-02-18tools: fix bugs in prefer-primordials linter ruleAntoine du Hamel
2022-02-18lib: add FormData global when fetch is enabledMichaël Zasso
2022-02-18test: check that fetch globals are disabled by defaultMichaël Zasso
2022-02-18test: improve vm test coverageYoshiki Kurihara
2022-02-17debugger: add debugger alias for exec(expr)Xuguang Mei
2022-02-17test: run webmessaging/broadcastchannel WPTBen Noordhuis
2022-02-17lib: allow respondWithNewView on byob auto allocated streamsSean Quinlan
2022-02-16events: set default handler valueBenjamin Gruenbaum
2022-02-15doc: fix deprecation numberAntoine du Hamel
2022-02-15test: fix names of tests marked flaky on IBM iRichard Lau
2022-02-15test: fix typographical errorRich Trott
2022-02-15fs: support copy of relative links with cp and cpSyncMarcos Bjoerkelund
2022-02-15stream: need to cleanup event listeners if last stream is readableXuguang Mei
2022-02-14build,tools: change the quotes in YAMLMestery
2022-02-14test: fix intl tests on small-icu buildsAntoine du Hamel
2022-02-14fs: fix cb/sync writev empty array behaviorBenjamin Gruenbaum
2022-02-14stream: add more forEach testsBenjamin Gruenbaum
2022-02-14stream: add more filter testsBenjamin Gruenbaum
2022-02-14crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2022-02-14process: runtime deprecate multipleResolvesBenjamin Gruenbaum
2022-02-13stream: revert revert `map` spec complianceBenjamin Gruenbaum
2022-02-12fs: fix writev empty array error behaviorBenjamin Gruenbaum
2022-02-11stream: revert `map` spec complianceBenjamin Gruenbaum
2022-02-11test: improve code coverage for streams/duplexifyErick Wendel
2022-02-11test: improve `worker_threads ` coverageErick Wendel
2022-02-11test: remove lint rule for setTimeout() argumentsRich Trott