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

deps: vendor semver build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run.
#45127 opened Oct 22, 2022 by flakey5 Loading…
http: add http.createStaticServer http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. review wanted PRs that need reviews. semver-minor PRs that contain new features and should be released in the next minor version.
#45096 opened Oct 20, 2022 by aduh95 Loading…
worker: inherits mutated NODE_OPTIONS needs-ci PRs that need a full CI run. worker Issues and PRs related to Worker support.
#44732 opened Sep 20, 2022 by arcanis Loading…
src: fix available memory best guess logic blocked PRs that are blocked by other issues or PRs. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#44730 opened Sep 20, 2022 by bnoordhuis Loading…
buffer: revert GetBackingStore optimization in API 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.
#44579 opened Sep 9, 2022 by kvakil Loading…
crypto: don't claim errors come from within OpenSSL 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.
#44560 opened Sep 7, 2022 by davidben Loading…
src: add option to set cpu affinity of mainthread c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem.
#44459 opened Aug 30, 2022 by qdaoming Loading…
[WIP] src: fix integration of Atomics.waitAsync() c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#44409 opened Aug 26, 2022 by joyeecheung Draft
node-api: Memory leak fix for RefBase::Delete(RefBase* reference) 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.
#44339 opened Aug 22, 2022 by nagendra5 Loading…
[DO NOT MERGE] test: duplicate async_hooks tests in esm async_hooks Issues and PRs related to the async hooks subsystem. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. wip Issues and PRs that are still a work in progress.
#44323 opened Aug 21, 2022 by GeoffreyBooth Draft
worker: add flag to control old space size 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.
#43995 opened Jul 26, 2022 by kvakil Loading…
build: shim for invoking node w/o .exe from WSL build Issues and PRs related to build files or the CI. install Issues and PRs related to the installers. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform.
#43948 opened Jul 22, 2022 by hrishikesh-kadam Loading…
feat(esm): expose User-Agent header esm Issues and PRs related to the ECMAScript Modules implementation. 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.
#43852 opened Jul 15, 2022 by Fyko Loading…
Look for node_ceiling esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#43828 opened Jul 13, 2022 by arhart Loading…
node-api: Add API to check safety of calling JS 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.
#43805 opened Jul 12, 2022 by srriddle Loading…
Extend Node-API to libnode embedding Issues and PRs related to embedding Node.js in another project. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.
#43542 opened Jun 22, 2022 by mmomtchev Loading…
crypto: disable ciphers not supported by EVP crypto Issues and PRs related to the crypto subsystem. errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run.
#43532 opened Jun 22, 2022 by AdamMajer Loading…
util: add colorize functionality debugger Issues and PRs related to the debugger subsystem. needs-ci PRs that need a full CI run. repl Issues and PRs related to the REPL subsystem. tsc-agenda Issues and PRs to discuss during the meetings of the TSC. util Issues and PRs related to the built-in util module.
#43523 opened Jun 21, 2022 by BridgeAR Draft
fs: adjust truncate mode from r+ to a fs Issues and PRs related to the fs subsystem / file system. 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. wip Issues and PRs that are still a work in progress.
#43315 opened Jun 5, 2022 by LiviaMedeiros Loading…
perf_hooks: fix timerify bug needs-ci PRs that need a full CI run.
#42883 opened Apr 27, 2022 by iam-frankqiu Loading…
src,v8: add wasm streaming handler api 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.
#42843 opened Apr 24, 2022 by devsnek Draft
stream: add diagnostics_channel event for completion diagnostics_channel Issues and PRs related to diagnostics channel needs-ci PRs that need a full CI run. web streams
#42822 opened Apr 22, 2022 by bengl Draft
doc: improve building doc with windows debug build build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations.
#42763 opened Apr 17, 2022 by destimon Loading…
src: check if the script file exists before starting inspector 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.
#42673 opened Apr 9, 2022 by cola119 Draft
src: fix syntax error not showing in stderr with node --inspect-brk 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.
#42486 opened Mar 27, 2022 by cola119 Loading…
ProTip! Exclude everything labeled bug with -label:bug.