Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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: remove references to ca/crl as per-context QuicSession options doc Issues and PRs related to the documentations. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#64769 opened Jul 26, 2026 by Renegade334 Member Loading…
quic: write desired size needs update on maxstream c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#64768 opened Jul 26, 2026 by martenrichter Contributor Loading…
stream: prevent enqueue after cancel in Readable.toWeb() 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. web streams
#64766 opened Jul 26, 2026 by kairosci Loading…
repl: pass objectGroup to Runtime.awaitPromise to prevent GC collection needs-ci PRs that need a full CI run. repl Issues and PRs related to the REPL subsystem.
#64764 opened Jul 26, 2026 by DivyanshuX9 Contributor Loading…
src,dns: reserve vector capacity to avoid unnecessary reallocations 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.
#64763 opened Jul 26, 2026 by agape1225 Loading…
src: update repeated use strings to env 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.
#64760 opened Jul 26, 2026 by jasnell Member Loading…
sea: avoid dangling CLI option pointers needs-ci PRs that need a full CI run. single-executable Issues and PRs related to single-executable applications
#64755 opened Jul 26, 2026 by Archkon Contributor Loading…
stream: use validateString for consumer encoding needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem.
#64754 opened Jul 26, 2026 by sjungwon03 Contributor Loading…
crypto: fix CA trust block parsing 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.
#64753 opened Jul 26, 2026 by Archkon Contributor Loading…
build: add host toolset to perfetto_sdk dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#64751 opened Jul 26, 2026 by islandryu Member Loading…
src: handle empty external string resources c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#64750 opened Jul 26, 2026 by Archkon Contributor Loading…
zlib: decode concatenated zstd frames 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 subsystem.
#64748 opened Jul 26, 2026 by lazerg Loading…
tools: update nixpkgs-unstable to 335f0738cb2fa9708f3f428e39d2eae975d 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. dont-land-on-v26.x PRs that should not land on the v26.x-staging branch and should not be released in v26.x. tools Issues and PRs related to the tools directory.
#64747 opened Jul 26, 2026 by nodejs-github-bot Collaborator Loading…
crypto: update root-certificates to 3.125 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++. crypto Issues and PRs related to the crypto subsystem. lib / src Issues and PRs related to general changes in the lib or src directory. lts-watch-v22.x PRs that may need to be released in v22.x needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs.
#64746 opened Jul 26, 2026 by nodejs-github-bot Collaborator Loading…
deps: update zlib to 1.3.2.1-motley-42c2f19 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.
#64744 opened Jul 26, 2026 by nodejs-github-bot Collaborator Loading…
deps: update sqlite to 3.53.4 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#64745 opened Jul 26, 2026 by nodejs-github-bot Collaborator Loading…
sqlite: prevent database close during callbacks 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++. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#64743 opened Jul 25, 2026 by mcollina Member Loading…
doc: stabilize --disable-warning author ready PRs that have at least one approval, no pending requests for changes, and a CI started. cli Issues and PRs related to the Node.js command line interface. commit-queue Add this label to land a pull request using GitHub Actions. doc Issues and PRs related to the documentations.
#64742 opened Jul 25, 2026 by jean-michelet Loading…
buffer: use Clamp conversion in Blob slice 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.
#64739 opened Jul 25, 2026 by HoonDongKang Contributor Loading…
typings: remove isDataView from types binding 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. typings
#64738 opened Jul 25, 2026 by Archkon Contributor Loading…
meta: add @nodejs/url as codeowner for node_url_pattern.* 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.
#64737 opened Jul 25, 2026 by efekrskl Member Loading…
url: preserve property order in URLPattern results 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.
#64735 opened Jul 25, 2026 by Archkon Contributor Draft
url: create URLPattern result properties in WebIDL order 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.
#64733 opened Jul 25, 2026 by Archkon Contributor Loading…
async_hooks: use validateBoolean for trackPromises async_hooks Issues and PRs related to the async hooks subsystem. 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.
#64731 opened Jul 25, 2026 by soulee-dev Loading…
test: fix flaky HTTP/2 reset callback check flaky-test Issues and PRs related to the tests with unstable failures on the CI. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR. test Issues and PRs related to the tests.
#64730 opened Jul 25, 2026 by trivikr Member Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.