-
-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Comparing changes
Open a pull request
base repository: nodejs/node
base: v14.15.4
head repository: nodejs/node
compare: v14.16.0
- 17 commits
- 641 files changed
- 8 contributors
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9c438b5 - Browse repository at this point
Copy the full SHA 9c438b5View commit details
Commits on Jan 28, 2021
-
stream: accept iterable as a valid first argument
Fixes: #36437 PR-URL: #36479 Backport-PR-URL: #36831 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a1e4e9 - Browse repository at this point
Copy the full SHA 2a1e4e9View commit details -
test: http complete response after socket double end
PR-URL: #36633 Backport-PR-URL: #36940 Fixes: #36620 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Danielle Adams <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c03cddb - Browse repository at this point
Copy the full SHA c03cddbView commit details -
http: don't cork .end when not needed
PR-URL: #36633 Backport-PR-URL: #36940 Fixes: #36620 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Danielle Adams <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25a3204 - Browse repository at this point
Copy the full SHA 25a3204View commit details -
stream,zlib: do not use _stream_* anymore
PR-URL: #36618 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: MichaΓ«l Zasso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ff73fc - Browse repository at this point
Copy the full SHA 9ff73fcView commit details
Commits on Feb 4, 2021
-
PR-URL: #37173 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 408c7a6 - Browse repository at this point
Copy the full SHA 408c7a6View commit details -
util: fix module prefixes during inspection
Signed-off-by: Ruben Bridgewater <[email protected]> Backport-PR-URL: #37100 PR-URL: #36178 Fixes: #35730 Fixes: #36151 Refs: #35754 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f7944b - Browse repository at this point
Copy the full SHA 2f7944bView commit details
Commits on Feb 5, 2021
-
util: fix instanceof checks with null prototypes during inspection
Signed-off-by: Ruben Bridgewater <[email protected]> Backport-PR-URL: #37100 PR-URL: #36178 Fixes: #35730 Fixes: #36151 Refs: #35754 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f206505 - Browse repository at this point
Copy the full SHA f206505View commit details
Commits on Feb 8, 2021
-
deps: V8: backport dfcf1e86fac0
Original commit message: [wasm] PostMessage of Memory.buffer should throw PostMessage of an ArrayBuffer that is not detachable should result in a DataCloneError. Bug: chromium:1170176, chromium:961059 Change-Id: Ib89bbc10d2b58918067fd1a90365cad10a0db9ec Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2653810 Reviewed-by: Adam Klein <[email protected]> Reviewed-by: Andreas Haas <[email protected]> Commit-Queue: Deepti Gandluri <[email protected]> Cr-Commit-Position: refs/heads/master@{#72415} Refs: v8/v8@dfcf1e8 PR-URL: #37245 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 20b1e6c - Browse repository at this point
Copy the full SHA 20b1e6cView commit details -
http: do not loop over prototype in Agent
Fixes: #36364 PR-URL: #36410 Reviewed-By: Gerhard StΓΆbich <[email protected]> Reviewed-By: Ricky Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 017eed6 - Browse repository at this point
Copy the full SHA 017eed6View commit details -
2021-02-09, Version 14.15.5 'Fermium' (LTS)
Notable changes: - **deps**: - upgrade npm to 6.14.11 (Ruy Adorno) (#37173) - V8: backport dfcf1e86fac0 (MichaΓ«l Zasso) (#37245) - Note: Node.js is not believed to be vulnerable to CVE-2021-21148. - **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina) (#36618) PR-URL: #37074Configuration menu - View commit details
-
Copy full SHA for 9fff0d3 - Browse repository at this point
Copy the full SHA 9fff0d3View commit details
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 93f7f9e - Browse repository at this point
Copy the full SHA 93f7f9eView commit details
Commits on Feb 18, 2021
-
src: drop localhost6 as allowed host for inspector
CVE-ID: CVE-2021-22884 Refs: https://hackerone.com/bugs?report_id=1069487 PR-URL: nodejs-private/node-private#244 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Mary Marchini <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: MichaΓ«l Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ca3f5a - Browse repository at this point
Copy the full SHA 1ca3f5aView commit details
Commits on Feb 22, 2021
-
http2: add unknownProtocol timeout
This commit add a configuration options named unknownProtocolTimeout which can be specified to set a value for the timeout in milliseconds that a server should wait when an unknowProtocol is sent to it. When this happens a timer will be started and the if the socket has not been destroyed during that time the timer callback will destoy it. Refs: https://hackerone.com/reports/1043360 CVE-ID: CVE-2021-22883 PR-URL: nodejs-private/node-private#246 Backport-PR-URL: nodejs-private/node-private#250 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias NieΓen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afea10b - Browse repository at this point
Copy the full SHA afea10bView commit details -
deps: upgrade openssl sources to 1.1.1j
This updates all sources in deps/openssl/openssl by: $ cd deps/openssl/ $ rm -rf openssl $ tar zxf ~/tmp/openssl-1.1.1j.tar.gz $ mv openssl-1.1.1j openssl $ git add --all openssl $ git commit openssl PR-URL: #37412 Backport-PR-URL: #37413 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]>2Configuration menu - View commit details
-
Copy full SHA for 6098012 - Browse repository at this point
Copy the full SHA 6098012View commit details -
deps: update archs files for OpenSSL-1.1.1j
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ make -C deps/openssl/config $ git add deps/openssl/config/archs $ git add deps/openssl/openssl/include/crypto/bn_conf.h $ git add deps/openssl/openssl/include/crypto/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: #37412 Backport-PR-URL: #37413 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]>1Configuration menu - View commit details
-
Copy full SHA for 313d268 - Browse repository at this point
Copy the full SHA 313d268View commit details -
2021-02-23, Version 14.16.0 'Fermium' (LTS)
This is a security release. Notable changes: Vulnerabilities fixed: - **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion - **CVE-2021-22884**: DNS rebinding in --inspect - **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate PR-URL: nodejs-private/node-private#254
Configuration menu - View commit details
-
Copy full SHA for bd60e93 - Browse repository at this point
Copy the full SHA bd60e93View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we canβt render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v14.15.4...v14.16.0