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

http: align empty proxy env var handling with fetch() http Issues and PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#66210 opened Sep 22, 2026 by barathraj048 Contributor Loading…
sqlite: throw on oversized string values 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.
#66209 opened Sep 22, 2026 by araujogui Member Loading…
meta: label permission model changes correctly author ready PRs with CI started, the required approvals, and no outstanding review comments. meta Issues and PRs related to the general management of the project.
#66208 opened Sep 22, 2026 by RafaelGSS Member Loading…
src: avoid truncating Blob sizes to 32 bits c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#66207 opened Sep 22, 2026 by christianaurichzm Contributor Loading…
doc: fix casing in util.markPromiseAsHandled section doc Issues and PRs related to Node.js documentation. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. util Issues and PRs related to the built-in util module.
#66206 opened Sep 22, 2026 by aduh95 Contributor Loading…
fs: only back Blobs with regular files c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#66204 opened Sep 22, 2026 by xia-chao Contributor Loading…
fs: use correct position when retrying writev fs Issues and PRs related to file-system APIs and the fs module. needs-ci PRs that need a full CI run.
#66203 opened Sep 22, 2026 by christianaurichzm Contributor Loading…
inspector: fix null request_queue dereference in InspectorIo c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol. needs-ci PRs that need a full CI run.
#66201 opened Sep 22, 2026 by alichtman Loading…
ffi: avoid memcpy() with a null pointer author ready PRs with CI started, the required approvals, and no outstanding review comments. c++ Issues and PRs that require attention from people who are familiar with C++. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#66200 opened Sep 22, 2026 by christianaurichzm Contributor Loading…
ffi: accept safe integer numbers for 64-bit arguments c++ Issues and PRs that require attention from people who are familiar with C++. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#66197 opened Sep 22, 2026 by HoonDongKang Contributor Loading…
url: skip resolve for already-absolute POSIX paths needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation.
#66196 opened Sep 22, 2026 by anonrig Member Loading…
sqlite: run generator return() on cursor refilter 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.
#66195 opened Sep 22, 2026 by trivikr Member Loading…
path: skip resolve normalize for clean absolute paths needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem.
#66194 opened Sep 22, 2026 by anonrig Member Loading…
module: cache compiled WebAssembly modules in the compile cache lib / src Issues and PRs involving general changes in the lib/ or src/ directories. needs-ci PRs that need a full CI run.
#66191 opened Sep 22, 2026 by guybedford Contributor Loading…
deps: V8: cherry-pick 5f8109fccf06 and 7bd6db9dfd8a build Issues and PRs related to Node.js builds or CI infrastructure. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#66190 opened Sep 22, 2026 by guybedford Contributor Loading…
child_process: release the abort listener when a spawn fails agentscan:mixed-signals child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run.
#66189 opened Sep 21, 2026 by hktitof Loading…
url: speed up setters, search params, and URLPattern c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs involving general changes in the lib/ or src/ directories. needs-ci PRs that need a full CI run.
#66188 opened Sep 21, 2026 by anonrig Member Loading…
[v24.x] buffer: fix 32-bit truncation in Buffer.prototype.copy agentscan:mixed-signals buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. v24.x Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#66187 opened Sep 21, 2026 by aron-intframe Loading…
src: compress embedded icu, builtins, and snapshot lib / src Issues and PRs involving general changes in the lib/ or src/ directories. needs-ci PRs that need a full CI run.
#66186 opened Sep 21, 2026 by anonrig Member Loading…
build: port make_temporal_zoneinfo_cpp to GYP needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#66183 opened Sep 21, 2026 by aduh95 Contributor Loading…
stream: speed up flowing pipe of buffers baking-for-lts PRs whose changes need more time before an LTS backport. commit-queue PRs queued for automated landing through the Commit Queue. commit-queue-rebase PRs the Commit Queue should land as multiple self-contained commits. needs-ci PRs that need a full CI run. stream Issues and PRs related to Node.js streams.
#66182 opened Sep 21, 2026 by anonrig Member Loading…
doc: add return type to Blocklist.isBlocklist author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue PRs queued for automated landing through the Commit Queue. doc Issues and PRs related to Node.js documentation. net Issues and PRs related to the net subsystem.
#66181 opened Sep 21, 2026 by motokaneyuki Loading…
deps: V8: cherry-pick def38dd3f872 build Issues and PRs related to Node.js builds or CI infrastructure. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#66180 opened Sep 21, 2026 by kxxt Member Loading…
zlib: reject reset after gzip emitted incomplete output c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. zlib Issues and PRs related to the zlib module and its compression dependencies.
#66179 opened Sep 21, 2026 by xia-chao Contributor Loading…
ffi: allocate string argument storage lazily c++ Issues and PRs that require attention from people who are familiar with C++. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#66178 opened Sep 21, 2026 by soulee-dev Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.