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
2021-09-18dgram: tighten `address` validation in `socket.send`Voltrex
2021-09-17readline: introduce promise-based APIAntoine du Hamel
2021-09-15dns: runtime deprecate type coercion of `dns.lookup` optionsAntoine du Hamel
2021-09-15module: support pattern trailers for imports fieldGuy Bedford
2021-09-15module: deprecate trailing slash pattern mappingsGuy Bedford
2021-09-13test: update OpenSSL3 error messages for 3.0.0+quicDaniel Bevenius
2021-09-12module: fix $ pattern replacementsGuy Bedford
2021-09-12dns: default to verbatim=true in dns.lookup()Ben Noordhuis
2021-09-12test: mark test-crypto-timing-safe-equal-benchmarks flakyRichard Lau
2021-09-12esm: consolidate ESM loader hooksJacob
2021-09-11worker: avoid potential deadlock on NearHeapLimitSantiago Gimeno
2021-09-11test: fix internet/test-dnsRich Trott
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-09-09crypto: fix RSA-PSS default saltLengthTobias Nießen
2021-09-09crypto: fix default MGF1 hash for OpenSSL 3Tobias Nießen
2021-09-08repl: fix top level await with surrogate charactersMestery
2021-09-08Revert "src: skip test_fatal/test_threads for Debug builds"Anna Henningsen
2021-09-08errors: disp ver on fatal except that causes exitDivlo
2021-09-08src: make napi_create_reference accept symbolJckXia
2021-09-07crypto: check webcrypto asymmetric key types during importKeyFilip Skokan
2021-09-07stream: fix highwatermark threshold and add the missing errorRongjian Zhang
2021-09-07tools,build: update YAML files in preparation for lintingRich Trott
2021-09-07test: make tests pass on Windows with Unix EOLMichaël Zasso
2021-09-07lib,repl: ignore non-canBeRequiredByUsers built-inXadillaX
2021-09-05crypto: add rsa-pss keygen parametersFilip Skokan
2021-09-01crypto: fix regression in RSA-PSS keygenTobias Nießen
2021-08-31async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger
2021-08-31test: use `assert.match` instead of `regexp.test`Michaël Zasso
2021-08-30test: adapt test-fs-read to V8 9.3Michaël Zasso
2021-08-30test: adapt test-util-inspect to V8 9.3Michaël Zasso
2021-08-30test: adapt test-v8-flags to V8 9.3Michaël Zasso
2021-08-30test: pass URL's toascii.window.js WPTXadillaX
2021-08-30fs: add docs and tests for `AsyncIterable` support in `fh.writeFile`Antoine du Hamel
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-08-29crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen
2021-08-28lib: add structuredClone() globalEthan Arrowood
2021-08-28test: use error code mapping in place of raw errnoDarshan Sen
2021-08-28crypto: fix rsa-pss one-shot sign/verify error handlingFilip Skokan
2021-08-26test: add test to verify other extension can be loaded by workerQingyu Deng
2021-08-26worker: remove file extension checkQingyu Deng
2021-08-26test: update error message keywordsleeight
2021-08-26lib,url: correct URL's argument to pass idlharnessXadillaX
2021-08-25module: support pattern trailersGuy Bedford
2021-08-25stream: add signal support to pipeline generatorsRobert Nagy
2021-08-25crypto: fix JWK RSA-PSS SubtleCrypto.exportKeyFilip Skokan
2021-08-25events: add brand checks for detached accessorsJames M Snell
2021-08-25worker: add brand checks for detached MessageEvent accessorsJames M Snell
2021-08-25deps: add corepackMaël Nison
2021-08-22util: expose toUSVStringRobert Nagy
2021-08-19policy: canonicalize before resolving specifiersBradley Farias