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-01-20lib: modify `DOMException` to pass WPTXadillaX
2022-01-19esm: improve validation of resolved URLsJacob Smith
2022-01-14esm: make `process.exit()` default to exit code 0Gang Chen
2022-01-11tls: fix handling of x509 subject and issuerTobias Nießen
2022-01-11tls: drop support for URI alternative namesTobias Nießen
2022-01-11crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2022-01-06esm: refactor esm tests out of test/messageGeoffrey Booth
2021-12-20lib: fix checking syntax of esm moduleQingyu Deng
2021-12-13loader: return package format from defaultResolve if knownGabriel Bota
2021-11-29esm: working mock testBradley Farias
2021-11-04esm: add support for JSON import assertionAntoine du Hamel
2021-10-30test: test `crypto.setEngine()` using an actual engineDarshan Sen
2021-10-25policy: fix message for invalid manifest specifierRich Trott
2021-10-21lib: fix regular expression to detect `/` and `\`Francesco Trotta
2021-09-22module: subpath folder mappings EOLGuy Bedford
2021-09-15module: support pattern trailers for imports fieldGuy Bedford
2021-09-15module: deprecate trailing slash pattern mappingsGuy Bedford
2021-09-12esm: consolidate ESM loader hooksJacob
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-08-29crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen
2021-08-28lib: add structuredClone() globalEthan Arrowood
2021-08-26test: add test to verify other extension can be loaded by workerQingyu Deng
2021-08-25module: support pattern trailersGuy Bedford
2021-08-19policy: canonicalize before resolving specifiersBradley Farias
2021-08-15policy: fix integrity when DEFAULT_ENCODING is setTobias Nießen
2021-08-12fs: add recursive cp methodbcoe
2021-08-11test: update WPT abort testsMichaël Zasso
2021-08-11test: update WPT common and resourcesMichaël Zasso
2021-08-05test: pull Web Platform Tests for WebCryptoAPIMichaël Zasso
2021-07-31module: fix ERR_REQUIRE_ESM error for null framesGuy Bedford
2021-07-25perf_hooks: web performance timeline compliancelegendecas
2021-07-18url: prevent pathname setter from erasing path of path-only URLsDarshan Sen
2021-07-15esm: refine ERR_REQUIRE_ESM errorsGuy Bedford
2021-07-11test: remove eslint-disable comment from fixture fileRich Trott
2021-06-30stream: implement WHATWG streamsJames M Snell
2021-06-30test: add WPT streams testsJames M Snell
2021-06-28errors: don't throw TypeError on missing exportbcoe
2021-06-28test: replace "inspector-cli" with "debugger"Rich Trott
2021-06-22errors: don't rekey on primitive typebcoe
2021-06-16test: fix name of variable in inspector-cli testTobias Nießen
2021-06-13module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel
2021-05-23url: exit early when : delimiter is seen in hostnameTimothy Gu
2021-04-30deps: update to cjs-module-lexer@1.2.1Guy Bedford
2021-04-29test: update url Web Platform TestsLeko
2021-04-28crypto: don't crash with some selfsigned certsNils Dralle
2021-04-25test,debugger: migrate node-inspect tests to coreRich Trott
2021-04-13esm: use correct URL for error decorationBradley Farias
2021-04-13test: add undefined fatalException exit code testNitzan Uziely
2021-04-07worker: fix exit code for error thrown in handlerNitzan Uziely
2021-03-30url: forbid pipe in URL hostDarshan Sen