summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: allow SIGBUS in signal-handler abort testv16.x-stagingMichaël Zasso2023-05-051-3/+6
* Working on v16.20.1v16.xBeth Griggs2023-03-291-2/+2
* 2023-03-29, Version 16.20.0 'Gallium' (LTS)v16.20.0Beth Griggs2023-03-273-4/+44
* test: fix test-net-connect-reset-until-connectedVita Batrla2023-03-272-5/+10
* Revert "src: let http2 streams end after session close"Rich Trott2023-03-272-13/+7
* deps: update undici to 5.20.0Node.js GitHub Bot2023-03-2717-59/+94
* deps: V8: cherry-pick 90be99fab31cMichaël Zasso2023-03-275-1/+30
* deps: update c-ares to 1.19.0Michaël Zasso2023-03-2791-3659/+4381
* crypto: avoid hang when no algorithm availableRichard Lau2023-03-273-0/+64
* crypto: ensure auth tag set for chacha20-poly1305Ben Noordhuis2023-03-272-0/+39
* module: require.resolve.paths returns null with node schemaMURAKAMI Masahiko2023-03-272-2/+11
* test: skip test depending on `overlapped-checker` when not availableAntoine du Hamel2023-03-271-0/+4
* tools: make `utils.SearchFiles` deterministicBruno Pitrus2023-03-271-1/+1
* deps: V8: cherry-pick c2792e58035fJiawen Geng2023-03-274-1/+4
* test: remove cjs loader from stack tracesGeoffrey Booth2023-03-2747-216/+50
* test: fix WPT title when no META title is presentFilip Skokan2023-03-231-1/+1
* test: fix default WPT titlesFilip Skokan2023-03-232-2/+5
* test: add WPTRunner support for variants and generating WPT reportsFilip Skokan2023-03-232-57/+207
* deps: upgrade npm to 8.19.4npm CLI robot2023-03-2394-107/+101
* src: add support for externally shared js builtinsMichael Dawson2023-03-236-3/+229
* deps: update corepack to 0.17.0Node.js GitHub Bot2023-03-233-4/+23
* deps: update corepack to 0.16.0Node.js GitHub Bot2023-03-235-57840/+43838
* deps: update corepack to 0.15.3Node.js GitHub Bot2023-03-233-3/+10
* deps: update corepack to 0.15.2Node.js GitHub Bot2023-03-233-3/+10
* test: mark test-crypto-key-objects flaky on LinuxRichard Lau2023-02-181-0/+2
* Working on v16.19.2Richard Lau2023-02-161-2/+2
* 2023-02-16, Version 16.19.1 'Gallium' (LTS)v16.19.1Richard Lau2023-02-153-2/+45
* lib: makeRequireFunction patch when experimental policyRafaelGSS2023-02-159-18/+38
* policy: makeRequireFunction on mainModule.requireRafaelGSS2023-02-1517-49/+151
* deps: update undici to v5.19.1Matteo Collina2023-02-1577-5225/+5925
* crypto: clear OpenSSL error on invalid ca certRafaelGSS2023-02-142-1/+49
* crypto: clear OpenSSL error queue after calling X509_check_private_key()Filip Skokan2023-02-142-4/+15
* crypto: clear OpenSSL error queue after calling X509_verify()Takuro Sato2023-02-142-0/+7
* build: build ICU with ICU_NO_USER_DATA_OVERRIDERafaelGSS2023-02-141-0/+3
* deps: cherry-pick Windows ARM64 fix for opensslRichard Lau2023-02-131-1/+23
* deps: update archs files for quictls/openssl-1.1.1t+quicRafaelGSS2023-02-13283-267/+1090
* deps: upgrade openssl sources to OpenSSL_1_1_1t+quicRafaelGSS2023-02-1353-49387/+1547
* test: avoid left behind child processesRichard Lau2023-01-221-3/+3
* doc: clarify release notes for Node.js 16.19.0Richard Lau2022-12-211-8/+7
* Working on v16.19.1Richard Lau2022-12-131-2/+2
* 2022-12-13, Version 16.19.0 'Gallium' (LTS)v16.19.0Richard Lau2022-12-087-11/+123
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-12-0848-295/+297
* src: let http2 streams end after session closeSantiago Gimeno2022-12-082-0/+60
* test: add test to validate changelogs for releasesRichard Lau2022-12-071-0/+89
* crypto: update root certificatesLuigi Pinca2022-12-071-189/+474
* tools: update certdata.txtLuigi Pinca2022-12-071-1861/+3682
* test: mark test-watch-mode* as flaky on all platformsPierrick Bouvier2022-12-071-0/+3
* cluster: use inspector utilsMoshe Atlow2022-12-072-36/+20
* test: fix test-runner-inspectMoshe Atlow2022-12-071-28/+13
* test_runner: support using `--inspect` with `--test`Moshe Atlow2022-12-0713-23/+391