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-16test: fix typoHoussem Chebab
2021-06-14tools: update doctool dependencies, migrate to ESMMichaël Zasso
2021-06-14report: generates report on threads with no isolateslegendecas
2021-06-10test: adapt abort tests for new Windows codeMichaël Zasso
2021-05-17test: set common.bits to 64 for riscv64Andreas Schwab
2021-05-06debugger: rename inspector-cli test module to debuggerRich Trott
2021-05-05doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-05-03test: fix flaky inspector-cli tests when breakpionts are restoredRich Trott
2021-05-02test: fix `common.mustCall` `length` and `name` propertiesAntoine du Hamel
2021-04-25test: extend timeout on debugger tests for slower machinesRich Trott
2021-04-25test,debugger: migrate node-inspect tests to coreRich Trott
2021-04-23test: add ancestor package.json checks for tmpdirRichard Lau
2021-04-21test: use .test domain for not found addressRichard Lau
2021-04-18test: fix flaky test-dns and test-dns-lookupRich Trott
2021-04-14test: remove common.disableCrashOnUnhandledRejectionMichaël Zasso
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-04-01perf_hooks: make performance a globalJames M Snell
2021-03-25buffer: expose btoa and atob as globalsJames M Snell
2021-03-19deps: add ngtcp2 and nghttp3James M Snell
2021-03-16src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius
2021-03-09test: fix WPT URL tests that fetch JSON dataMichaël Zasso
2021-03-08test: terminate WPT workers after test completionMichaël Zasso
2021-03-08test: ignore WPT worker errors after tests finishedMichaël Zasso
2021-03-04test: update all Web Platform TestsMichaël Zasso
2021-02-22test: clarify usage of tmpdir.refresh()Darshan Sen
2021-01-30quic: remove quicJames M Snell
2021-01-15doc: update tls test to use better terminologyMichael Dawson
2021-01-05lib,src: update cluster to use ParentMichael Dawson
2020-12-11build,lib,test: change whitelist to allowlistMichaël Zasso
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-11-18test: fix typo in inspector-helper.jsLuigi Pinca
2020-11-09test: improve error message for policy failuresBradley Farias
2020-10-30test: fix reference to WPT testharness.jsTobias Nießen
2020-10-17test: add common.mustSucceedTobias Nießen
2020-10-16net: add support for resolving DNS CAA recordsDanny Sonnenschein
2020-10-15test: check for AbortController existenceJames M Snell
2020-10-14gyp,build: consistent shared library locationRod Vagg
2020-10-13inspector: do not hardcode Debugger.CallFrameId in testsDmitry Gozman
2020-10-08fs: add rm methodIan Sutherland
2020-10-07test: adjust comments for upcoming lint ruleRich Trott
2020-09-22process: change default --unhandled-rejections=throwDan Fabulich
2020-08-18test: move execution of WPT to worker threadsMichaël Zasso
2020-08-16test: remove common.rootDirRich Trott
2020-07-24n-api: run all finalizers via SetImmediate()Gabriel Schulhof
2020-07-17test: remove common.localhostIPv6Rich Trott
2020-06-26src: add errorProperties on process.reporthimself65
2020-06-25test: print arguments passed to mustNotCall functionDenys Otrishko
2020-06-24quic: updates to implement for h3-29James M Snell
2020-06-22test: fix typo in common/index.jsgengjiawen
2020-06-16quic: initial QUIC implementationJames M Snell