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,net,stream: reconcile read, write, and parser paths lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#64980 opened Aug 3, 2026 by GetThatCookie Loading…
src: report why --enable-fips failed 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++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR.
#64979 opened Aug 3, 2026 by panva Member Loading…
dns: reserve vector capacity in ParseTxtReply c++ Issues and PRs that require attention from people who are familiar with C++. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. needs-ci PRs that need a full CI run.
#64978 opened Aug 3, 2026 by agape1225 Contributor Loading…
test: update WPT for WebCryptoAPI to 82c3d9069c 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.
#64977 opened Aug 3, 2026 by nodejs-github-bot Collaborator Loading…
doc: document ArrayBuffer support in pbkd2Sync author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations.
#64976 opened Aug 3, 2026 by kyungrae2002 Loading…
net: make multiple improvements to net.BlockList c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#64974 opened Aug 3, 2026 by jasnell Member Loading…
test: allow half-open CONNECT tunnel sockets needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#64973 opened Aug 3, 2026 by trivikr Member Loading…
ffi: reuse the callable created per symbol 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++. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#64971 opened Aug 2, 2026 by trivikr Member Draft
ffi: shrink trampoline placement probe window 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++. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#64969 opened Aug 2, 2026 by trivikr Member Loading…
tools: add ./tools/nix/pkcs11.nix to nix-changes.yml author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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. fast-track PRs that do not need to wait for 48 hours to land. tools Issues and PRs related to the tools directory.
#64967 opened Aug 2, 2026 by panva Member Loading…
build: enable perfetto updater author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory.
#64966 opened Aug 2, 2026 by legendecas Member Loading…
util: add non-throwing MIMEType.parse 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. semver-minor PRs that contain new features and should be released in the next minor version.
#64965 opened Aug 2, 2026 by jasnell Member Loading…
ffi: accept pointer BigInts in multi-argument fast calls commit-queue Add this label to land a pull request using GitHub Actions. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#64964 opened Aug 2, 2026 by trivikr Member Loading…
tools: store "default" OpenSSL version in openssl-matrix.nix author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. 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. tools Issues and PRs related to the tools directory.
#64962 opened Aug 2, 2026 by aduh95 Contributor Loading…
tools: remove true from branch name for auto-update automation author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. meta Issues and PRs related to the general management of the project.
#64961 opened Aug 2, 2026 by aduh95 Contributor Loading…
test,tools: accomodate FIPS provider in tests and add FIPS to test-shared.yml 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. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. tools Issues and PRs related to the tools directory.
#64960 opened Aug 2, 2026 by panva Member Loading…
lib: use validateArray for array arguments author ready PRs that have at least one approval, no pending requests for changes, and a CI started. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#64959 opened Aug 2, 2026 by greenheadHQ Contributor Loading…
ffi: reuse libffi call plans 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++. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#64958 opened Aug 2, 2026 by umuoy1 Contributor Loading…
doc: fix grammar and punctuation in dgram documentation author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. dgram Issues and PRs related to the dgram subsystem / UDP. doc Issues and PRs related to the documentations.
#64957 opened Aug 2, 2026 by Rawal27 Contributor Loading…
src: return failure when task spawning fails c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#64956 opened Aug 2, 2026 by Archkon Contributor Loading…
util: downgrade hex colors to terminal color depth needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#64955 opened Aug 2, 2026 by Tobbe Loading…
fs: fix recursive readdir with buffer encoding fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#64954 opened Aug 2, 2026 by canblmz1 Loading…
doc: fix grammar and wording in assert documentation assert Issues and PRs related to the assert subsystem. doc Issues and PRs related to the documentations.
#64953 opened Aug 2, 2026 by Rawal27 Contributor Loading…
doc: fix grammar and wording in addons documentation addons Issues and PRs related to native addons. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. doc Issues and PRs related to the documentations.
#64952 opened Aug 2, 2026 by Rawal27 Contributor Loading…
src: treat signal-terminated tasks as failures c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#64951 opened Aug 2, 2026 by Archkon Contributor Loading…
ProTip! Updated in the last three days: updated:>2026-07-31.