-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Issues: nodejs/node
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
src: update std::vector<v8::Local<T>> to use v8::LocalVector<T>
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.
#58500
opened May 28, 2025 by
Aditi-1400
Loading…
src: remove fast API for InternalModuleStat
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.
#58489
opened May 28, 2025 by
joyeecheung
Loading…
src: add env->cppgc_allocation_handle() convenience method
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++.
commit-queue
Add this label to land a pull request using GitHub Actions.
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
#58483
opened May 27, 2025 by
jasnell
Loading…
src: remove node.h APIs to make callback without an async context
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.
#58471
opened May 26, 2025 by
legendecas
Loading…
fs: improve cpSync no-filter copyDir performance
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.
#58461
opened May 26, 2025 by
dario-piotrowicz
Loading…
dns: set timeout to 1000ms when timeout <= 0
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++.
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.
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
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
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.
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
#58404
opened May 20, 2025 by
Ethan-Arrowood
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…
src: fix FIPS init error handling
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.
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: 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…
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…
src: remove Environment::GetCurrent(isolate)
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-major
PRs that contain breaking changes and should be released in the next major version.
#58311
opened May 13, 2025 by
anonrig
Loading…
node-api: add warning for NAPI_EXPERIMENTAL
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.
semver-major
PRs that contain breaking changes and should be released in the next major version.
#58280
opened May 11, 2025 by
miguelmarcondesf
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.
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
windows
Issues and PRs related to the Windows platform.
#58235
opened May 8, 2025 by
StefanStojanovic
Loading…
node-api: minimal C node embedding API function
build
Issues and PRs related to build files or the CI.
c++
Issues and PRs that require attention from people who are familiar with C++.
embedding
Issues and PRs related to embedding Node.js in another project.
needs-ci
PRs that need a full CI run.
node-api
Issues and PRs related to the Node-API.
#58207
opened May 7, 2025 by
alshdavid
Loading…
[v20.x] permission: ignore internalModuleStat on module loading
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.
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
v20.x
v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
#58185
opened May 5, 2025 by
RafaelGSS
Loading…
cli: add support to bin scripts
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
#58172
opened May 4, 2025 by
IlyasShabi
•
Draft
1 task
src: simplify is_callable by making it a concept
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
#58169
opened May 4, 2025 by
tniessen
Loading…
src: enforce assumptions in FIXED_ONE_BYTE_STRING
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
review wanted
PRs that need reviews.
#58155
opened May 4, 2025 by
tniessen
Loading…
Significant performance regression with C++ package_json_reader cache
c++
Issues and PRs that require attention from people who are familiar with C++.
module
Issues and PRs related to the module subsystem.
#58126
opened May 2, 2025 by
BridgeAR
http2: add lenient flag for RFC-9113
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.
#58116
opened May 2, 2025 by
metcoder95
Loading…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.