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-10-05crypto: remove incorrect constructor invocationgc
2021-10-05doc: format markdown files in test directoryRich Trott
2021-10-03test: fix typo in test/common/index.jsTobias Nießen
2021-10-02util: expose stripVTControlCharacters()cjihrig
2021-10-01test: suppress compiler warning in test_bigintDaniel Bevenius
2021-09-30http: remove 'data' and 'end' listener if client parser errorMatteo Collina
2021-09-29v8: remove --harmony-top-level-awaitGeoffrey Booth
2021-09-27repl: skip EmptyStatements and return result with TLAMestery
2021-09-27http: use 0 as default for requests limitArtur K
2021-09-27deps: update `nghttp2` to v1.45.1thunder-coding
2021-09-26events: allow dispatch many times without listenerMrBBot
2021-09-25fs: add stream utilities to `FileHandle`Antoine du Hamel
2021-09-22module: subpath folder mappings EOLGuy Bedford
2021-09-22doc: prepare markdown file for upcoming formatting/lintingRich Trott
2021-09-20test: fix test-dgram-udp6-link-local-address on WindowsMichaël Zasso
2021-09-20crypto: fix webcrypto ed(25519|448) spki/pkcs8 importFilip Skokan
2021-09-19http: limit requests per connectionArtur K
2021-09-19module: runtime deprecate trailing slash patternsGuy Bedford
2021-09-19test: do not run `test-corepack-yarn-install` with no internetAntoine du Hamel
2021-09-18tools: update doc generator dependenciesMichaël Zasso
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