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

Slightly improve module deprecation warnings 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-major PRs that contain breaking changes and should be released in the next major version.
#58442 opened May 23, 2025 by dario-piotrowicz Loading…
dns: set timeout to 1000ms when timeout <= 0 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.
#58441 opened May 23, 2025 by theanarkh Loading…
4 tasks done
dns: support max timeout 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.
#58440 opened May 23, 2025 by theanarkh Loading…
4 tasks done
src: fix -Wreturn-stack-address error 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++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run.
#58439 opened May 23, 2025 by codebytere Loading…
test_runner: support object property mocking needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#58438 opened May 23, 2025 by idango10 Loading…
util: add 'none' style to styleText 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.
#58437 opened May 23, 2025 by jasnell Loading…
src: improve CompileFunctionAndCacheResult 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. vm Issues and PRs related to the vm subsystem.
#58434 opened May 23, 2025 by legendecas Loading…
doc: add links to parent class for node:zlib classes 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. doc Issues and PRs related to the documentations. zlib Issues and PRs related to the zlib subsystem.
#58433 opened May 23, 2025 by aduh95 Loading…
deps: update OpenSSL gen container to Ubuntu 22.04 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.
#58432 opened May 23, 2025 by targos Loading…
deps: keep required OpenSSL doc files 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. openssl Issues and PRs related to the OpenSSL dependency.
#58431 opened May 23, 2025 by targos Loading…
fs: prevent multiple invocations of callback in Dir class fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58430 opened May 23, 2025 by 0hmX Loading…
sqlite: handle thrown errors in result callback 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.
#58426 opened May 22, 2025 by cjihrig Loading…
test: remove --no-warnings flag 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.
#58424 opened May 22, 2025 by tniessen Loading…
test: leverage process.features.openssl_is_boringssl in test 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. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#58421 opened May 22, 2025 by codebytere Loading…
fs: remove IIFE in glob fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58418 opened May 22, 2025 by LiviaMedeiros Loading…
benchmark: add callback-based fs.glob to glob benchmark 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. fs Issues and PRs related to the fs subsystem / file system.
#58417 opened May 22, 2025 by LiviaMedeiros Loading…
process: make process.execve's args argument optional needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem.
#58412 opened May 21, 2025 by mureinik Loading…
[WIP] buffer: implement native C++ fast-path for Buffer.concat buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#58409 opened May 20, 2025 by mertcanaltin Loading…
dns: fix dns query cache implementation 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.
#58404 opened May 20, 2025 by Ethan-Arrowood Loading…
lib: make ERM functions into wrappers returning undefined author ready PRs that have at least one approval, no pending requests for changes, and a CI started. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#58400 opened May 20, 2025 by LiviaMedeiros Loading…
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…
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…
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…
ProTip! Add no:assignee to see everything that’s not assigned.