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-06-12test: fix `common.mustNotCall` error messageAntoine du Hamel
2022-06-02test: add `BigInt`s to `common.getArrayBufferViews()`Livia Medeiros
2022-04-12test: only skip slow tests on Raspberry Pi devicesRichard Lau
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-04-04stream: expose web streams globals, remove runtime experimental warningAntoine du Hamel
2022-02-21lib: enable fetch by defaultMichaël Zasso
2022-02-18lib: add FormData global when fetch is enabledMichaël Zasso
2022-02-14crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2022-02-01lib: add fetchMichaël Zasso
2021-12-30test: improve expectWarning error messageRich Trott
2021-10-03test: fix typo in test/common/index.jsTobias Nießen
2021-09-07test: make tests pass on Windows with Unix EOLMichaël Zasso
2021-08-31test: use `assert.match` instead of `regexp.test`Michaël Zasso
2021-08-28lib: add structuredClone() globalEthan Arrowood
2021-07-25perf_hooks: web performance timeline compliancelegendecas
2021-07-14test: put common lint exceptions into config fileRich Trott
2021-07-05test: remove checks for armv6Rich Trott
2021-07-04test: remove common.enoughTestCpuRich Trott
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-02test: fix `common.mustCall` `length` and `name` propertiesAntoine du Hamel
2021-04-23test: add ancestor package.json checks for tmpdirRichard Lau
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-01-30quic: remove quicJames M Snell
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-09test: improve error message for policy failuresBradley Farias
2020-10-17test: add common.mustSucceedTobias Nießen
2020-10-15test: check for AbortController existenceJames M Snell
2020-10-07test: adjust comments for upcoming lint ruleRich Trott
2020-09-22process: change default --unhandled-rejections=throwDan Fabulich
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-25test: print arguments passed to mustNotCall functionDenys Otrishko
2020-06-22test: fix typo in common/index.jsgengjiawen
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-05-24module: deprecate module.parentAntoine du HAMEL
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-08test: skip some console tests on dumb terminalAdam Majer
2020-03-15test: remove common.skipIfReportDisabled()cjihrig
2020-03-05test: remove common.expectsInternalAssertionRich Trott
2020-02-27test: validate common property usageDenys Otrishko