Skip to content

Pull requests: nodejs/node

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

node-api: fix compiler warning in node_api.h 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.
#49103 opened Aug 11, 2023 by graebm Loading…
inspector: update --inspect hint text c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run.
#49100 opened Aug 10, 2023 by LiviaMedeiros Draft
bootstrap: build code cache from deserialized isolate c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#49099 opened Aug 10, 2023 by joyeecheung Loading…
[v16.x] reland OpenSSL_1_1_1v+quic 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. v16.x Issues that can be reproduced on v16.x or PRs targeting the v16.x-staging branch.
#49098 opened Aug 10, 2023 by richardlau Loading…
src: add a condition if the argument of DomainToUnicode is empty 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.
#49097 opened Aug 10, 2023 by pluris Loading…
doc: add examples and notes to http server.close et al doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem.
#49091 opened Aug 10, 2023 by mmarchini Loading…
stream: improve WebStreams creation performance needs-ci PRs that need a full CI run. web streams
#49089 opened Aug 9, 2023 by rluvaton Loading…
test_runner: add support for chainable mockImplementationOnce needs-ci PRs that need a full CI run. test_runner
#49088 opened Aug 9, 2023 by rluvaton Loading…
url: do not append slashes when unicode is enabled if empty hostname 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.
#49087 opened Aug 9, 2023 by Xstoudi Loading…
doc: update process.binding deprecation text author ready PRs that have at least one approval, no pending requests for changes, and a CI started. deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. permission Issues and PRs related to the Permission Model security Issues and PRs related to security.
#49086 opened Aug 9, 2023 by tniessen Loading…
doc: update with latest security release commit-queue Add this label to land a pull request using GitHub Actions. doc Issues and PRs related to the documentations.
#49085 opened Aug 9, 2023 by RafaelGSS Loading…
test: document fixtures.fileURL() doc Issues and PRs related to the documentations. test Issues and PRs related to the tests.
#49083 opened Aug 9, 2023 by LiviaMedeiros Loading…
test: add tmpdir.resolve() needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#49079 opened Aug 9, 2023 by LiviaMedeiros Loading…
src,test: fix gcc warning on comments needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#49076 opened Aug 9, 2023 by ywave620 Loading…
crypto: add randomULID function crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.
#49074 opened Aug 8, 2023 by Xstoudi Loading…
esm: introduce node:interop to expose the path of the current module esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#49070 opened Aug 8, 2023 by aduh95 Draft
5 tasks
esm: fix globalPreload warning esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#49069 opened Aug 8, 2023 by aduh95 Loading…
[v16.x] build, deps, tools: avoid excessive LTO, PGO, debug information build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. i18n-api Issues and PRs related to the i18n implementation. icu Issues and PRs related to the ICU dependency. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency. v16.x Issues that can be reproduced on v16.x or PRs targeting the v16.x-staging branch.
#49066 opened Aug 8, 2023 by rockdrilla Draft
[v18.x] build, deps, tools: avoid excessive LTO, PGO, debug information build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. i18n-api Issues and PRs related to the i18n implementation. icu Issues and PRs related to the ICU dependency. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#49065 opened Aug 8, 2023 by rockdrilla Draft
[v20.x] build, deps, tools: avoid excessive LTO, PGO, debug information build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. i18n-api Issues and PRs related to the i18n implementation. icu Issues and PRs related to the ICU dependency. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency. v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
#49064 opened Aug 8, 2023 by rockdrilla Draft
build, deps, tools: avoid excessive LTO, PGO, debug information build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. i18n-api Issues and PRs related to the i18n implementation. icu Issues and PRs related to the ICU dependency. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#49063 opened Aug 8, 2023 by rockdrilla Draft
src: remove redundant code for uv_handle_type c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#49061 opened Aug 8, 2023 by pluris Loading…
esm: protect ERR_UNSUPPORTED_DIR_IMPORT against prototype pollution author ready PRs that have at least one approval, no pending requests for changes, and a CI started. errors Issues and PRs related to JavaScript errors originated in Node.js core. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#49060 opened Aug 7, 2023 by aduh95 Loading…
test_runner: run global after() hook earlier needs-ci PRs that need a full CI run. test_runner
#49059 opened Aug 7, 2023 by cjihrig Loading…
stream: add writable.writeAhead() needs-ci PRs that need a full CI run.
#49055 opened Aug 7, 2023 by KhooHaoYit Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.