Skip to content

Pull requests: nodejs/node

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

diagnostics_channel: fix diagnostics channel memory leak 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.
#45633 opened Nov 26, 2022 by theanarkh Loading…
4 tasks done
doc: add missing line in debugger debugger Issues and PRs related to the debugger subsystem. doc Issues and PRs related to the documentations.
#45632 opened Nov 26, 2022 by deokjinkim Loading…
refactored(serialization.js): Refactored the code child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run.
#45631 opened Nov 26, 2022 by pneb Loading…
src: add cjs_module_lexer_version and base64_version c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory.
#45629 opened Nov 26, 2022 by MrJithil Loading…
[v18.x] lib: drop fetch experimental warning needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#45628 opened Nov 26, 2022 by Richienb Loading…
buffer: attempt to use Uint8Array for Buffer.indexof (fast path) buffer Issues and PRs related to the buffer subsystem. needs-ci PRs that need a full CI run.
#45627 opened Nov 25, 2022 by tony-go Draft
doc: add detail on how api docs are published doc Issues and PRs related to the documentations.
#45626 opened Nov 25, 2022 by mhdawson Loading…
src: add undici and acorn to process.versions 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. tools Issues and PRs related to the tools directory.
#45621 opened Nov 25, 2022 by debadree25 Loading…
process,worker: ensure code followed by exit() effectless 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. process Issues and PRs related to the process subsystem.
#45620 opened Nov 25, 2022 by ywave620 Loading…
doc: actual result is different from specified one in stream doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem.
#45619 opened Nov 25, 2022 by deokjinkim Loading…
test_runner: don't parse TAP from stderr dont-land-on-v14.x PRs that should not land on the v14.x-staging branch and should not be released in v14.x. needs-ci PRs that need a full CI run. test_runner util Issues and PRs related to the built-in util module.
#45618 opened Nov 25, 2022 by cjihrig Loading…
[v14.x] node-api: handle no support for external buffers 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. v14.x Issues that can be reproduced on v14.x or PRs targeting the v14.x-staging branch.
#45616 opened Nov 24, 2022 by mhdawson Loading…
v19.2.0 proposal release Issues and PRs related to Node.js releases. v19.x Issues that can be reproduced on v19.x or PRs targeting the v19.x-staging branch.
#45615 opened Nov 24, 2022 by ruyadorno Loading…
readline: improve robustness against prototype mutation needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module.
#45614 opened Nov 24, 2022 by aduh95 Loading…
[v16.x] deps: update timezone to 2022f dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. v16.x Issues that can be reproduced on v16.x or PRs targeting the v16.x-staging branch.
#45613 opened Nov 24, 2022 by richardlau Loading…
stream: use structuredClone instead of v8 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. dont-land-on-v14.x PRs that should not land on the v14.x-staging branch and should not be released in v14.x. dont-land-on-v16.x PRs that should not land on the v16.x-staging branch and should not be released in v16.x. needs-ci PRs that need a full CI run. web streams
#45611 opened Nov 24, 2022 by anonrig Loading…
buffer: make decodeUTF8 params loose author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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.
#45610 opened Nov 24, 2022 by anonrig Loading…
test_runner: fix mock.method to support class instances dont-land-on-v14.x PRs that should not land on the v14.x-staging branch and should not be released in v14.x. needs-ci PRs that need a full CI run. test_runner
#45608 opened Nov 24, 2022 by ErickWendel Loading…
Add automation for updating OpenSSL dependency meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory.
#45605 opened Nov 24, 2022 by facutuesca Loading…
repl: improve robustness wrt to prototype pollution 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. util Issues and PRs related to the built-in util module.
#45604 opened Nov 24, 2022 by aduh95 Loading…
[v16.x backport] backport multiple test runner features lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v16.x Issues that can be reproduced on v16.x or PRs targeting the v16.x-staging branch.
#45602 opened Nov 24, 2022 by MoLow Loading…
lib / src : add undici version to process.versions
#45599 opened Nov 23, 2022 by kivancbilen Loading…
http: server check Host header in request, to meet RFC 7230 5.4 requirement http Issues or PRs related to the http subsystem. 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.
#45597 opened Nov 23, 2022 by marco-ippolito Loading…
src: fix cb scope bugs involved in termination c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#45596 opened Nov 23, 2022 by ywave620 Loading…
benchmark: add default value for settings param benchmark Issues and PRs related to the benchmark subsystem. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#45594 opened Nov 23, 2022 by xtx1130 Loading…
ProTip! Updated in the last three days: updated:>2022-11-23.