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

deps: remove corepack build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run.
#51981 opened Mar 6, 2024 by darcyclarke Loading…
esm: treat modules with no extension as .js esm Issues and PRs related to the ECMAScript Modules implementation.
#34177 opened Jul 2, 2020 by srolel Loading…
3 of 4 tasks
add missing sigemptyset() to init sigset_t c++ Issues and PRs that require attention from people who are familiar with C++. process Issues and PRs related to the process subsystem. review wanted PRs that need reviews. stalled Issues and PRs that are stalled.
#29554 opened Sep 14, 2019 by mcpiroman Loading…
1 of 2 tasks
net: support passing a host with port to Server.prototype.listen net Issues and PRs related to the net subsystem.
#29891 opened Oct 8, 2019 by Zirak Draft
2 of 4 tasks
build: use --whole-archive for pthread with --fully-static build Issues and PRs related to build files or the CI. stalled Issues and PRs that are stalled. wip Issues and PRs that are still a work in progress.
#30199 opened Oct 31, 2019 by addaleax Loading…
2 tasks done
fs: simplify copy operations and more cleanups blocked PRs that are blocked by other issues or PRs. fs Issues and PRs related to the fs subsystem / file system. semver-major PRs that contain breaking changes and should be released in the next major version. stalled Issues and PRs that are stalled.
#31038 opened Dec 20, 2019 by BridgeAR Loading…
4 tasks done
test: cls variant of test-http-abort-stream-end test Issues and PRs related to the tests.
#32084 opened Mar 4, 2020 by HarshithaKP Loading…
3 of 4 tasks
esm: implement import.meta.main esm Issues and PRs related to the ECMAScript Modules implementation.
#32223 opened Mar 12, 2020 by aduh95 Loading…
4 tasks done
console: adhere to environment variables enforcing colors console Issues and PRs related to the console subsystem. errors Issues and PRs related to JavaScript errors originated in Node.js core. semver-major PRs that contain breaking changes and should be released in the next major version. tty Issues and PRs related to the tty subsystem.
#32308 opened Mar 17, 2020 by BridgeAR Draft
1 of 4 tasks
net: close connection if no 'connection' listener net Issues and PRs related to the net subsystem.
#32516 opened Mar 27, 2020 by bnoordhuis Loading…
test: skip test-worker-prof in debug builds test Issues and PRs related to the tests.
#32596 opened Apr 1, 2020 by HarshithaKP Loading…
3 of 4 tasks
net: simplify server.close() behavior when closing unopened server. errors Issues and PRs related to JavaScript errors originated in Node.js core. net Issues and PRs related to the net subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#34042 opened Jun 24, 2020 by mkrawczuk Loading…
4 tasks done
path: add Buffer support to join path Issues and PRs related to the path subsystem.
#34053 opened Jun 25, 2020 by kkz13250 Draft
deps: add support for interface broadcast addresses blocked PRs that are blocked by other issues or PRs. libuv Issues and PRs related to the libuv dependency or the uv binding. os Issues and PRs related to the os subsystem. semver-minor PRs that contain new features and should be released in the next minor version. stalled Issues and PRs that are stalled.
#23438 opened Oct 12, 2018 by pprindeville Loading…
4 tasks done
child_process: Pass child in execFile resolve/reject too child_process Issues and PRs related to the child_process subsystem.
#34345 opened Jul 14, 2020 by awwright Draft
3 of 4 tasks
src: set SA_SIGINFO flag when using sa_sigaction c++ Issues and PRs that require attention from people who are familiar with C++.
#34648 opened Aug 6, 2020 by richardlau Loading…
2 tasks done
process: improve rejections tracking performance process Issues and PRs related to the process subsystem.
#34862 opened Aug 21, 2020 by mmarchini Draft
2 of 6 tasks
lib: fix inspector links for stack traces notable-change PRs with changes that should be highlighted in changelogs. semver-major PRs that contain breaking changes and should be released in the next major version.
#35725 opened Oct 20, 2020 by Dragiyski Loading…
3 tasks done
feature-request - add [lazy] option parents to fs.writeFile[Sync], fs.appendFile[Sync], fs.open[Sync] fs Issues and PRs related to the fs subsystem / file system.
#35775 opened Oct 23, 2020 by kaizhu256 Loading…
4 tasks done
http: replace destroySoon with socket.end http Issues or PRs related to the http subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#36205 opened Nov 20, 2020 by mmomtchev Loading…
2 tasks done
test: update WPT for url to d2c3936436 needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#57368 opened Mar 8, 2025 by nodejs-github-bot Loading…
lib: refactor to use more primordials in internal/freelist.js lib / src Issues and PRs related to general changes in the lib or src directory. needs-benchmark-ci PR that need a benchmark CI run.
#36565 opened Dec 18, 2020 by Lxxyx Loading…
2 tasks done
lib: add SafeArray to primordials and use it for FreeList lib / src Issues and PRs related to general changes in the lib or src directory.
#36600 opened Dec 22, 2020 by ExE-Boss Loading…
2 of 3 tasks
WIP net: enable emitclose in socket net Issues and PRs related to the net subsystem. wip Issues and PRs that are still a work in progress.
#36662 opened Dec 28, 2020 by dnlup Draft
4 tasks
Draft: Cancellation of FSReq 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.
#34080 opened Jun 27, 2020 by ptomato Draft
3 of 4 tasks
ProTip! Exclude everything labeled bug with -label:bug.