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

doc: add return type to Blocklist.isBlocklist 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++. needs-ci PRs that need a full CI run.
#66178 opened Sep 21, 2026 by soulee-dev Contributor Loading…
path: skip normalize for already-normalized paths needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem.
#66177 opened Sep 21, 2026 by anonrig Member Loading…
build: skip unused OpenSSL arch headers build Issues and PRs related to Node.js builds or CI infrastructure. needs-ci PRs that need a full CI run. python PRs and issues that require attention from people who are familiar with Python.
#66176 opened Sep 21, 2026 by anonrig Member Loading…
querystring: speed up default parse and unescape needs-ci PRs that need a full CI run. querystring Issues and PRs related to the built-in querystring module.
#66175 opened Sep 21, 2026 by anonrig Member Loading…
buffer: speed up hex decoding 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.
#66174 opened Sep 21, 2026 by anonrig Member Loading…
fs: probe glob literals when parent listing is denied c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#66172 opened Sep 21, 2026 by xia-chao Contributor Loading…
src: fix hang when joining workers in process.exit() 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.
#66171 opened Sep 21, 2026 by manzoorwanijk Loading…
[v24.x backport] build,win: replace LTCG with Thin LTO for releases build Issues and PRs related to Node.js builds or CI infrastructure. needs-ci PRs that need a full CI run. release Issues and PRs related to Node.js releases. v24.x Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch. windows Issues and PRs related to the Windows platform.
#66170 opened Sep 21, 2026 by StefanStojanovic Contributor Loading…
zlib: restart format detection when resetting Unzip 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.
#66169 opened Sep 21, 2026 by marcopiraccini Contributor Loading…
[v24.x backport] src: detach cppgc wrappers from their Realm before it is freed 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. v24.x Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#66168 opened Sep 21, 2026 by inoway46 Contributor Loading…
[v26.x backport] http2: add new connectionWindowSize option 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. v26.x Issues that can be reproduced on v26.x or PRs targeting the v26.x-staging branch.
#66167 opened Sep 21, 2026 by pimterry Member Loading…
net: speed up BlockList.check for strings c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#66166 opened Sep 21, 2026 by anonrig Member Loading…
net: skip IPv6 regex when the string has no colon needs-ci PRs that need a full CI run. net Issues and PRs related to the net subsystem.
#66165 opened Sep 21, 2026 by anonrig Member Loading…
2026-09-22, Version 26.10.0 (Current) release Issues and PRs related to Node.js releases. v26.x Issues that can be reproduced on v26.x or PRs targeting the v26.x-staging branch.
#66163 opened Sep 20, 2026 by github-actions Bot Loading…
vfs: drop --vfs-mount, keep --vfs-load alone lib / src Issues and PRs involving general changes in the lib/ or src/ directories. needs-ci PRs that need a full CI run.
#66162 opened Sep 20, 2026 by pipobscure Contributor Loading…
zlib: avoid an extra empty zstd frame 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.
#66161 opened Sep 20, 2026 by marcopiraccini Contributor Loading…
crypto: use current FIPS state for availability 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. lib / src Issues and PRs involving general changes in the lib/ or src/ directories. needs-ci PRs that need a full CI run.
#66160 opened Sep 20, 2026 by panva Member Loading…
util: show SuppressedError's error/suppressed properties on inspect dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#66159 opened Sep 20, 2026 by agape1225 Contributor Loading…
zlib: preserve brotli params and dictionary on reset 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.
#66157 opened Sep 20, 2026 by xia-chao Contributor Loading…
timers: allow setTimeout to accept a delay of 0 needs-ci PRs that need a full CI run. timers Issues and PRs related to timers, setImmediate(), setInterval(), and setTimeout().
#66155 opened Sep 20, 2026 by mcollina Member Loading…
stream: trim per-pipe and per-tee costs in webstreams needs-ci PRs that need a full CI run. web streams Issues and PRs related to the Web Streams API.
#66154 opened Sep 20, 2026 by mcollina Member Loading…
test: deflake test-bench-errors 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. fast-track PRs proposed for a shorter-than-standard waiting period before landing. flaky-test Issues and PRs involving tests that fail intermittently in CI. needs-ci PRs that need a full CI run. test Issues and PRs related to Node.js core tests and test infrastructure.
#66153 opened Sep 20, 2026 by panva Member Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.