-
-
Notifications
You must be signed in to change notification settings - Fork 36.6k
Pull requests: nodejs/node
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fs: improve performance of recursive directory read
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.
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
#65524
opened Aug 24, 2026 by
avivkeller
Member
Loading…
doc: fix stale TOC in maintaining-dependencies
doc
Issues and PRs related to the documentations.
#65523
opened Aug 24, 2026 by
greenheadHQ
Contributor
Loading…
quic: reuse TLS pause machinery to drop event deferral & improve 0RTT
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.
#65522
opened Aug 24, 2026 by
pimterry
Member
Loading…
fs: coerce FileHandle.read length like fs.read
fs
Issues and PRs related to the fs subsystem / file system.
needs-ci
PRs that need a full CI run.
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
#65521
opened Aug 24, 2026 by
bun-unsafe
Loading…
2 tasks done
src: fix live lock between environments with blocked requests
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
#65520
opened Aug 24, 2026 by
IlyasShabi
Member
Loading…
lib: optimize async context frame activation
needs-ci
PRs that need a full CI run.
#65519
opened Aug 24, 2026 by
pimterry
Member
Loading…
crypto: harden X509Certificate state
c++
Issues and PRs that require attention from people who are familiar with C++.
commit-queue-rebase
Add this label to allow the Commit Queue to land a PR in several commits.
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.
performance
Issues and PRs related to the performance of Node.js.
#65518
opened Aug 24, 2026 by
panva
Member
Loading…
test: cover Readable.from() sync iterator errors
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#65515
opened Aug 24, 2026 by
jakecastelli
Member
Loading…
diagnostics_channel: lazily create tracing context
diagnostics_channel
Issues and PRs related to diagnostics channel
needs-ci
PRs that need a full CI run.
#65513
opened Aug 24, 2026 by
RomainLanz
Contributor
Loading…
dtls: large update to the dtls implementation
dtls
experimental
Issues and PRs related to experimental features.
large-pr
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
net
Issues and PRs related to the net subsystem.
#65511
opened Aug 23, 2026 by
jasnell
Member
Loading…
test: support inspecting WPTs in child processes
author ready
PRs that have at least one approval, no outstanding review comments, and a CI started.
commit-queue-rebase
Add this label to allow the Commit Queue to land a PR in several commits.
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#65510
opened Aug 23, 2026 by
panva
Member
Loading…
worker: add ref/unref to web workers
author ready
PRs that have at least one approval, no outstanding review comments, and a CI started.
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
needs-ci
PRs that need a full CI run.
request-ci
Add this label to start a Jenkins CI on a PR.
#65507
opened Aug 23, 2026 by
avivkeller
Member
Loading…
child_process: clear timeout timer on spawn-time error too
child_process
Issues and PRs related to the child_process subsystem.
needs-ci
PRs that need a full CI run.
#65506
opened Aug 23, 2026 by
kishore280
Loading…
crypto: avoid throwing key brand checks
author ready
PRs that have at least one approval, no outstanding review comments, and a CI started.
c++
Issues and PRs that require attention from people who are familiar with C++.
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.
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.
performance
Issues and PRs related to the performance of Node.js.
#65503
opened Aug 23, 2026 by
panva
Member
Loading…
ffi: throw on missing memory helper arguments
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
#65500
opened Aug 23, 2026 by
soulee-dev
Contributor
Loading…
url: align URLPatternInit dictionary conversion with WebIDL
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
#65498
opened Aug 23, 2026 by
piyushrajyadav
Loading…
deps: update zlib to 1.3.2.1-motley-0165316
author ready
PRs that have at least one approval, no outstanding review comments, and a CI started.
dependencies
Pull requests that update a dependency file.
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
zlib
Issues and PRs related to the zlib subsystem.
#65494
opened Aug 23, 2026 by
nodejs-github-bot
Collaborator
Loading…
permission: support URL and Uint8Array as has()/drop() reference
author ready
PRs that have at least one approval, no outstanding review comments, 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.
permission
Issues and PRs related to the Permission Model
process
Issues and PRs related to the process subsystem.
#65492
opened Aug 22, 2026 by
nhjbest22
Loading…
build: derive NODE_ARCH from target_cpu in the GN build
#65491
opened Aug 22, 2026 by
codebytere
Member
Loading…
lib: defer source map payload decoding until first use
needs-ci
PRs that need a full CI run.
request-ci
Add this label to start a Jenkins CI on a PR.
source maps
Issues and PRs related to source map support.
#65490
opened Aug 22, 2026 by
codebytere
Member
Loading…
fs: write files in one thread pool round trip
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.
#65489
opened Aug 22, 2026 by
codebytere
Member
Loading…
fs: copy directory trees for fs.cp() on the thread pool
c++
Issues and PRs that require attention from people who are familiar with C++.
commit-queue-rebase
Add this label to allow the Commit Queue to land a PR in several commits.
fs
Issues and PRs related to the fs subsystem / file system.
needs-ci
PRs that need a full CI run.
#65488
opened Aug 22, 2026 by
codebytere
Member
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.