-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v14.21.0 proposal #44889
v14.21.0 proposal #44889
Commits on Sep 23, 2022
-
src,doc,test: add --openssl-shared-config option
This commit adds a new command line option named '--openssl-shared-config' intended to allow reverting to the old OpenSSL configuration behavior where Node.js would use the configuration section name (called appname in OpenSSL) 'openssl_conf' which could potentially be used my other applications.. PR-URL: #43124 Refs: #40366 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Backport-PR-URL: #43782 Refs: nodejs/nodejs.org#4713 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 4f83d75 - Browse repository at this point
Copy the full SHA 4f83d75View commit details
Commits on Oct 1, 2022
-
deps: update Corepack to 0.11.2
PR-URL: #43402 Backport-PR-URL: #43760 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fa6c276 - Browse repository at this point
Copy the full SHA fa6c276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d6cb3b - Browse repository at this point
Copy the full SHA 9d6cb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6972c9 - Browse repository at this point
Copy the full SHA b6972c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e9891 - Browse repository at this point
Copy the full SHA 28e9891View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee24c32 - Browse repository at this point
Copy the full SHA ee24c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0227462 - Browse repository at this point
Copy the full SHA 0227462View commit details -
deps: update corepack to 0.14.0
PR-URL: #44509 Backport-PR-URL: #43760 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e55389c - Browse repository at this point
Copy the full SHA e55389cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f8e4d - Browse repository at this point
Copy the full SHA a1f8e4dView commit details
Commits on Oct 24, 2022
-
deps: update timezone to tz2022e
PR-URL: #45094 Refs: nodejs/Release#773 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 18c43c8 - Browse repository at this point
Copy the full SHA 18c43c8View commit details
Commits on Oct 26, 2022
-
deps: update corepack to 0.14.2
PR-URL: #44775 Backport-PR-URL: #44924 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 98c49d8 - Browse repository at this point
Copy the full SHA 98c49d8View commit details -
tools: add more options to track flaky tests
Refs: #43929 (comment) PR-URL: #43954 Backport-PR-URL: #45126 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Feng Yu <F3n67u@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for a1d5209 - Browse repository at this point
Copy the full SHA a1d5209View commit details -
deps: cherry-pick libuv/libuv@abb109f
Original commit log follows: darwin: remove EPROTOTYPE error workaround (libuv/libuv#3405) It's been reported in the past that OS X 10.10, because of a race condition in the XNU kernel, sometimes returns a transient EPROTOTYPE error when trying to write to a socket. Libuv handles that by retrying the operation until it succeeds or fails with a different error. Recently it's been reported that current versions of the operating system formerly known as OS X fail permanently with EPROTOTYPE under certain conditions, resulting in an infinite loop. Because Apple isn't exactly forthcoming with bug fixes or even details, I'm opting to simply remove the workaround and have the error bubble up. Refs: libuv/libuv#482 Fixes: #43916 PR-URL: #43950 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a1dea66 - Browse repository at this point
Copy the full SHA a1dea66View commit details -
deps: cherry-pick libuv/libuv@3a7b955
Original commit log follows: darwin: translate EPROTOTYPE to ECONNRESET (libuv/libuv#3413) macOS versions 10.10 and 10.15 - and presumbaly 10.11 to 10.14, too - have a bug where a race condition causes the kernel to return EPROTOTYPE because the socket isn't fully constructed. It's probably the result of the peer closing the connection and that is why libuv translates it to ECONNRESET. Previously, libuv retried until the EPROTOTYPE error went away but some VPN software causes the same behavior except the error is permanent, not transient, turning the retry mechanism into an infinite loop. Refs: libuv/libuv#482 Refs: libuv/libuv#3405 Fixes: #43916 PR-URL: #43950 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 773f587 - Browse repository at this point
Copy the full SHA 773f587View commit details
Commits on Nov 1, 2022
-
test: fix intl tests on small-icu builds
PR-URL: #41939 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9487028 - Browse repository at this point
Copy the full SHA 9487028View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e5f28 - Browse repository at this point
Copy the full SHA f7e5f28View commit details