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
Sort

Pull requests list

Initialize CID::cid_ class member in constructor 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.
#58395 opened May 19, 2025 by GoldFish2500 Loading…
Check return value of EVP_EncryptInit_ex and EVP_DecryptInit_ex c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.
#58393 opened May 19, 2025 by GoldFish2500 Loading…
test: show more information in test-http2-debug upon failure 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.
#58391 opened May 19, 2025 by joyeecheung Loading…
http2: add diagnostics channel 'http2.server.stream.created' diagnostics_channel Issues and PRs related to diagnostics channel http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#58390 opened May 19, 2025 by RaisinTen Loading…
src,lib: obtain sourceURL in magic comments from V8 lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. source maps Issues and PRs related to source map support.
#58389 opened May 19, 2025 by legendecas Loading…
2025-05-21, Version 22.16.0 'Jod' (LTS) release Issues and PRs related to Node.js releases. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#58388 opened May 19, 2025 by github-actions bot Loading…
crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#58387 opened May 19, 2025 by codebytere Loading…
src: add fast methods to http_parser and other cleanups c++ Issues and PRs that require attention from people who are familiar with C++. http_parser Issues and PRs related to the HTTP Parser dependency or the http_parser binding. needs-ci PRs that need a full CI run.
#58386 opened May 19, 2025 by jasnell Loading…
workers: make Worker async disposable 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-v23.x PRs that should not land on the v23.x-staging branch and should not be released in v23.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. worker Issues and PRs related to Worker support.
#58385 opened May 19, 2025 by jasnell Loading…
perf_hooks: make the event loop display histogram disposable author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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-v23.x PRs that should not land on the v23.x-staging branch and should not be released in v23.x. semver-minor PRs that contain new features and should be released in the next minor version.
#58384 opened May 19, 2025 by jasnell Loading…
test: do not skip OCB decryption in FIPS mode 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.
#58382 opened May 19, 2025 by tniessen Loading…
src: fix FIPS init error handling c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency.
#58379 opened May 18, 2025 by tniessen Loading…
sqlite: cleanup ERM support and export Session class 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++. 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-v23.x PRs that should not land on the v23.x-staging branch and should not be released in v23.x. 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.
#58378 opened May 18, 2025 by jasnell Loading…
src: make a number of minor improvements to buffer 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.
#58377 opened May 18, 2025 by jasnell Loading…
src: prepare for v8 sandboxing 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.
#58376 opened May 18, 2025 by jasnell Loading…
lib: remove no-mixed-operators eslint rule needs-ci PRs that need a full CI run.
#58375 opened May 18, 2025 by BridgeAR Loading…
http2: remove no longer userful options.selectPadding http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#58373 opened May 18, 2025 by hkleungai Loading…
zlib: remove mentions of unexposed Z_TREES constant needs-ci PRs that need a full CI run. zlib Issues and PRs related to the zlib subsystem.
#58371 opened May 17, 2025 by hkleungai Loading…
child_process: give names to ChildProcess functions author ready PRs that have at least one approval, no pending requests for changes, and a CI started. child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run.
#58370 opened May 17, 2025 by LiviaMedeiros Loading…
tls: make Server.getTicketKeys throw instead of assert needs-ci PRs that need a full CI run. tls Issues and PRs related to the tls subsystem.
#58365 opened May 16, 2025 by nektro Loading…
src: ERR_ILLEGAL_CONSTRUCTOR thrown from c++ had the wrong constructor c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
#58364 opened May 16, 2025 by nektro Loading…
doc: add missing options.info for ZstdOptions doc Issues and PRs related to the documentations. zlib Issues and PRs related to the zlib subsystem.
#58360 opened May 16, 2025 by hkleungai Loading…
doc: add missing options.info for BrotliOptions doc Issues and PRs related to the documentations. zlib Issues and PRs related to the zlib subsystem.
#58359 opened May 16, 2025 by hkleungai Loading…
build,win: fix dll build c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#58357 opened May 16, 2025 by StefanStojanovic Loading…
[20.x] tools: disable failing test envs in test-linux CI meta Issues and PRs related to the general management of the project. v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
#58351 opened May 16, 2025 by aduh95 Loading…
ProTip! Adding no:label will show everything without a label.