-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Pull requests: nodejs/node
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[v22.x] src: clamp WriteUtf8 capacity to INT_MAX in EncodeInto
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
v22.x
Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#62621
opened Apr 7, 2026 by
semimikoh
Loading…
quic: implement multiple c++ side improvements
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
#62620
opened Apr 6, 2026 by
jasnell
Loading…
doc: improve fs.StatFs property descriptions
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
#62617
opened Apr 6, 2026 by
akashguptasky
Loading…
test_runner: scope file-level hooks per file in no-isolation mode
needs-ci
PRs that need a full CI run.
test_runner
Issues and PRs related to the test runner subsystem.
#62615
opened Apr 6, 2026 by
marcopiraccini
•
Draft
doc: mention node:stream/consumers in stream overview
doc
Issues and PRs related to the documentations.
stream
Issues and PRs related to the stream subsystem.
#62613
opened Apr 6, 2026 by
NinadUbale
Loading…
test: export isRiscv64 from common module
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#62609
opened Apr 5, 2026 by
JamieMagee
Loading…
tools: fix redundant conditions in v8.gyp for riscv64 and loong64
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.
#62608
opened Apr 5, 2026 by
JamieMagee
Loading…
doc: note GCC >= 14 requirement for native riscv64 builds
build
Issues and PRs related to build files or the CI.
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.
dont-land-on-v24.x
PRs that should not land on the v24.x-staging branch and should not be released in v24.x.
dont-land-on-v25.x
PRs that should not land on the v25.x-staging branch and should not be released in v25.x.
riscv64
Issues and PRs related to the riscv64 architecture.
#62607
opened Apr 5, 2026 by
JamieMagee
Loading…
deps: enable OpenSSL asm support for riscv64
dependencies
Pull requests that update a dependency file.
needs-ci
PRs that need a full CI run.
openssl
Issues and PRs related to the OpenSSL dependency.
#62606
opened Apr 5, 2026 by
JamieMagee
Loading…
build: enable Maglev for riscv64
build
Issues and PRs related to build files or the CI.
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.
#62605
opened Apr 5, 2026 by
JamieMagee
Loading…
deps: add ata JSON Schema validator for node.config.json
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
#62603
opened Apr 5, 2026 by
mertcanaltin
•
Draft
dgram: don't swallow bind errors when callback is provided
dgram
Issues and PRs related to the dgram subsystem / UDP.
needs-ci
PRs that need a full CI run.
#62602
opened Apr 5, 2026 by
armanmikoyan
Loading…
crypto: add uuidv7 monotonic counter
crypto
Issues and PRs related to the crypto subsystem.
needs-ci
PRs that need a full CI run.
#62601
opened Apr 5, 2026 by
araujogui
Loading…
doc: note non-monotonic clock in crypto.randomUUIDv7
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.
#62600
opened Apr 5, 2026 by
nabeel378
Loading…
dns: coalesce identical concurrent lookup() requests
baking-for-lts
PRs that need to wait before landing in a LTS release.
dns
Issues and PRs related to the dns subsystem.
needs-ci
PRs that need a full CI run.
needs-citgm
PRs that need a CITGM CI run.
semver-minor
PRs that contain new features and should be released in the next minor version.
#62599
opened Apr 5, 2026 by
orgads
Loading…
deps: update ngtcp2 to 1.22.0
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
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.
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.
needs-ci
PRs that need a full CI run.
quic
Issues and PRs related to the QUIC implementation / HTTP/3.
#62595
opened Apr 5, 2026 by
nodejs-github-bot
Loading…
tools: improve output for unexpected passes in WTP tests
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.
test
Issues and PRs related to the tests.
#62587
opened Apr 4, 2026 by
aduh95
Loading…
[v24.x backport] doc: remove obsolete Boxstarter automated install
build
Issues and PRs related to build files or the CI.
doc
Issues and PRs related to the documentations.
tools
Issues and PRs related to the tools directory.
v24.x
Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#62586
opened Apr 4, 2026 by
MikeMcC399
Loading…
tools: fix cpplint false positive for v8::FastApiCallbackOptions&
tools
Issues and PRs related to the tools directory.
#62585
opened Apr 4, 2026 by
DivyanshuX9
Loading…
doc: clarify fs.StatFs property descriptions
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
#62582
opened Apr 4, 2026 by
Herrtian
Loading…
sqlite: add serialize() and deserialize() to DatabaseSync
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.
#62579
opened Apr 3, 2026 by
thisalihassan
Loading…
doc: improve fs.StatFs documentation with examples and clarifications
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
#62578
opened Apr 3, 2026 by
aymanxdev
Loading…
crypto: improve system certificate enumeration logic on macOS
c++
Issues and PRs that require attention from people who are familiar with C++.
crypto
Issues and PRs related to the crypto subsystem.
needs-ci
PRs that need a full CI run.
#62576
opened Apr 3, 2026 by
deepak1556
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.