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

src: replace Environment::GetCurrent with args.GetIsolate c++ Issues and PRs that require attention from people who are familiar with C++. libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#59876 opened Sep 13, 2025 by KimSH39 Loading…
Update README.md doc Issues and PRs related to the documentations.
#59875 opened Sep 13, 2025 by vaidikmudgal87-create Loading…
module: only put directly require-d ESM into require.cache esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#59874 opened Sep 12, 2025 by joyeecheung Loading…
stream: improve performance of finished() needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem.
#59873 opened Sep 12, 2025 by avcribl Loading…
Benchmark/update configs to n author ready PRs that have at least one approval, no pending requests for changes, and a CI started. benchmark Issues and PRs related to the benchmark subsystem. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. dgram Issues and PRs related to the dgram subsystem / UDP. permission Issues and PRs related to the Permission Model util Issues and PRs related to the built-in util module.
#59872 opened Sep 12, 2025 by brunocroh Loading…
lib: refactor to avoid calling destructured required methods crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.
#59871 opened Sep 12, 2025 by panva Draft
inspector: ensure adequate memory allocation for Binary::toBase64 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.
#59870 opened Sep 12, 2025 by Renegade334 Loading…
stream: use new AsyncResource instead of bind commit-queue Add this label to land a pull request using GitHub Actions. needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem.
#59867 opened Sep 12, 2025 by mcollina Loading…
vm: expose hasTopLevelAwait on SourceTextModule needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#59865 opened Sep 12, 2025 by legendecas Loading…
benchmark: refactor http benchmarks benchmark Issues and PRs related to the benchmark subsystem. http Issues or PRs related to the http subsystem. http2 Issues or PRs related to the http2 subsystem. https Issues or PRs related to the https subsystem. performance Issues and PRs related to the performance of Node.js.
#59862 opened Sep 11, 2025 by RafaelGSS Loading…
util: inspect objects with throwing Symbol.toStringTag 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. util Issues and PRs related to the built-in util module.
#59860 opened Sep 11, 2025 by BridgeAR Loading…
[v22.x] Update to OpenSSL 3.5 commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. 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. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#59859 opened Sep 11, 2025 by richardlau Loading…
util: fix debuglog.enabled not being present with callback logger 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. util Issues and PRs related to the built-in util module.
#59858 opened Sep 11, 2025 by BridgeAR Loading…
repl: fix cpu overhead pasting big strings to the REPL 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. readline Issues and PRs related to the built-in readline module.
#59857 opened Sep 11, 2025 by BridgeAR Loading…
2
8
tls: only do off-thread certificate loading on loading tls 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. needs-ci PRs that need a full CI run. review wanted PRs that need reviews. tls Issues and PRs related to the tls subsystem.
#59856 opened Sep 11, 2025 by joyeecheung Loading…
http: perf improvements http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#59855 opened Sep 11, 2025 by ronag Loading…
src: include what we use in node_sqlite 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.
#59854 opened Sep 11, 2025 by targos Loading…
test-runner: fix suite timeout needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#59853 opened Sep 11, 2025 by MoLow Loading…
doc,crypto: update subtle.generateKey and subtle.importKey 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.
#59851 opened Sep 11, 2025 by panva Loading…
sqlite: fix crash session extension callbacks with workers 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.
#59848 opened Sep 10, 2025 by louwers Loading…
fs,win: do not add a second trailing slash in readdir 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++. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#59847 opened Sep 10, 2025 by Flarna Loading…
worker: add heap profile API 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. semver-minor PRs that contain new features and should be released in the next minor version. worker Issues and PRs related to Worker support.
#59846 opened Sep 10, 2025 by theanarkh Loading…
4 tasks done
doc: add missing api fs cjs code snippet doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#59843 opened Sep 10, 2025 by luffy84217 Loading…
src: change default config to package.json c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run. tsc-agenda Issues and PRs to discuss during the meetings of the TSC.
#59842 opened Sep 10, 2025 by marco-ippolito Loading…
http: optimize checkIsHttpToken for short strings author ready PRs that have at least one approval, no pending requests for changes, and a CI started. http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#59832 opened Sep 9, 2025 by JinhyeokFang Loading…
ProTip! Updated in the last three days: updated:>2025-09-09.