X Tutup
The Wayback Machine - https://web.archive.org/web/20250922232910/https://github.com/nodejs/node/pulls
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

lib: remove util.getCallSite 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. util Issues and PRs related to the built-in util module.
#59980 opened Sep 22, 2025 by RafaelGSS Loading…
test: expand hostname matching coverage needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#59979 opened Sep 22, 2025 by diangogav Loading…
tools: use dependabot cooldown and move tools/doc meta Issues and PRs related to the general management of the project.
#59978 opened Sep 22, 2025 by RafaelGSS Loading…
test: verify tracing channel doesn't swallow unhandledRejection author ready PRs that have at least one approval, no pending requests for changes, and a CI started. diagnostics_channel Issues and PRs related to diagnostics channel needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#59974 opened Sep 22, 2025 by Flarna Loading…
2025-09-24, Version 22.20.0 'Jod' (LTS) release Issues and PRs related to Node.js releases. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#59973 opened Sep 22, 2025 by github-actions bot Loading…
http: optimize Buffer handling in Content-Disposition header benchmark Issues and PRs related to the benchmark subsystem. http Issues or PRs related to the http subsystem.
#59969 opened Sep 22, 2025 by jbj338033 Loading…
4 tasks done
http,net: optimize repeated property access http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. net Issues and PRs related to the net subsystem.
#59968 opened Sep 22, 2025 by jbj338033 Loading…
4 tasks done
test: add new startNewREPLSever testing utility needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#59964 opened Sep 21, 2025 by dario-piotrowicz Loading…
src: simplify watchdog instantiations via std::optional c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#59960 opened Sep 21, 2025 by addaleax Loading…
http: improve writeEarlyHints by avoiding for-of loop http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#59958 opened Sep 21, 2025 by haramj Loading…
crypto: update root-certificates to 3.115.1 crypto Issues and PRs related to the crypto subsystem. notable-change PRs with changes that should be highlighted in changelogs. openssl Issues and PRs related to the OpenSSL dependency. tls Issues and PRs related to the tls subsystem. tools Issues and PRs related to the tools directory.
#59956 opened Sep 21, 2025 by nodejs-github-bot Loading…
deps: update googletest to 50b8600 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#59955 opened Sep 21, 2025 by nodejs-github-bot Loading…
doc: use "WebAssembly" instead of "Web Assembly" doc Issues and PRs related to the documentations.
#59954 opened Sep 20, 2025 by tniessen Loading…
node-api: Add node_api_create_object_with_properties method c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.
#59953 opened Sep 20, 2025 by miguelmarcondesf Loading…
test: ensure that the message event is fired needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#59952 opened Sep 20, 2025 by lpinca Loading…
http: add IPv6 range support for NO_PROXY environment variable http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#59950 opened Sep 20, 2025 by haramj Loading…
[v22.x backport] src,test: fix config file parsing for flags defaulted to true config Issues or PRs related to the config subsystem meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#59947 opened Sep 20, 2025 by geeksilva97 Loading…
deps: add ngtcp2 test binaries build Issues and PRs related to build files or the CI. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#59946 opened Sep 20, 2025 by jasnell Loading…
src: use RAII for uv_process_options_t 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.
#59945 opened Sep 20, 2025 by iknoom Loading…
diagnostics_channel: ensure tracePromise return values are unmodified diagnostics_channel Issues and PRs related to diagnostics channel needs-ci PRs that need a full CI run.
#59944 opened Sep 20, 2025 by Renegade334 Loading…
wasm: enable JSPI c++ Issues and PRs that require attention from people who are familiar with C++. 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. semver-minor PRs that contain new features and should be released in the next minor version.
#59941 opened Sep 20, 2025 by guybedford Loading…
doc: fix typo in section on microtask order author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. process Issues and PRs related to the process subsystem.
#59932 opened Sep 19, 2025 by tniessen Loading…
module: fix directory option in the enableCompileCache() API module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#59931 opened Sep 18, 2025 by joyeecheung Loading…
module: handle null source from async loader hooks in sync hooks 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.
#59929 opened Sep 18, 2025 by joyeecheung Loading…
2
5
sqlite: create authorization api 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.
#59928 opened Sep 18, 2025 by araujogui Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.
X Tutup