Skip to content

Pull requests: nodejs/node

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

benchmark: refactor http benchmarks benchmark Issues and PRs related to the benchmark subsystem. http Issues or PRs related to the http subsystem. http2 Issues or PRs related to the http2 subsystem. https Issues or PRs related to the https subsystem. performance Issues and PRs related to the performance of Node.js.
#59862 opened Sep 11, 2025 by RafaelGSS Loading…
util: inspect objects with throwing Symbol.toStringTag author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#59860 opened Sep 11, 2025 by BridgeAR Loading…
[v22.x] Update to OpenSSL 3.5 commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. dependencies Pull requests that update a dependency file. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#59859 opened Sep 11, 2025 by richardlau Loading…
util: fix debuglog.enabled not being present with callback logger author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#59858 opened Sep 11, 2025 by BridgeAR Loading…
repl: fix cpu overhead pasting big strings to the REPL author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module.
#59857 opened Sep 11, 2025 by BridgeAR Loading…
2
7
tls: only do off-thread certificate loading on loading tls c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. review wanted PRs that need reviews. tls Issues and PRs related to the tls subsystem.
#59856 opened Sep 11, 2025 by joyeecheung Loading…
http: perf improvements http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#59855 opened Sep 11, 2025 by ronag Loading…
src: include what we use in node_sqlite c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#59854 opened Sep 11, 2025 by targos Loading…
test-runner: fix suite timeout needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#59853 opened Sep 11, 2025 by MoLow Loading…
doc,crypto: update subtle.generateKey and subtle.importKey author ready PRs that have at least one approval, no pending requests for changes, and a CI started. crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations.
#59851 opened Sep 11, 2025 by panva Loading…
sqlite: fix crash session extension callbacks with workers author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#59848 opened Sep 10, 2025 by louwers Loading…
fs,win: do not add a second trailing slash in readdir author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#59847 opened Sep 10, 2025 by Flarna Loading…
worker: add heap profile API c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. semver-minor PRs that contain new features and should be released in the next minor version. worker Issues and PRs related to Worker support.
#59846 opened Sep 10, 2025 by theanarkh Loading…
4 tasks done
doc: add missing api fs cjs code snippet doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#59843 opened Sep 10, 2025 by luffy84217 Loading…
src: change default config to package.json c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run. tsc-agenda Issues and PRs to discuss during the meetings of the TSC.
#59842 opened Sep 10, 2025 by marco-ippolito Loading…
crypto: changes to async handling commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#59841 opened Sep 10, 2025 by Renegade334 Loading…
doc: deprecate closing fs.Dir on garbage collection commit-queue Add this label to land a pull request using GitHub Actions. deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. fs Issues and PRs related to the fs subsystem / file system.
#59839 opened Sep 10, 2025 by LiviaMedeiros Loading…
benchmark: calibrate config cluster/echo.js author ready PRs that have at least one approval, no pending requests for changes, and a CI started. benchmark Issues and PRs related to the benchmark subsystem. cluster Issues and PRs related to the cluster subsystem.
#59836 opened Sep 10, 2025 by meteorqz6 Loading…
http: optimize checkIsHttpToken for short strings http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#59832 opened Sep 9, 2025 by JinhyeokFang Loading…
[v22.x backport] lib: handle windows reserved device names on UNC c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#59831 opened Sep 9, 2025 by RafaelGSS Loading…
dns: support rotate dns servers c++ Issues and PRs that require attention from people who are familiar with C++. dns Issues and PRs related to the dns subsystem. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. semver-minor PRs that contain new features and should be released in the next minor version.
#59829 opened Sep 9, 2025 by theanarkh Loading…
4 tasks done
src: use Global for storing resource in Node-API callback scope c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.
#59828 opened Sep 9, 2025 by addaleax Loading…
src: create strings in FIXED_ONE_BYTE_STRING as internalized author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. os Issues and PRs related to the os subsystem.
#59826 opened Sep 9, 2025 by addaleax Loading…
http: add shouldUpgradeCallback to let servers control HTTP upgrades http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. semver-minor PRs that contain new features and should be released in the next minor version.
#59824 opened Sep 9, 2025 by pimterry Loading…
docs:highlight difference in module loading between ESM and CommonJS doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation.
#59815 opened Sep 9, 2025 by Ajay-2005 Loading…
ProTip! Filter pull requests by the default branch with base:main.