summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2023-03-15, Version 19.8.1 (Current)v19.8.1Michaël Zasso2023-03-153-3/+20
| | | | | | | | | | Notable changes: This release contains a single revert of a change that was introduced in v19.8.0 and introduced application crashes. Fixes: https://github.com/nodejs/node/issues/47096 PR-URL: https://github.com/nodejs/node/pull/47104
* Revert "vm: fix leak in vm.compileFunction when importModuleDynamically is used"Michaël Zasso2023-03-154-20/+15
| | | | | | | | | | | | | | | | This reverts commit 986498b7b329f454507b3a47e9f20cbcdb029dc2. Fixes: https://github.com/nodejs/node/issues/47096 PR-URL: https://github.com/nodejs/node/pull/47101 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
* Working on v19.8.1Michaël Zasso2023-03-141-2/+2
| | | | PR-URL: https://github.com/nodejs/node/pull/47087
* 2023-03-14, Version 19.8.0 (Current)v19.8.0Michaël Zasso2023-03-1414-22/+258
| | | | | | | | | | | | | | | | | | | | | | | | | Notable changes: buffer: * (SEMVER-MINOR) add Buffer.copyBytesFrom(...) (James M Snell) https://github.com/nodejs/node/pull/46500 doc: * add marco-ippolito to collaborators (Marco Ippolito) https://github.com/nodejs/node/pull/46816 events: * (SEMVER-MINOR) add listener argument to listenerCount (Paolo Insogna) https://github.com/nodejs/node/pull/46523 lib: * (SEMVER-MINOR) add AsyncLocalStorage.bind() and .snapshot() (flakey5) https://github.com/nodejs/node/pull/46387 src: * (SEMVER-MINOR) add `fs.openAsBlob` to support File-backed Blobs (James M Snell) https://github.com/nodejs/node/pull/45258 tls: * (SEMVER-MINOR) support automatic DHE (Tobias Nießen) https://github.com/nodejs/node/pull/46978 url: * (SEMVER-MINOR) implement URLSearchParams size getter (James M Snell) https://github.com/nodejs/node/pull/46308 wasi: * (SEMVER-MINOR) add support for version when creating WASI (Michael Dawson) https://github.com/nodejs/node/pull/46469 worker: * (SEMVER-MINOR) add support for worker name in inspector and trace_events (Debadree Chatterjee) https://github.com/nodejs/node/pull/46832 PR-URL: https://github.com/nodejs/node/pull/47087
* tools: add daily WPT Report workflow step summaryFilip Skokan2023-03-141-2/+12
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46763 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* tools: add undici WPTs to daily WPT ReportFilip Skokan2023-03-141-17/+47
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46763 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* deps: update undici to 5.21.0Node.js GitHub Bot2023-03-1423-356/+542
| | | | | | PR-URL: https://github.com/nodejs/node/pull/47063 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
* src: use std::array for passing argv in node::urlAnna Henningsen2023-03-141-26/+22
| | | | | | | | | | | Implements a review suggestion from 72e971ee2e7d1c974. Refs: https://github.com/nodejs/node/pull/47001#issuecomment-1462999332 PR-URL: https://github.com/nodejs/node/pull/47035 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
* doc: remove remaining SSL_OP_NETSCAPE_*_BUGTobias Nießen2023-03-141-8/+0
| | | | | | | | | | | | I missed these two in db81af61ce0d55c052723e30ac7f6b7ad60f70c3 because I went by OpenSSL's list of obsolete flags, which turned out to be incomplete. See https://github.com/openssl/openssl/pull/20443. Refs: https://github.com/nodejs/node/pull/46954 Refs: https://github.com/openssl/openssl/pull/20443 PR-URL: https://github.com/nodejs/node/pull/47066 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* esm: allow resolve to return import assertionsGeoffrey Booth2023-03-144-43/+71
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46153 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
* esm: move hooks handling into separate classGeoffrey Booth2023-03-144-598/+739
| | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/45869 Backport-PR-URL: https://github.com/nodejs/node/pull/46511 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
* test_runner: default to spec reporter when on TTY environmentMoshe Atlow2023-03-144-3/+36
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46969 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
* test_runner: handle errors not bound to testscjihrig2023-03-145-11/+24
| | | | | | | | | | | | This commit addresses a previously untested branch of the code. It is possible when using the test runner that an error occurs outside of a test. In this case, the test runner would simply rethrow the error. This commit updates the logic to handle the error in the same fashion as other uncaughtExceptions. PR-URL: https://github.com/nodejs/node/pull/46962 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* test_runner: throw if harness is not bootstrappedcjihrig2023-03-142-15/+7
| | | | | | | | | | This commit updates the test harness to re-throw uncaught errors if bootstrapping has not completed. This updates the existing logic which tried to detect a specific error code. PR-URL: https://github.com/nodejs/node/pull/46962 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* test_runner: track bootstrapping processcjihrig2023-03-143-9/+13
| | | | | | | | | This commit updates the test harness and root test to track when bootstrapping has completed. PR-URL: https://github.com/nodejs/node/pull/46962 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* lib: enforce use of trailing commasAntoine du Hamel2023-03-1467-285/+251
| | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46881 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
* test_runner: avoid running twice tests in describeMoshe Atlow2023-03-143-28/+29
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46888 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* test_runner: fix reconstruction of errors extracted from YAMLMoshe Atlow2023-03-147-1/+26
| | | | | | | PR-URL: https://github.com/nodejs/node/pull/46872 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
* url: offload `URLSearchParams` initializationYagiz Nizipli2023-03-144-52/+48
| | | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46867 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-03-1430-244/+213
| | | | | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46848 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
* test_runner: reset count on watch modeMoshe Atlow2023-03-143-5/+22
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46577 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* lib,src: fix a few typos in commentsTobias Nießen2023-03-145-6/+6
| | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46835 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
* events: add trailing commas in source filesAntoine du Hamel2023-03-143-15/+17
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46759 Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
* test_runner: bootstrap reporters before running testsMoshe Atlow2023-03-144-12/+29
| | | | | | | PR-URL: https://github.com/nodejs/node/pull/46737 Fixes: https://github.com/nodejs/node/issues/46747 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
* test_runner: emit test-only diagnostic warningRichie McColl2023-03-144-0/+15
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46540 Fixes: https://github.com/nodejs/node/issues/46448 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* test_runner: flatten TAP output when running using `--test`Moshe Atlow2023-03-149-697/+724
| | | | | | | PR-URL: https://github.com/nodejs/node/pull/46440 Fixes: https://github.com/nodejs/node/issues/45833 Refs: https://github.com/nodejs/node/issues/45833 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
* test: fix flakyness in test-runner reporter testMoshe Atlow2023-03-141-1/+3
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/45930 Fixes: https://github.com/nodejs/node/issues/45929 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* doc: fix typo in test.mdVictor Hiairrassary2023-03-141-1/+1
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/47053 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
* benchmark: add a benchmark for URLSearchParams creation and toString()Debadree Chatterjee2023-03-142-0/+155
| | | | | | | | | | Refs: https://github.com/nodejs/performance/issues/56 PR-URL: https://github.com/nodejs/node/pull/46810 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
* debugger: improve validations and documents for watch and unwatchEungyu Lee2023-03-144-4/+34
| | | | | | | | | - debugger: add string validation for watch(expr) - debugger: add help document for watch(index) - test: add test for watch(index) command - doc: add information on unwatch(index) option PR-URL: https://github.com/nodejs/node/pull/46947 Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
* doc: amend support tier qualifierGireesh Punathil2023-03-141-3/+3
| | | | | | | | | | | | Amend Tier 3 category definition to remove a tentative clause and introduce a more concrete one. Refs: https://github.com/nodejs/node/pull/42802 PR-URL: https://github.com/nodejs/node/pull/42805 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
* tls: support automatic DHETobias Nießen2023-03-145-33/+87
| | | | | | | | | | | | | | | | Node.js has so far only supported user-defined DHE parameters and even recommended generating custom parameters. This change lets users set the dhparam option to 'auto' instead, in which case DHE parameters of sufficient strength are selected automatically (from a small set of well-known parameters). This has been recommended by OpenSSL for quite a while, and it makes it much easier for Node.js TLS servers to properly support DHE-based perfect forward secrecy. This also updates the documentation to prioritize ECDHE over DHE, mostly because the former tends to be more efficient and is enabled by default. PR-URL: https://github.com/nodejs/node/pull/46978 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* debugger: add a command to set which lines to check for contextEungyu Lee2023-03-143-3/+84
| | | | PR-URL: https://github.com/nodejs/node/pull/46812 Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
* test: move `test-tls-autoselectfamily-servername` to `test/internet`Antoine du Hamel2023-03-141-4/+5
| | | | | | | | | | | And switch from `google.com` to `nodejs.org`. PR-URL: https://github.com/nodejs/node/pull/47029 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
* benchmark: replace table in docs with description of file tree structureTheodor Steiner2023-03-141-31/+14
| | | | | | | | | | | The markdown table in `benchmark/README.md` has grown stale, no longer providing an overview over all existing benchmarks. As it has proven difficult to keep an exhaustive listing of available benchmarks up to date, this commit provides a description of how the directory is structured instead. PR-URL: https://github.com/nodejs/node/pull/46991 Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* doc,test: extend the list of platforms supported by single-executablesDarshan Sen2023-03-143-13/+18
| | | | | | | | | | | Now that https://github.com/nodejs/node/pull/46934 has landed, we can extend the list of platforms and architectures where we can run the single-executable test. Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: https://github.com/nodejs/node/pull/47026 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
* tools: dont use cached node versions in daily wptFilip Skokan2023-03-141-0/+1
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/47024 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
* test: fallback to IPv4 if IPv6 is unavailableAbdirahim Musse2023-03-142-1/+7
| | | | | | | | | | | | | openssl seems to default to use IPv6. This change adds a checks if IPv6 is unavailable and uses IPv4 instead. On the Node.js CI IBM i build system IPv6 is currently disabled. This change should resolve the following test case failures: - https://ci.nodejs.org/job/node-test-commit-ibmi/nodes=ibmi73-ppc64/1085/testReport/(root)/test/sequential_test_tls_psk_client_/ - https://ci.nodejs.org/job/node-test-commit-ibmi/nodes=ibmi73-ppc64/1085/testReport/(root)/test/sequential_test_tls_securepair_client_/ PR-URL: https://github.com/nodejs/node/pull/47017 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* tools: automate cares updateMarco Ippolito2023-03-144-68/+83
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46993 Refs: https://github.com/nodejs/security-wg/issues/828 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
* doc: fix typo on esm loaders exampleRuy Adorno2023-03-141-1/+1
| | | | | | | | | | | | Fixes a small typo on the Transpiler loader example. PR-URL: https://github.com/nodejs/node/pull/47015 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
* net: fix setting of value in 'setDefaultAutoSelectFamilyAttemptTimeout'Deokjin Kim2023-03-143-2/+9
| | | | | | | | | | | Document describes that the value have to be 10 if passed value to `setDefaultAutoSelectFamilyAttemptTimeout` is less than 10. So need to use 10 for 'if' statement and fix typo in document. Refs: https://github.com/nodejs/node/blob/main/doc/api/net.md#netsetdefaultautoselectfamilyattempttimeoutvalue PR-URL: https://github.com/nodejs/node/pull/47012 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
* url: fix array overrun in node:url::SetArgs()Yagiz Nizipli2023-03-141-41/+17
| | | | | | PR-URL: https://github.com/nodejs/node/pull/47001 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Darshan Sen <raisinten@gmail.com>
* meta: add single-executable labels and code ownersJoyee Cheung2023-03-142-0/+11
| | | | | PR-URL: https://github.com/nodejs/node/pull/47004 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
* test,crypto: update WebCryptoAPI WPTFilip Skokan2023-03-149-248/+492
| | | | | PR-URL: https://github.com/nodejs/node/pull/47010 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* test: simplify test-tls-ecdh-multipleTobias Nießen2023-03-141-28/+12
| | | | | | | | | | | Avoid the process 'exit' event handler and use execFile instead of manual stream operations. Refs: https://github.com/nodejs/node/pull/46751 PR-URL: https://github.com/nodejs/node/pull/46963 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
* src: remove TLSEXT_TYPE_alpn guardTobias Nießen2023-03-141-2/+0
| | | | | | | | | | | | | | | TLSEXT_TYPE_application_layer_protocol_negotiation is always defined in all supported OpenSSL versions. We also use this macro elsewhere without guards, so if it did not exist, compilation would have already failed. Besides that, it makes little sense to provide a TLS 1.3 implementation that does not support ALPN. PR-URL: https://github.com/nodejs/node/pull/46956 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
* src: remove use of SSL_OP_SINGLE_DH_USETobias Nießen2023-03-141-2/+0
| | | | | | | | | | This option does not have any effect in any supported OpenSSL version. Refs: https://github.com/nodejs/node/pull/46954 PR-URL: https://github.com/nodejs/node/pull/46955 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
* doc: add missing test runner flags to man pageColin Ihrig2023-03-141-0/+6
| | | | | | | | | | --test-reporter and --test-reporter-destination were previously missing from the man page. PR-URL: https://github.com/nodejs/node/pull/46982 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* typings: improve `primordials` typingsAntoine du Hamel2023-03-142-3/+27
| | | | | PR-URL: https://github.com/nodejs/node/pull/46970 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* doc: fix history information for `node:diagnostics_channel`Thomas Hunter II2023-03-141-1/+3
| | | | | | | | | | `node:diagnostics_channel` was backported to Node.js v14.17.0. PR-URL: https://github.com/nodejs/node/pull/46984 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>