-
Notifications
You must be signed in to change notification settings - Fork 4
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
Node v20.18.0 nsolid v5.3.4 release #189
Node v20.18.0 nsolid v5.3.4 release #189
Commits on Oct 2, 2024
-
stream: throw TypeError when criteria fulfilled in getIterator
PR-URL: nodejs/node#53825 Fixes: nodejs/node#53819 Refs: nodejs/node#53819 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 713fc0c - Browse repository at this point
Copy the full SHA 713fc0cView commit details -
typings: add missing binding function
writeFileUtf8()
PR-URL: nodejs/node#54110 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc37401 - Browse repository at this point
Copy the full SHA cc37401View commit details -
doc: update list of Triagers on the
README.md
PR-URL: nodejs/node#54138 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2acaeab - Browse repository at this point
Copy the full SHA 2acaeabView commit details -
doc: add missing new lines to custom test reporter examples
PR-URL: nodejs/node#54152 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d41bb9 - Browse repository at this point
Copy the full SHA 8d41bb9View commit details -
lib,permission: support Buffer to permission.has
PR-URL: nodejs/node#54104 Fixes: nodejs/node#54100 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afbf2c0 - Browse repository at this point
Copy the full SHA afbf2c0View commit details -
test: add initial pull delay and prototype pollution prevention tests
Refs : https://github.com/nodejs/node/blob/main/lib/internal/webstreams/readablestream.js#L522-L536 PR-URL: nodejs/node#54061 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17b7ec4 - Browse repository at this point
Copy the full SHA 17b7ec4View commit details -
PR-URL: nodejs/node#54137 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbc26c2 - Browse repository at this point
Copy the full SHA dbc26c2View commit details -
benchmark: use assert.ok instead of assert
PR-URL: nodejs/node#54176 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6e8305 - Browse repository at this point
Copy the full SHA b6e8305View commit details -
doc: add documentation for blob.bytes() method
PR-URL: nodejs/node#54114 Fixes: nodejs/node#54105 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f131dc6 - Browse repository at this point
Copy the full SHA f131dc6View commit details -
test_runner: run after hooks even if test is aborted
If a test is run, but aborted, any after hooks should still be run, as they may need to perform cleanup. PR-URL: nodejs/node#54151 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Raz Luvaton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65b6fec - Browse repository at this point
Copy the full SHA 65b6fecView commit details -
doc: refresh instructions for building node from source
- Organize the prerequisites sub-header properly - Add a note about memory limit PR-URL: nodejs/node#53768 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9fc548 - Browse repository at this point
Copy the full SHA e9fc548View commit details -
buffer: add JSDoc to blob bytes method
PR-URL: nodejs/node#54117 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76c3770 - Browse repository at this point
Copy the full SHA 76c3770View commit details -
lib: fix typos in comments within internal/streams
fixed typos in comments within the internal/streams directory. PR-URL: nodejs/node#54093 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ad857e - Browse repository at this point
Copy the full SHA 1ad857eView commit details -
test_runner: remove outdated comment
Network imports were removed, so remove the comment. Refs: nodejs/node#53822 PR-URL: nodejs/node#54146 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fd951f - Browse repository at this point
Copy the full SHA 8fd951fView commit details -
stream: make checking pendingcb on WritableStream backward compatible
PR-URL: nodejs/node#54142 Fixes: nodejs/node#54131 Refs: nodejs/node#54131 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 337cd41 - Browse repository at this point
Copy the full SHA 337cd41View commit details -
inspector: provide detailed info to fix DevTools frontend errors
PR-URL: nodejs/node#54156 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1007fb - Browse repository at this point
Copy the full SHA d1007fbView commit details -
doc: move release key for Myles Borins
Myles has stepped down as a releaser. Move his key in `README.md` to the "Other keys used to sign some previous releases" section. PR-URL: nodejs/node#54059 Refs: nodejs/Release#1024 Refs: https://github.com/nodejs/Release/blob/main/GOVERNANCE.md#offboarding-releasers Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39c30ea - Browse repository at this point
Copy the full SHA 39c30eaView commit details -
doc, meta: replace command with link to keys
PR-URL: nodejs/node#53745 Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c114585 - Browse repository at this point
Copy the full SHA c114585View commit details -
sea: don't set code cache flags when snapshot is used
When both useCodeCache and useSnapshot are set, we generate the snapshot and skip the generation of the code cache since the snapshot already includes the code cache. But we previously still persist the code cache setting in the flags that got serialized into the SEA, so the resulting executable would still try to read the code cache even if it's not added to the SEA, leading to a flaky crash caused by OOB on some platforms. This patch fixes the crash by ignoring the code cache setting when generating the flag if both snapshot and code cache is configured. PR-URL: nodejs/node#54120 Fixes: nodejs/node#50740 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f09d98 - Browse repository at this point
Copy the full SHA 7f09d98View commit details -
doc: move
onread
option fromsocket.connect()
tonew net.socket()
Fixes: nodejs/node#53792 PR-URL: nodejs/node#54194 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tim Perry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ab2715 - Browse repository at this point
Copy the full SHA 6ab2715View commit details -
meta: bump
ossf/scorecard-action
from 2.3.3 to 2.4.0Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@dc50aa9...62b2cac) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54171 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80dd38d - Browse repository at this point
Copy the full SHA 80dd38dView commit details -
meta: bump
github/codeql-action
from 3.25.11 to 3.25.15Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.15. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b611370...afb54ba) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54168 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d5dd6f - Browse repository at this point
Copy the full SHA 7d5dd6fView commit details -
meta: bump
actions/setup-node
from 4.0.2 to 4.0.3Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@60edb5d...1e60f62) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54170 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 775ebbe - Browse repository at this point
Copy the full SHA 775ebbeView commit details -
meta: bump
step-security/harden-runner
from 2.8.1 to 2.9.0Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@17d0e2b...0d38121) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54169 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a103c3 - Browse repository at this point
Copy the full SHA 3a103c3View commit details -
meta: bump actions/setup-python from 5.1.0 to 5.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@82c7e63...39cd149) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54165 Refs: actions/setup-python@39cd149 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a35d980 - Browse repository at this point
Copy the full SHA a35d980View commit details -
meta: bump
actions/download-artifact
from 4.1.7 to 4.1.8Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@65a9edc...fa0a91b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54167 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca808dd - Browse repository at this point
Copy the full SHA ca808ddView commit details -
meta: bump
actions/upload-artifact
from 4.3.3 to 4.3.4Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...0b2256b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54166 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db78978 - Browse repository at this point
Copy the full SHA db78978View commit details -
PR-URL: nodejs/node#54196 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c169d9c - Browse repository at this point
Copy the full SHA c169d9cView commit details -
PR-URL: nodejs/node#54076 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d30145f - Browse repository at this point
Copy the full SHA d30145fView commit details -
test: update wpt test for streams
PR-URL: nodejs/node#54129 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8587ec - Browse repository at this point
Copy the full SHA c8587ecView commit details -
doc: add links to security steward companies
PR-URL: nodejs/node#52981 Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 322b5d9 - Browse repository at this point
Copy the full SHA 322b5d9View commit details -
test: set test-structuredclone-jstransferable non-flaky
Fixes: nodejs/node#50260 PR-URL: nodejs/node#54115 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d478db7 - Browse repository at this point
Copy the full SHA d478db7View commit details -
PR-URL: nodejs/node#54192 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e7edc4 - Browse repository at this point
Copy the full SHA 4e7edc4View commit details -
test_runner: make mock_loader not confuse CJS and ESM resolution
PR-URL: nodejs/node#53846 Fixes: nodejs/node#53807 Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56cbc80 - Browse repository at this point
Copy the full SHA 56cbc80View commit details -
PR-URL: nodejs/node#53991 Fixes: nodejs/node#27534 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c61cee2 - Browse repository at this point
Copy the full SHA c61cee2View commit details -
doc: add esm examples to node:console
PR-URL: nodejs/node#54108 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24976bf - Browse repository at this point
Copy the full SHA 24976bfView commit details -
doc: add KevinEady as a triager
PR-URL: nodejs/node#54179 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vladimir Morozov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb2b191 - Browse repository at this point
Copy the full SHA fb2b191View commit details -
benchmark: remove force option as force defaults to true
PR-URL: nodejs/node#54203 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0309b05 - Browse repository at this point
Copy the full SHA 0309b05View commit details -
PR-URL: nodejs/node#53465 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38aa9d6 - Browse repository at this point
Copy the full SHA 38aa9d6View commit details -
benchmark: support --help in CLI
PR-URL: nodejs/node#53358 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f48f2c2 - Browse repository at this point
Copy the full SHA f48f2c2View commit details -
meta: add module label for the lib/internal/modules folder
PR-URL: nodejs/node#52858 Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd8ab83 - Browse repository at this point
Copy the full SHA dd8ab83View commit details -
doc: add esm examples to node:dns
PR-URL: nodejs/node#54172 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62bf03b - Browse repository at this point
Copy the full SHA 62bf03bView commit details -
lib: fix unhandled errors in webstream adapters
WebStream's Readable controller does not tolerate `.close()` being called after an `error`. However, when wrapping a Node's Readable stream it is possible that the sequence of events leads to `finished()`'s callback being invoked after such `error`. In order to handle this, in this change we call the `finished()` handler earlier when controller is canceled, and always handle this as an error case. Fix: nodejs/node#54205 PR-URL: nodejs/node#54206 Fixes: nodejs/node#54205 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Mattias Buelens <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f408536 - Browse repository at this point
Copy the full SHA f408536View commit details -
test: use assert.{s,deepS}trictEqual()
Use `asset.strictEqual()` and `asset.deepStrictEqual()` in `test/parallel/test-tls-set-sigalgs.js`. PR-URL: nodejs/node#54208 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 782a6a0 - Browse repository at this point
Copy the full SHA 782a6a0View commit details -
doc: make some parameters optional in
tracingChannel.traceCallback
Plus, add missing `position` parameter to CJS example. PR-URL: nodejs/node#54068 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07bde05 - Browse repository at this point
Copy the full SHA 07bde05View commit details -
meta: move one or more collaborators to emeritus
PR-URL: nodejs/node#54210 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Kohei Ueno <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b61a2f5 - Browse repository at this point
Copy the full SHA b61a2f5View commit details -
tools: make undici updater build wasm from src
- modify updater to include all files required to rebuild wasm from what's stored in the deps/undici directory - modify updater to build wasm from source while updating Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54128 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f90688c - Browse repository at this point
Copy the full SHA f90688cView commit details -
src: skip inspector wait in internal workers
Internal workers are essential to load user scripts and bootstrapped with internal entrypoints. They should not be waiting for inspectors even when `--inspect-brk` and `--inspect-wait` were specified, and avoid blocking main thread to bootstrap. IsolateData can be created with a specified PerIsolateOptions instead of creating a copy from the per_process namespace. This also avoids creating a copy bypassing the parent env's modified options, like creating a worker thread from a worker thread. PR-URL: nodejs/node#54219 Fixes: nodejs/node#53681 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91936eb - Browse repository at this point
Copy the full SHA 91936ebView commit details -
doc: warn for windows build bug
Refs: nodejs/build#3739 PR-URL: nodejs/node#54217 Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53f5c54 - Browse repository at this point
Copy the full SHA 53f5c54View commit details -
test: refactor
test-runner-module-mocking
PR-URL: nodejs/node#54233 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e446517 - Browse repository at this point
Copy the full SHA e446517View commit details -
test: fix timeout not being cleared
PR-URL: nodejs/node#54242 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tierney Cyren <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c219b0 - Browse repository at this point
Copy the full SHA 4c219b0View commit details -
typings: add util.styleText type definition
PR-URL: nodejs/node#54252 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 628ae4b - Browse repository at this point
Copy the full SHA 628ae4bView commit details -
PR-URL: nodejs/node#54286 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e7de37 - Browse repository at this point
Copy the full SHA 6e7de37View commit details -
console: use validateOneOf for colorMode validation
refactor the Console constructor to use validateOneOf for validating the colorMode parameter. PR-URL: nodejs/node#54245 Reviewed-By: Kohei Ueno <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a110409 - Browse repository at this point
Copy the full SHA a110409View commit details -
benchmark: change assert() to assert.ok()
PR-URL: nodejs/node#54254 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2971b6 - Browse repository at this point
Copy the full SHA f2971b6View commit details -
meta: add test-permission-* CODEOWNERS
PR-URL: nodejs/node#54267 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67ca397 - Browse repository at this point
Copy the full SHA 67ca397View commit details -
doc: explicitly mention node:fs module restriction
PR-URL: nodejs/node#54269 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a4f05e - Browse repository at this point
Copy the full SHA 6a4f05eView commit details -
It's a common approach to use n as number of iterations over the benchmark. Changing it from count to n will also make ./node benchmark/run.js --set n=X more meaningful among other benchmarks PR-URL: nodejs/node#54271 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93ee36e - Browse repository at this point
Copy the full SHA 93ee36eView commit details -
tty: initialize winSize array with values
Assigning to a holey array in the native layer may crash if it has getters that throw. Refs: nodejs/node#54186 PR-URL: nodejs/node#54281 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a033dff - Browse repository at this point
Copy the full SHA a033dffView commit details -
inspector: support
Network.loadingFailed
eventPR-URL: nodejs/node#54246 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59a3952 - Browse repository at this point
Copy the full SHA 59a3952View commit details -
deps: update c-ares to v1.33.0
PR-URL: nodejs/node#54198 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 239588b - Browse repository at this point
Copy the full SHA 239588bView commit details -
doc, test: simplify test README table
PR-URL: nodejs/node#53971 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0843077 - Browse repository at this point
Copy the full SHA 0843077View commit details -
doc: add esm examples to node:http2
PR-URL: nodejs/node#54292 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e25fab - Browse repository at this point
Copy the full SHA 7e25fabView commit details -
lib: avoid for of loop and remove unnecessary variable in zlib
removed the unnecessary declaration of 'i' in the _final method scope and changed the for of loop to a for loop Refs: https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration PR-URL: nodejs/node#54258 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b79aeab - Browse repository at this point
Copy the full SHA b79aeabView commit details -
deps: update zlib to 1.3.0.1-motley-887bb57
PR-URL: nodejs/node#53464 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac294e3 - Browse repository at this point
Copy the full SHA ac294e3View commit details -
deps: update zlib to 1.3.0.1-motley-e432200
PR-URL: nodejs/node#53464 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d8113f - Browse repository at this point
Copy the full SHA 3d8113fView commit details -
deps: update zlib to 1.3.0.1-motley-8b7eff8
PR-URL: nodejs/node#53464 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2477e79 - Browse repository at this point
Copy the full SHA 2477e79View commit details -
deps: update zlib to 1.3.0.1-motley-68e57e6
PR-URL: nodejs/node#53464 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 654c8d1 - Browse repository at this point
Copy the full SHA 654c8d1View commit details -
deps: update zlib to 1.3.0.1-motley-c2469fd
PR-URL: nodejs/node#53464 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 926981a - Browse repository at this point
Copy the full SHA 926981aView commit details -
deps: update zlib to 1.3.0.1-motley-71660e1
PR-URL: nodejs/node#53464 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3a743f - Browse repository at this point
Copy the full SHA d3a743fView commit details -
lib: replace spread operator with primordials function
replaced the spread operator with ArrayPrototypeSlice to avoid reliance on user-mutable methods and enhance the safety of array iteration Refs: https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration PR-URL: nodejs/node#54053 Refs: https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Raz Luvaton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c004aba - Browse repository at this point
Copy the full SHA c004abaView commit details -
benchmark: add stream.compose benchmark
PR-URL: nodejs/node#54308 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b71fa7 - Browse repository at this point
Copy the full SHA 8b71fa7View commit details -
url: modify pathToFileURL to handle extended UNC path
PR-URL: nodejs/node#54262 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 728c3fd - Browse repository at this point
Copy the full SHA 728c3fdView commit details -
doc: mark process.nextTick legacy
PR-URL: nodejs/node#51280 Refs: nodejs/node#51156 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Paolo Insogna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9529a30 - Browse repository at this point
Copy the full SHA 9529a30View commit details -
PR-URL: nodejs/node#54312 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87ca1d7 - Browse repository at this point
Copy the full SHA 87ca1d7View commit details -
tools: add find pyenv path on windows
PR-URL: nodejs/node#54314 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7fdc60 - Browse repository at this point
Copy the full SHA a7fdc60View commit details -
test_runner: do not expose internal loader
PR-URL: nodejs/node#54106 Fixes: nodejs/node#54071 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27da75a - Browse repository at this point
Copy the full SHA 27da75aView commit details -
buffer: optimize for common encodings
PR-URL: nodejs/node#54319 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Bryan English <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5f40c8 - Browse repository at this point
Copy the full SHA f5f40c8View commit details -
PR-URL: nodejs/node#53909 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e550b1 - Browse repository at this point
Copy the full SHA 6e550b1View commit details -
test: use relative paths in test-cli-permission tests
`process.permission.has("fs")` checks if the process has permission for all files under `cwd`. Granting permission for `/tmp` and running tests with `cwd` containing `/tmp` will make the funtion return `true`, differing from expected results. Using relative paths ensures test paths are not `cwd` itself. Fixes: nodejs/node#54021 PR-URL: nodejs/node#54188 Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcf82ad - Browse repository at this point
Copy the full SHA fcf82adView commit details -
path: change
posix.join
to use arrayChange posix.join to use array.join instead of additional assignment. PR-URL: nodejs/node#54331 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2859b4b - Browse repository at this point
Copy the full SHA 2859b4bView commit details -
buffer: optimize createFromString
PR-URL: nodejs/node#54324 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f36831f - Browse repository at this point
Copy the full SHA f36831fView commit details -
tools: remove header from c-ares license
PR-URL: nodejs/node#54335 Refs: c-ares/c-ares@595cf21 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5fbe96 - Browse repository at this point
Copy the full SHA b5fbe96View commit details -
benchmark: use assert.ok searchparams
PR-URL: nodejs/node#54334 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c8708c - Browse repository at this point
Copy the full SHA 8c8708cView commit details -
buffer: optimize byteLength for common encodings
PR-URL: nodejs/node#54342 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d04246a - Browse repository at this point
Copy the full SHA d04246aView commit details -
doc: fix typo in method name in the sea doc
PR-URL: nodejs/node#54027 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f142e66 - Browse repository at this point
Copy the full SHA f142e66View commit details -
doc: correct peformance entry types
Fixes: nodejs/node#54212 Fixes: nodejs/node#50290 PR-URL: nodejs/node#54263 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 994b46a - Browse repository at this point
Copy the full SHA 994b46aView commit details -
doc: replace v19 mention in Current release
PR-URL: nodejs/node#54361 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 460fb49 - Browse repository at this point
Copy the full SHA 460fb49View commit details -
doc: add versions when
--watch-preserve-output
was addedPR-URL: nodejs/node#54328 Refs: nodejs/node#45717 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83b2cb9 - Browse repository at this point
Copy the full SHA 83b2cb9View commit details -
doc: add note on weakness of permission model
Malicious JavaScript code can bypass the permission model. Hence, it does not fulfill the requirements of a security mechanism against malicious code. PR-URL: nodejs/node#54268 Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69fb71f - Browse repository at this point
Copy the full SHA 69fb71fView commit details -
doc: add git node security --cleanup
PR-URL: nodejs/node#54381 Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 244542b - Browse repository at this point
Copy the full SHA 244542bView commit details -
doc: fix error description of the max header size
PR-URL: nodejs/node#54125 Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ac1fe4 - Browse repository at this point
Copy the full SHA 1ac1fe4View commit details -
test_runner: use validateStringArray for
timers.enable()
`apis` which is argument of `timers.enable()` is string array. So use `validatStringArray` instead of `validateArray`. And `options` is optional, so update JSDoc. PR-URL: nodejs/node#49534 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f421b3 - Browse repository at this point
Copy the full SHA 4f421b3View commit details -
doc: add esm examples to node:https
PR-URL: nodejs/node#54399 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdc6713 - Browse repository at this point
Copy the full SHA cdc6713View commit details -
doc, meta: add missing
,
toBUILDING.md
PR-URL: nodejs/node#54409 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for beff587 - Browse repository at this point
Copy the full SHA beff587View commit details -
meta: run coverage-windows when
vcbuild.bat
updatedPR-URL: nodejs/node#54412 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf283d9 - Browse repository at this point
Copy the full SHA cf283d9View commit details -
src: improve
buffer.transcode
performancePR-URL: nodejs/node#54153 Reviewed-By: Daniel Lemire <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 872856c - Browse repository at this point
Copy the full SHA 872856cView commit details -
PR-URL: nodejs/node#54456 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a4a7b7 - Browse repository at this point
Copy the full SHA 9a4a7b7View commit details -
doc: fix capitalization in module.md
PR-URL: nodejs/node#54488 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d53e6cf - Browse repository at this point
Copy the full SHA d53e6cfView commit details -
stream: change stream to use index instead of
for...of
PR-URL: nodejs/node#54474 Refs: https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Raz Luvaton <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c32918 - Browse repository at this point
Copy the full SHA 0c32918View commit details -
meta: remind users to use a supported version in bug reports
PR-URL: nodejs/node#54481 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36931aa - Browse repository at this point
Copy the full SHA 36931aaView commit details -
build: don't clean obj.target directory if it doesn't exist
This can happen to ninja builds, which would then throw an error instead of being a noop if the command is executed. PR-URL: nodejs/node#54337 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82d8051 - Browse repository at this point
Copy the full SHA 82d8051View commit details -
fs: refactor handleTimestampsAndMode to remove redundant call
Refactored the `handleTimestampsAndMode` function to eliminate the redundant `setDestTimestampsAndMode` call. This simplifies the function by ensuring that `setDestTimestampsAndMode` is only called once after any necessary modifications to file writability. PR-URL: nodejs/node#54369 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f568384 - Browse repository at this point
Copy the full SHA f568384View commit details -
PR-URL: nodejs/node#54404 Reviewed-By: Claudio Wunder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f524b8a - Browse repository at this point
Copy the full SHA f524b8aView commit details -
benchmark: fix benchmark for file path and URL conversion
PR-URL: nodejs/node#54190 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 671c3ac - Browse repository at this point
Copy the full SHA 671c3acView commit details -
src: return
v8::Object
from error constructorsIt's more specific than `v8::Value`. PR-URL: nodejs/node#54541 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90ff714 - Browse repository at this point
Copy the full SHA 90ff714View commit details -
src: handle errors correctly in
permission.cc
Return an empty `MaybeLocal` to indicate that an exception is pending. PR-URL: nodejs/node#54541 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 342c324 - Browse repository at this point
Copy the full SHA 342c324View commit details -
tools: remove unused python files
PR-URL: nodejs/node#53928 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6b9cc3 - Browse repository at this point
Copy the full SHA d6b9cc3View commit details -
deps: update c-ares to v1.33.1
PR-URL: nodejs/node#54549 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f8edce - Browse repository at this point
Copy the full SHA 7f8edceView commit details -
buffer: allow invalid encoding in from
Looks like a bug to me but the change should probably done in a semver majpr. PR-URL: nodejs/node#54533 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84bf93b - Browse repository at this point
Copy the full SHA 84bf93bView commit details -
src: remove redundant AESCipherMode
For each supported variant of AES, we already have OpenSSL's associated NID, so we can simply retrieve the block cipher mode of operation from the NID. PR-URL: nodejs/node#54438 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8422064 - Browse repository at this point
Copy the full SHA 8422064View commit details -
node-api: remove RefBase and CallbackWrapper
PR-URL: nodejs/node#53590 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d65a8f3 - Browse repository at this point
Copy the full SHA d65a8f3View commit details -
PR-URL: nodejs/node#54442 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecdf6dd - Browse repository at this point
Copy the full SHA ecdf6ddView commit details -
doc: add note about shasum generation failure
PR-URL: nodejs/node#54487 Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c86fe23 - Browse repository at this point
Copy the full SHA c86fe23View commit details -
doc: support collaborators - talk amplification
- document that we support collaborators by amplifying their talks Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54508 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3708e7 - Browse repository at this point
Copy the full SHA b3708e7View commit details -
doc: fix information about including coverage files
PR-URL: nodejs/node#54527 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 482302b - Browse repository at this point
Copy the full SHA 482302bView commit details -
test: fix embedding test for Windows
PR-URL: nodejs/node#53659 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 229e102 - Browse repository at this point
Copy the full SHA 229e102View commit details -
lib: respect terminal capabilities on styleText
This PR changes styleText API to respect terminal capabilities and environment variables such as NO_COLOR, NODE_DISABLE_COLORS, and FORCE_COLOR. PR-URL: nodejs/node#54389 Fixes: nodejs/node#54365 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Claudio Wunder <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e84812c - Browse repository at this point
Copy the full SHA e84812cView commit details -
test: move a couple of tests over to using node:test
PR-URL: nodejs/node#54582 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f145982 - Browse repository at this point
Copy the full SHA f145982View commit details -
doc: add getHeapStatistics() property descriptions
PR-URL: nodejs/node#54584 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f5b98e - Browse repository at this point
Copy the full SHA 2f5b98eView commit details -
test: merge ongc and gcutil into gc.js
PR-URL: nodejs/node#54355 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10bea1c - Browse repository at this point
Copy the full SHA 10bea1cView commit details -
vm: introduce vanilla contexts via vm.constants.DONT_CONTEXTIFY
This implements a flavor of vm.createContext() and friends that creates a context without contextifying its global object. This is suitable when users want to freeze the context (impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they don't need the interceptor behavior. ```js const vm = require('node:vm'); const context = vm.createContext(vm.constants.DONT_CONTEXTIFY); // In contexts with contextified global objects, this is false. // In vanilla contexts this is true. console.log(vm.runInContext('globalThis', context) === context); // In contexts with contextified global objects, this would throw, // but in vanilla contexts freezing the global object works. vm.runInContext('Object.freeze(globalThis);', context); // In contexts with contextified global objects, freezing throws // and won't be effective. In vanilla contexts, freezing works // and prevents scripts from accidentally leaking globals. try { vm.runInContext('globalThis.foo = 1; foo;', context); } catch(e) { console.log(e); // Uncaught ReferenceError: foo is not defined } console.log(context.Array); // [Function: Array] ``` PR-URL: nodejs/node#54394 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d90340 - Browse repository at this point
Copy the full SHA 2d90340View commit details -
test: update test-assert to use node:test
PR-URL: nodejs/node#54585 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 916a73c - Browse repository at this point
Copy the full SHA 916a73cView commit details -
test: update test-assert-typedarray-deepequal to use node:test
PR-URL: nodejs/node#54585 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7ac326 - Browse repository at this point
Copy the full SHA d7ac326View commit details -
doc: fix typo in styleText description
PR-URL: nodejs/node#54616 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6374c2 - Browse repository at this point
Copy the full SHA b6374c2View commit details -
test: increase key size for ca2-cert.pem
Refs: nodejs/node#44498 Refs: nodejs/node#53382 Key sizes were increased to 2048 in PR 44498 including the configuration file for the generation of ca2-cert.pem. However, it seems like updating ca2-cert.pem and related files themselves were missed as they were not updated in the PR and the ca2-cert.pem reported as being associated with a 1024 bit key. I believe that was the cause of some of the failures mentioned in nodejs/node#53382 as OpenSSL 3.2 increased the default security level from 1 to 2 and that would mean that certificates associated with keys of 1024 bits would no longer be accepted. This PR updates the key size for ca2-cert.pem. It was not necessary to change the config, only run the generation for the ca2-cert.pem and related files. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54599 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a50bbca - Browse repository at this point
Copy the full SHA a50bbcaView commit details -
src,lib: add performance.uvMetricsInfo
This commit exposes a new API to the perf_hooks.performance module. This wraps uv_metrics_info into performance.uvMetricsInfo() function. PR-URL: nodejs/node#54413 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3aaae68 - Browse repository at this point
Copy the full SHA 3aaae68View commit details -
doc: add alert on REPL from TCP socket
PR-URL: nodejs/node#54594 Refs: https://hackerone.com/reports/2684357 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22a103e - Browse repository at this point
Copy the full SHA 22a103eView commit details -
doc: add support me link for anonrig
PR-URL: nodejs/node#54611 Refs: https://github.com/nodejs/node/blob/4f14eb15454b9f6ae7f0145947debd2c79a2a84f/doc/contributing/recognizing-contributors.md?plain=1#L23 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bfd832 - Browse repository at this point
Copy the full SHA 4bfd832View commit details -
test: update TLS test for OpenSSL 3.2
Update `parallel/test-tls-set-sigalgs` to account for error code changes in OpenSSL 3.2 and later. PR-URL: nodejs/node#54612 Refs: nodejs/node#53384 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2a7e45 - Browse repository at this point
Copy the full SHA d2a7e45View commit details -
test: fix test-tls-client-auth test for OpenSSL32
Refs: nodejs/node#53382 Refs: nodejs/node#53384 Same change as in 53384 where OpenSSL32 returns a slightly different error but for a different test. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54610 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed2377c - Browse repository at this point
Copy the full SHA ed2377cView commit details -
build: reclaim disk space on macOS GHA runner
Refs: nodejs/build#3878 PR-URL: nodejs/node#54658 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71ca266 - Browse repository at this point
Copy the full SHA 71ca266View commit details -
doc: add documentation about os.tmpdir() overrides
This documents the TMPDIR, TEMP and TMP overrides on different platforms and that some operating systems set these by default. PR-URL: nodejs/node#54613 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c83c15 - Browse repository at this point
Copy the full SHA 7c83c15View commit details -
lib: refactor SubtleCrypto experimental warnings
PR-URL: nodejs/node#54620 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b85c8ce - Browse repository at this point
Copy the full SHA b85c8ceView commit details -
doc: fix webcrypto.md AES-GCM backticks
PR-URL: nodejs/node#54621 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87f78a3 - Browse repository at this point
Copy the full SHA 87f78a3View commit details -
test: improve output of child process utilities
- Display command and options when it fails - Keep the caller line at the top of the stack trace. PR-URL: nodejs/node#54622 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99566ae - Browse repository at this point
Copy the full SHA 99566aeView commit details -
crypto: remove unused
kHashTypes
internalPR-URL: nodejs/node#54627 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f287cd7 - Browse repository at this point
Copy the full SHA f287cd7View commit details -
name used instructions differed that what is in the code Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54640 Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53167b2 - Browse repository at this point
Copy the full SHA 53167b2View commit details -
meta: fix
contributing
codeownersPR-URL: nodejs/node#54641 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d361b3 - Browse repository at this point
Copy the full SHA 4d361b3View commit details -
https: only use default ALPNProtocols when appropriate
PR-URL: nodejs/node#54411 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Tim Perry <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41f5eac - Browse repository at this point
Copy the full SHA 41f5eacView commit details -
tools: remove readability/fn_size rule
PR-URL: nodejs/node#54663 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe3155c - Browse repository at this point
Copy the full SHA fe3155cView commit details -
lib: ensure no holey array in fixed_queue
Co-authored-by: Jake Yuesong Li <[email protected]> PR-URL: nodejs/node#54537 Fixes: nodejs/node#54472 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8c06dc - Browse repository at this point
Copy the full SHA b8c06dcView commit details -
timers: document ref option for scheduler.wait
PR-URL: nodejs/node#54605 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6ed97c - Browse repository at this point
Copy the full SHA b6ed97cView commit details -
typings: correct param type of
SafePromisePrototypeFinally
PR-URL: nodejs/node#54727 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5bf08f - Browse repository at this point
Copy the full SHA b5bf08fView commit details -
meta: fix links in
SECURITY.md
PR-URL: nodejs/node#54696 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c666ebc - Browse repository at this point
Copy the full SHA c666ebcView commit details -
meta: bump github/codeql-action from 3.25.15 to 3.26.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@afb54ba...4dd1613) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54702 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e6a9bb - Browse repository at this point
Copy the full SHA 3e6a9bbView commit details -
meta: bump actions/upload-artifact from 4.3.4 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54703 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f103ae - Browse repository at this point
Copy the full SHA 6f103aeView commit details -
meta: bump step-security/harden-runner from 2.9.0 to 2.9.1
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@0d38121...5c7944e) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54704 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f753d8 - Browse repository at this point
Copy the full SHA 3f753d8View commit details -
benchmark: adds groups to better separate benchmarks
Fixes: nodejs/node#26425 Co-Authored-By: Yaman Kassir <[email protected]> PR-URL: nodejs/node#54393 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c9e4c9 - Browse repository at this point
Copy the full SHA 2c9e4c9View commit details -
PR-URL: nodejs/node#54737 Refs: nodejs/node#54736 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7a606e - Browse repository at this point
Copy the full SHA f7a606eView commit details -
meta: update sccache to v0.8.1
PR-URL: nodejs/node#54720 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8747af1 - Browse repository at this point
Copy the full SHA 8747af1View commit details -
meta: bump actions/setup-python from 5.1.1 to 5.2.0
PR-URL: nodejs/node#54691 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27b0688 - Browse repository at this point
Copy the full SHA 27b0688View commit details -
benchmark,doc: mention bar.R to the list of scripts
PR-URL: nodejs/node#54722 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b9161b - Browse repository at this point
Copy the full SHA 0b9161bView commit details -
benchmark,doc: add CPU scaling governor to perf
PR-URL: nodejs/node#54723 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b8584b - Browse repository at this point
Copy the full SHA 1b8584bView commit details -
doc, child_process: add esm snippets
PR-URL: nodejs/node#53616 Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e3e177 - Browse repository at this point
Copy the full SHA 2e3e177View commit details -
crypto: return a clearer error when loading an unsupported pkcs12
PR-URL: nodejs/node#54485 Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5984e4 - Browse repository at this point
Copy the full SHA a5984e4View commit details -
benchmark: add strictEqual and notStrictEqual bench
PR-URL: nodejs/node#54734 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f10156 - Browse repository at this point
Copy the full SHA 8f10156View commit details -
benchmark: add throws and doesNotThrow bench
PR-URL: nodejs/node#54734 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6db777f - Browse repository at this point
Copy the full SHA 6db777fView commit details -
benchmark: add rejects and doesNotReject bench
PR-URL: nodejs/node#54734 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66acab9 - Browse repository at this point
Copy the full SHA 66acab9View commit details -
benchmark: add match and doesNotMatch bench
PR-URL: nodejs/node#54734 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4078aa8 - Browse repository at this point
Copy the full SHA 4078aa8View commit details -
zlib: deprecate instantiating classes without new
PR-URL: nodejs/node#54708 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4644d05 - Browse repository at this point
Copy the full SHA 4644d05View commit details -
lib: add note about removing
node:sys
modulePR-URL: nodejs/node#54743 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77c5922 - Browse repository at this point
Copy the full SHA 77c5922View commit details -
benchmark: enhance dc publish benchmark
PR-URL: nodejs/node#54745 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b877972 - Browse repository at this point
Copy the full SHA b877972View commit details -
benchmark: add access async version to bench
PR-URL: nodejs/node#54747 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2393f21 - Browse repository at this point
Copy the full SHA 2393f21View commit details -
doc: add support link for marco-ippolito
PR-URL: nodejs/node#54789 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cbfd5b - Browse repository at this point
Copy the full SHA 9cbfd5bView commit details -
tools: add util scripts to land and rebase PRs
PR-URL: nodejs/node#54656 Reviewed-By: James M Snell <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a47bb9b - Browse repository at this point
Copy the full SHA a47bb9bView commit details -
typings: fix TypedArray to a global type
PR-URL: nodejs/node#54063 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e635e09 - Browse repository at this point
Copy the full SHA e635e09View commit details -
test: refactor
test-esm-type-field-errors
Co-Authored-By: Jacob Smith <[email protected]> PR-URL: nodejs/node#54368 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3606c53 - Browse repository at this point
Copy the full SHA 3606c53View commit details -
doc: replace --allow-fs-read by --allow-fs-write in related section
PR-URL: nodejs/node#54427 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2bab0f - Browse repository at this point
Copy the full SHA e2bab0fView commit details -
doc: clarify
--max-old-space-size
and--max-semi-space-size
unitsPR-URL: nodejs/node#54477 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62953ef - Browse repository at this point
Copy the full SHA 62953efView commit details -
test: refactor fs-watch tests due to macOS issue
In `macOS`, fsevents generated immediately before start watching may leak into the event callback. See: nodejs/node#54450 for an explanation. This might be fixed at some point in `libuv` though it may take some time (see: libuv/libuv#3866). This commit comes in anticipation of the soon-to-be-released `[email protected]` which was making these tests very flaky. PR-URL: nodejs/node#54498 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f82673 - Browse repository at this point
Copy the full SHA 4f82673View commit details -
test: fix
test-process-load-env-file
when path contains'
If the repo is cloned on a path that contains a quote, the test should not fail. PR-URL: nodejs/node#54511 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68891a6 - Browse repository at this point
Copy the full SHA 68891a6View commit details -
benchmark: add buffer.isUtf8 bench
PR-URL: nodejs/node#54740 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7410d51 - Browse repository at this point
Copy the full SHA 7410d51View commit details -
benchmark: add buffer.isAscii benchmark
PR-URL: nodejs/node#54740 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 194fc11 - Browse repository at this point
Copy the full SHA 194fc11View commit details -
meta: add
Windows ARM64
to flaky-tests listPR-URL: nodejs/node#54693 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0c10f2 - Browse repository at this point
Copy the full SHA a0c10f2View commit details -
crypto: reject dh,x25519,x448 in {Sign,Verify}Final
Fixes: nodejs/node#53742 PR-URL: nodejs/node#53774 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 231ab78 - Browse repository at this point
Copy the full SHA 231ab78View commit details -
doc: fix typo in recognizing-contributors
PR-URL: nodejs/node#54822 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77c702c - Browse repository at this point
Copy the full SHA 77c702cView commit details -
deps: update cjs-module-lexer to 1.4.0
PR-URL: nodejs/node#54713 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf6ded5 - Browse repository at this point
Copy the full SHA cf6ded5View commit details -
doc: mark
--conditions
CLI flag as stablePR-URL: nodejs/node#54209 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec22d86 - Browse repository at this point
Copy the full SHA ec22d86View commit details -
test: set
test-debugger-heap-profiler
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0f208d - Browse repository at this point
Copy the full SHA d0f208dView commit details -
test: set
test-performance-function
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eed0537 - Browse repository at this point
Copy the full SHA eed0537View commit details -
test: set
test-runner-watch-mode-complex
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16176a6 - Browse repository at this point
Copy the full SHA 16176a6View commit details -
test: set
test-http2-large-file
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c98cd12 - Browse repository at this point
Copy the full SHA c98cd12View commit details -
test: set
test-esm-loader-hooks-inspect-wait
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a56517 - Browse repository at this point
Copy the full SHA 3a56517View commit details -
test: set
test-async-context-frame
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8cb03d - Browse repository at this point
Copy the full SHA e8cb03dView commit details -
test: set
test-writewrap
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68e1974 - Browse repository at this point
Copy the full SHA 68e1974View commit details -
test: set
test-runner-run-watch
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38afc4d - Browse repository at this point
Copy the full SHA 38afc4dView commit details -
test: set
test-fs-utimes
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57ae680 - Browse repository at this point
Copy the full SHA 57ae680View commit details -
test: set
test-macos-app-sandbox
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97d41c6 - Browse repository at this point
Copy the full SHA 97d41c6View commit details -
test: set
test-single-executable-application-empty
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9808fee - Browse repository at this point
Copy the full SHA 9808feeView commit details -
test: set
test-http-server-request-timeouts-mixed
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5b5cc8 - Browse repository at this point
Copy the full SHA b5b5cc8View commit details -
test: set
test-worker-arraybuffer-zerofill
as flakyPR-URL: nodejs/node#54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1bae5e - Browse repository at this point
Copy the full SHA d1bae5eView commit details -
doc: add support link for mcollina
Signed-off-by: Matteo Collina <[email protected]> PR-URL: nodejs/node#54786 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Steven R Loomis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a840ce - Browse repository at this point
Copy the full SHA 4a840ceView commit details -
test: fix volatile for CauseSegfault with clang
PR-URL: nodejs/node#54325 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7af8ca - Browse repository at this point
Copy the full SHA f7af8caView commit details -
tools: add readability/fn_size to filter
PR-URL: nodejs/node#54744 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5c65d0 - Browse repository at this point
Copy the full SHA f5c65d0View commit details -
build: do not build with code cache for core coverage collection
Disable code cache for built-ins when are building Node.js to collect test coverage of built-ins, as code caching makes the V8 coverage collection less precises (specifically, all the functions deserialized from the code cache will not have block-level coverage data). Data from local testing: Before: ---------|----------|---------|--------- % Stmts | % Branch | % Funcs | % Lines ---------|----------|---------|--------- 95.58 | 94.43 | 95.19 | 95.58 ---------|----------|---------|--------- After: ---------|----------|---------|--------- % Stmts | % Branch | % Funcs | % Lines ---------|----------|---------|--------- 95.93 | 94.77 | 96.03 | 95.93 ---------|----------|---------|--------- PR-URL: nodejs/node#54633 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e862eec - Browse repository at this point
Copy the full SHA e862eecView commit details -
doc: add
ERR_INVALID_ADDRESS
toerrors.md
PR-URL: nodejs/node#54661 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d48a22f - Browse repository at this point
Copy the full SHA d48a22fView commit details -
meta: bump peter-evans/create-pull-request from 6.1.0 to 7.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c5a7806...8867c4a) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#54820 Refs: peter-evans/create-pull-request@8867c4a Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54af473 - Browse repository at this point
Copy the full SHA 54af473View commit details -
doc: experimental flag for global accessible APIs
Explicitly document that adding an API to the global scope requires `semver-major` label. Waiving the `semver-major` requires a regular TSC consensus process. PR-URL: nodejs/node#54330 Refs: nodejs/node#54329 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6c748f - Browse repository at this point
Copy the full SHA a6c748fView commit details -
PR-URL: nodejs/node#54854 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dfd238 - Browse repository at this point
Copy the full SHA 1dfd238View commit details -
tls: add
allowPartialTrustChain
flagThis commit exposes the `X509_V_FLAG_PARTIAL_CHAIN` OpenSSL flag to users. This is behavior that has been requested repeatedly in the Github issues, and allows aligning behavior with other TLS libraries and commonly used applications (e.g. `curl`). As a drive-by, simplify the `SecureContext` source by deduplicating call sites at which a new custom certificate store was created for the `secureContext` in question. Fixes: nodejs/node#36453 PR-URL: nodejs/node#54790 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc020f7 - Browse repository at this point
Copy the full SHA bc020f7View commit details -
repl: doc-deprecate instantiating
node:repl
classes withoutnew
PR-URL: nodejs/node#54842 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6a2317 - Browse repository at this point
Copy the full SHA d6a2317View commit details -
esm: fix support for
URL
instances inimport.meta.resolve
PR-URL: nodejs/node#54690 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dd4639 - Browse repository at this point
Copy the full SHA 0dd4639View commit details -
fs: refactor rimraf to avoid using primordials
PR-URL: nodejs/node#54834 Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0c55e2 - Browse repository at this point
Copy the full SHA f0c55e2View commit details -
timers: avoid generating holey internal arrays
PR-URL: nodejs/node#54771 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5358601 - Browse repository at this point
Copy the full SHA 5358601View commit details -
test: move test-http-server-request-timeouts-mixed
Test was moved to sequential a while back. PR-URL: nodejs/node#54841 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2c69c9 - Browse repository at this point
Copy the full SHA e2c69c9View commit details -
path: remove
StringPrototypeCharCodeAt
fromposix.extname
PR-URL: nodejs/node#54546 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 309cb1c - Browse repository at this point
Copy the full SHA 309cb1cView commit details -
test_runner: improve code coverage cleanup
The test runner's code coverage leaves old coverage data in the temp directory. This commit updates the cleanup logic to: - Stop code collection. Otherwise V8 would write collection data again when the process exits. - Remove the temp directory containing the coverage data. - Attempt to clean up the coverage data even if parsing the data resulted in an error. With this change, I no longer see any coverage data left behind in the system temp directory. Refs: nodejs/build#3864 Refs: nodejs/build#3887 PR-URL: nodejs/node#54856 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c981e61 - Browse repository at this point
Copy the full SHA c981e61View commit details -
doc: add support link for aduh95
PR-URL: nodejs/node#54866 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 096623b - Browse repository at this point
Copy the full SHA 096623bView commit details -
test: reduce fs calls in test-fs-existssync-false
PR-URL: nodejs/node#54815 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f49b7c - Browse repository at this point
Copy the full SHA 8f49b7cView commit details -
PR-URL: nodejs/node#54591 Refs: nodejs/node#54499 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6f9afe - Browse repository at this point
Copy the full SHA c6f9afeView commit details -
test: fix test-tls-client-mindhsize for OpenSSL32
Refs: nodejs/node#53382 - OpenSSL32 has a minimum dh key size by 2048 by default. - Create larter 3072 dh key needed for testing and adjust tests to use it for builds with OpenSSL32 Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54739 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f26cf09 - Browse repository at this point
Copy the full SHA f26cf09View commit details -
test: reduce the allocation size in test-worker-arraybuffer-zerofill
Test has been flaky with timeouts in CI. This is possibly due to the repeated large allocations on the main thread. This commit reduces the allocation size and makes a number of other cleanups. The main goal is to hopefully make this test more reliable / not-flaky. Also move the test to sequential. The frequent large allocations could be causing the test to be flaky if run parallel to other tests. PR-URL: nodejs/node#54839 Refs: nodejs/node#52274 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5e7738 - Browse repository at this point
Copy the full SHA f5e7738View commit details -
test: reduce test-esm-loader-hooks-inspect-wait flakiness
Refs: nodejs/node#51560 PR-URL: nodejs/node#54827 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60f5f54 - Browse repository at this point
Copy the full SHA 60f5f54View commit details -
test: remove dead code in test-http2-misbehaving-multiplex
PR-URL: nodejs/node#54860 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b7687e - Browse repository at this point
Copy the full SHA 7b7687eView commit details -
doc, meta: fix broken link in
onboarding.md
PR-URL: nodejs/node#54886 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c40b4b4 - Browse repository at this point
Copy the full SHA c40b4b4View commit details -
test: deflake test-http2-misbehaving-multiplex
Fixes: nodejs/node#54859 PR-URL: nodejs/node#54872 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 747d9ae - Browse repository at this point
Copy the full SHA 747d9aeView commit details -
test: strip color chars in
test-runner-run
Fixes: nodejs/node#54551 PR-URL: nodejs/node#54552 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2ec961 - Browse repository at this point
Copy the full SHA d2ec961View commit details -
test: move more url tests to
node:test
PR-URL: nodejs/node#54636 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 124f715 - Browse repository at this point
Copy the full SHA 124f715View commit details -
src: add Cleanable class to Environment
We store a linked list of `Cleanable` objects on the `node::Environment` and invoke their `Clean()` method during env teardown. This eliminates the need for adding many cleanup hooks. PR-URL: nodejs/node#54880 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85542b0 - Browse repository at this point
Copy the full SHA 85542b0View commit details -
lib: make WeakRef safe in abort_controller
PR-URL: nodejs/node#54791 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d86f247 - Browse repository at this point
Copy the full SHA d86f247View commit details -
build: fix conflicting V8 object print flags
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: nodejs/node#54785 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d288ec3 - Browse repository at this point
Copy the full SHA d288ec3View commit details -
http: reduce likelihood of race conditions on keep-alive timeout
Fixes: nodejs/node#52649 Refs: nodejs/node#54293 Co-authored-by: Arrigo Zanette <[email protected]> PR-URL: nodejs/node#54863 Reviewed-By: James M Snell <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 596940c - Browse repository at this point
Copy the full SHA 596940cView commit details -
PR-URL: nodejs/node#54434 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95b55c3 - Browse repository at this point
Copy the full SHA 95b55c3View commit details -
Add missing `await` in `test/parallel/test-inspector-async-stack-traces-promise-then.js`. PR-URL: nodejs/node#54828 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9db46b5 - Browse repository at this point
Copy the full SHA 9db46b5View commit details -
test: use correct file naming syntax for
util-parse-env
PR-URL: nodejs/node#53705 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b3b4f4 - Browse repository at this point
Copy the full SHA 1b3b4f4View commit details -
node-api: add support for UTF-8 and Latin-1 property keys
PR-URL: nodejs/node#52984 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Vladimir Morozov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7611093 - Browse repository at this point
Copy the full SHA 7611093View commit details -
node-api: add external buffer creation benchmark
Add a micro benchmark for external buffer creation. PR-URL: nodejs/node#54877 Refs: nodejs/node#53804 Refs: nodejs/node#44111 Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3011927 - Browse repository at this point
Copy the full SHA 3011927View commit details -
PR-URL: nodejs/node#54899 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4d0ca4 - Browse repository at this point
Copy the full SHA c4d0ca4View commit details -
test: fix test test-tls-dhe for OpenSSL32
Refs: nodejs/node#53382 - OpenSSL32 has a minimum dh key size by 2048 by default. - Adjust test to use larger 3072 key instead of 1024 when OpenSSL32 is present. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54903 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9fc8d9 - Browse repository at this point
Copy the full SHA a9fc8d9View commit details -
Prevent responses from being cached. Fixes: nodejs/node#54124 PR-URL: nodejs/node#54902 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 597bc14 - Browse repository at this point
Copy the full SHA 597bc14View commit details -
test: improve test-internal-fs-syncwritestream
A subtest about the behavior when `autoClose=false`. PR-URL: nodejs/node#54671 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8048c2e - Browse repository at this point
Copy the full SHA 8048c2eView commit details -
Co-authored-by: Jason Zhang <[email protected]> PR-URL: nodejs/node#54829 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc37b80 - Browse repository at this point
Copy the full SHA fc37b80View commit details -
deps: update cjs-module-lexer to 1.4.1
PR-URL: nodejs/node#54846 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fc904f - Browse repository at this point
Copy the full SHA 1fc904fView commit details -
build: upgrade clang-format to v18
PR-URL: nodejs/node#53957 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d285fc1 - Browse repository at this point
Copy the full SHA d285fc1View commit details -
test: fix test-http2-socket-close.js
Fixes: nodejs/node#54819 PR-URL: nodejs/node#54900 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d48543 - Browse repository at this point
Copy the full SHA 5d48543View commit details -
test: adjust tls test for OpenSSL32
Refs: nodejs/node#53382 Looks like test is forcing an error through bad data and the error code we get is different for OpenSSL32. Adjust test to cope with the variation across versions. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54909 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4092889 - Browse repository at this point
Copy the full SHA 4092889View commit details -
doc: fix broken Android building link
PR-URL: nodejs/node#54922 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Xuguang Mei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2879ce9 - Browse repository at this point
Copy the full SHA 2879ce9View commit details -
repl: avoid interpreting 'npm' as a command when errors are recoverable
This change ensures that 'npm' within JavaScript code is not mistakenly interpreted as an npm command when the error is recoverable. This allows 'npm' to be treated as expected in such scenarios. Fixes: nodejs/node#54830 PR-URL: nodejs/node#54848 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Kohei Ueno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a983726 - Browse repository at this point
Copy the full SHA a983726View commit details -
test_runner: reimplement
assert.ok
to allow stack parsingPR-URL: nodejs/node#54776 Refs: nodejs/help#4461 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b048eae - Browse repository at this point
Copy the full SHA b048eaeView commit details -
test: adjust test-tls-junk-server for OpenSSL32
Refs: #53382 OpenSSL32 returns different error text. Looking through the test it seems like the expected error text has been adjusted for different OpenSSL versions in the past and what the test is testing is not related to the error being returned. Update test to allow for error returned by OpenSSL32 Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54926 Refs: nodejs/node#53382 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76110b0 - Browse repository at this point
Copy the full SHA 76110b0View commit details -
benchmark: --no-warnings to avoid DEP/ExpWarn log
PR-URL: nodejs/node#54928 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 013c48f - Browse repository at this point
Copy the full SHA 013c48fView commit details -
doc: add missing EventSource docs to globals
PR-URL: nodejs/node#55022 Backport-PR-URL: nodejs/node#55059 Refs: nodejs/node#51575 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92f3447 - Browse repository at this point
Copy the full SHA 92f3447View commit details -
Check if the value returned from user linker function is a null-ish value. `validateInternalField` should be preferred when checking `this` argument to guard against null-ish `this`. Co-authored-by: Mike Ralphson <[email protected]> PR-URL: nodejs/node#52162 Backport-PR-URL: nodejs/node#53109 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e1c229 - Browse repository at this point
Copy the full SHA 9e1c229View commit details -
2024-10-03, Version 20.18.0 'Iron' (LTS)
Notable changes: buffer: * optimize createFromString (Robert Nagy) nodejs/node#54324 inspector: * (SEMVER-MINOR) support `Network.loadingFailed` event (Kohei Ueno) nodejs/node#54246 * (SEMVER-MINOR) add initial support for network inspection (Kohei Ueno) nodejs/node#53593 lib: * (SEMVER-MINOR) add EventSource Client (Aras Abbasi) nodejs/node#51575 repl: * doc-deprecate instantiating `node:repl` classes without `new` (Aviv Keller) nodejs/node#54842 src,lib: * (SEMVER-MINOR) add performance.uvMetricsInfo (Rafael Gonzaga) nodejs/node#54413 test_runner: * (SEMVER-MINOR) support module mocking (Colin Ihrig) nodejs/node#52848 tls: * (SEMVER-MINOR) add `allowPartialTrustChain` flag (Anna Henningsen) nodejs/node#54790 url: * (SEMVER-MINOR) implement parse method for safer URL parsing (Ali Hassan) nodejs/node#52280 vm: * (SEMVER-MINOR) introduce vanilla contexts via vm.constants.DONT_CONTEXTIFY (Joyee Cheung) nodejs/node#54394 zlib: * deprecate instantiating classes without new (Yagiz Nizipli) nodejs/node#54708 PR-URL: nodejs/node#55170
Configuration menu - View commit details
-
Copy full SHA for 7eebd17 - Browse repository at this point
Copy the full SHA 7eebd17View commit details
Commits on Oct 3, 2024
-
Merge tag 'v20.18.0' into node-v20.18.0-nsolid-v5.3.4-release
2024-10-03 Node.js v20.18.0 Iron (LTS) Release Git-EVTag-v0-SHA512: a62549110c2fee01dd4e4cd27afb90884122068b815cb2cf64a667b6dd94448ee62542105321292b04f32190ced593b2e50e48969a014881e89e44c53f0d92bc
Configuration menu - View commit details
-
Copy full SHA for af4c1aa - Browse repository at this point
Copy the full SHA af4c1aaView commit details -
* The -vv option breaks the test because it expects --vv. So make an exception for that one. * --policies isn't used anymore, so remove it from the man page.
Configuration menu - View commit details
-
Copy full SHA for 5162d9a - Browse repository at this point
Copy the full SHA 5162d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3720ae - Browse repository at this point
Copy the full SHA a3720aeView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2789dd1 - Browse repository at this point
Copy the full SHA 2789dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cad6c - Browse repository at this point
Copy the full SHA e9cad6cView commit details