Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodejs/node

Node.js JavaScript runtime ✨🐢🚀✨
https://github.com/nodejs/node

test: replace forEach() with for ... of in test-readline-keys.js

PR-URL: https://github.com/nodejs/node/pull/50604
Reviewed-By: Luigi Pinca <[email protected]...

8af570a9b89a124aa3ac3331eb812c913916e971 authored about 1 year ago by William Liang <[email protected]>
meta: fix spacing in collaborator list

PR-URL: https://github.com/nodejs/node/pull/50641
Reviewed-By: Debadree Chatterjee <debadree333@...

56ea071421f79efbda5e81f36931c8700425f1ac authored about 1 year ago by Antoine du Hamel <[email protected]>
lib: fix assert shows diff messages in ESM and CJS

This PR addresses an issue which was caused by the design in
the ESM loader.
The ESM loader was ...

25fdb48876e1c1f2c7e16506b2e1c5bf4b404ecf authored about 1 year ago by Jithil P Ponnan <[email protected]>
test: replace forEach() with for ... of in test-http2-single-headers.js

PR-URL: https://github.com/nodejs/node/pull/50606
Reviewed-By: Luigi Pinca <[email protected]...

2c4bb21b8cfd8977f97e161803bd199521f60ccf authored about 1 year ago by spiritualized <[email protected]>
doc: add MrJithil to collaborators

Fixes: https://github.com/nodejs/node/issues/50533
PR-URL: https://github.com/nodejs/node/pull/5...

9223820d0e6f842ec899c047ec77ec802f03b72b authored about 1 year ago by Jithil P Ponnan <[email protected]>
build: add GN build files

PR-URL: https://github.com/nodejs/node/pull/47637
Reviewed-By: Michaël Zasso <targos@protonmail....

32af45d241d7682a7807e76b5693078f273abdba authored about 1 year ago by Cheng Zhao <[email protected]>
deps: update base64 to 0.5.1

PR-URL: https://github.com/nodejs/node/pull/50629
Fixes: https://github.com/nodejs/node/issues/5...

f45bb801b69c7105756b971ab076c415d85a9e10 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
test_runner: pass abortSignal to test files

PR-URL: https://github.com/nodejs/node/pull/50630
Fixes: https://github.com/nodejs/node/issues/5...

3cce03a03fe387a3d35971848466a0ee74f82e88 authored about 1 year ago by Moshe Atlow <[email protected]>
meta: bump actions/setup-python from 4.7.0 to 4.7.1

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Re...

3c5eb43cadca0ab7a282c3fc1ca28aac99f316eb authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
test: replace forEach with for of

PR-URL: https://github.com/nodejs/node/pull/50602
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...

fd4a30546446187b7abb94dc5c9e0b8443bcffa6 authored about 1 year ago by john-mcinall <[email protected]>
test: remove unused file

This removes a source file that got re-added via a rebase.
It seems somewhere around change set
...

43f5b22526907a8132a3332096bc43e8f18fd4f0 authored about 1 year ago by James Sumners <[email protected]>
tls: use `validateFunction` for `options.SNICallback`

If user uses invalid type for `options.SNICallback` in
TLSSocket(), it's not internal issue of N...

609cd7f5bf6c1b2373353fb3fcaed2a3bbe1efa7 authored about 1 year ago by Deokjin Kim <[email protected]>
lib: make event static properties non writable and configurable

The idl definition for Event makes the properties constant
this means that they shouldn't be con...

b4850f2ee41f3429214eb2733d70656113e4ad22 authored about 1 year ago by Muthukumar <[email protected]>
test: replace forEach with for of

PR-URL: https://github.com/nodejs/node/pull/50597
Reviewed-By: Marco Ippolito <marcoippolito54@g...

38cd4f7d5156563ef0b4427b7f427056566e2766 authored about 1 year ago by Kevin Kühnemund <[email protected]>
test: replace forEach with for of

PR-URL: https://github.com/nodejs/node/pull/49785
Reviewed-By: Tobias Nießen <[email protected]>
...

a5a6fef0db2c2b6c6e6442b2deba9d52ac571458 authored about 1 year ago by CorrWu <[email protected]>
buffer: improve Buffer.equals performance

PR-URL: https://github.com/nodejs/node/pull/50621
Refs: https://github.com/nodejs/node/issues/50...

89c66ae1ebee70116875017171d2fd7a39bab865 authored about 1 year ago by kylo5aby <[email protected]>
test: replace forEach with for [...] of

PR-URL: https://github.com/nodejs/node/pull/50615
Reviewed-By: Tobias Nießen <[email protected]>
...

f662c9b63fab89bc85b80ccc6333614585b2fb25 authored about 1 year ago by Gabriel Bota <[email protected]>
esm: bypass CJS loader in default load under `--default-type=module`

This allows user to opt-out from using the monkey-patchable CJS loader,
even to load CJS modules...

0dfc59e4fcf5be818530cc79d73ee444e3b539c5 authored about 1 year ago by Antoine du Hamel <[email protected]>
stream: add support for `deflate-raw` format to webstreams compression

this change makes `deflate-raw` a valid parameter for both
CompressionStream and DecompressionSt...

3e14cfbbcfcedbb18235ffd5cc28983ac5d5ca52 authored about 1 year ago by Damian Krzeminski <[email protected]>
benchmark: change iterations in benchmark/es/string-concatenations.js

Increase the number of iterations from `1e3` to `1e6`
to avoid the test performance gap caused b...

bb2dd0e90c6537b7f427664c929a4017b900835f authored about 1 year ago by Liu Jia <[email protected]>
build: fix build with Python 3.12

Replace `distutils.version.StrictVersion` with
`packaging.version.Version`.

Refs: https://githu...

95534ad82f4e33f53fd50efe633d43f8da70cba6 authored about 1 year ago by Luigi Pinca <[email protected]>
test: relax version check with shared OpenSSL

Relax the OpenSSL version check when Node.js is built with the
`--shared-openssl` option. Verify...

3e3467e77a7af9bbafb9d50524125cfc9e1c3559 authored about 1 year ago by Luigi Pinca <[email protected]>
lib: add `--no-experimental-global-navigator` CLI flag

PR-URL: https://github.com/nodejs/node/pull/50562
Reviewed-By: Matteo Collina <matteo.collina@gm...

309c71ae38e0f29fd3d563bfc2766f4aa94eb0ad authored about 1 year ago by Antoine du Hamel <[email protected]>
doc: fix typo in fs.md

PR-URL: https://github.com/nodejs/node/pull/50570
Reviewed-By: Marco Ippolito <marcoippolito54@g...

3607b92134563154466f5f3f740895baa34458a5 authored about 1 year ago by fwio <[email protected]>
meta: add crypto as crypto and webcrypto docs owner

PR-URL: https://github.com/nodejs/node/pull/50579
Reviewed-By: Antoine du Hamel <duhamelantoine1...

33a8923769fa496be80a486b969f74745aff6932 authored about 1 year ago by Filip Skokan <[email protected]>
doc: add missing description of argument in `subtle.encrypt`

Description of third argument(data) in subtle.encrypt is missed,
so add it.

PR-URL: https://git...

81a4a748d2c1883e42895ffc6c5a7025d8747e88 authored about 1 year ago by Deokjin Kim <[email protected]>
test_runner: replace forEach with for of

PR-URL: https://github.com/nodejs/node/pull/50595
Reviewed-By: Luigi Pinca <[email protected]...

8588ee1e4fedf0003150b16aed0243166821f0d8 authored about 1 year ago by Tom Haddad <[email protected]>
test_runner, cli: add --test-timeout flag

PR-URL: https://github.com/nodejs/node/pull/50443
Fixes: https://github.com/nodejs/node/issues/5...

43dcaa3428cd388d177ca9b5e27554182b0a6a5d authored about 1 year ago by Shubham Pandey <[email protected]>
test: add WPT report test duration

PR-URL: https://github.com/nodejs/node/pull/50574
Reviewed-By: Marco Ippolito <marcoippolito54@g...

b10f69873cd29f48953c54e4691567d75ba74db2 authored about 1 year ago by Filip Skokan <[email protected]>
doc: update pm documentation to include resource

PR-URL: https://github.com/nodejs/node/pull/50601
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...

4d6c8a09e0ffd5cbfda37898e936ef5f6969c9b4 authored about 1 year ago by Ranieri Innocenti Spada <[email protected]>
test: replace forEach() with for ... of loop in test-global.js

PR-URL: https://github.com/nodejs/node/pull/49772
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...

5e3217c829712767af622ee0522c562f9b68de98 authored about 1 year ago by Kajol <[email protected]>
deps: update corepack to 0.23.0

PR-URL: https://github.com/nodejs/node/pull/50563
Reviewed-By: Antoine du Hamel <duhamelantoine1...

55d2eb53d78040472371eedd0e9e7922748dfb0e authored about 1 year ago by Node.js GitHub Bot <[email protected]>
doc: correct attribution in v20.6.0 changelog

PR-URL: https://github.com/nodejs/node/pull/50564
Reviewed-By: Antoine du Hamel <duhamelantoine1...

c5e1fd053042ee7bcf6dcd7417ba88ff1b5d6a81 authored about 1 year ago by Jacob Smith <[email protected]>
tools: update eslint to 8.53.0

PR-URL: https://github.com/nodejs/node/pull/50559
Reviewed-By: Luigi Pinca <[email protected]...

33704c46e39d9230c67a144ea9265ea016728649 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
tools: update lint-md-dependencies to [email protected]

PR-URL: https://github.com/nodejs/node/pull/50556
Reviewed-By: Luigi Pinca <[email protected]...

15a2635c0a8fdea5cac73b0bc881942454e8dda0 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
doc: update to align `console.table` row to the left

PR-URL: https://github.com/nodejs/node/pull/50553
Refs: https://github.com/nodejs/node/pull/5013...

9a321dd4c000d57e8cee497ae5274a72985e3660 authored about 1 year ago by Jungku Lee <[email protected]>
deps: V8: cherry-pick 13192d6e10fa

Original commit message:

[riscv][tagged-ptr] Convert more Objects to Tagged<>

Port com...

223853264b06632c374a446cd793500a7782b512 authored about 1 year ago by Levi Zim <[email protected]>
build: support Python 3.12

PR-URL: https://github.com/nodejs/node/pull/50209
Reviewed-By: Michaël Zasso <targos@protonmail....

a709a7e0c5461583f0f8a0dc2e92e3698e8fc2da authored about 1 year ago by Shi Pujin <[email protected]>
tools: compare ICU checksums before file changes

Otherwise we end up with an bad update PR when checksums don't match.

Refs: https://github.com/...

cde3296f5f6c7054c0bcb1dd9e1ee8a43ec3b3f1 authored about 1 year ago by Michaël Zasso <[email protected]>
src: use v8::Isolate::TryGetCurrent() in DumpJavaScriptBacktrace()

It was using Isolate::GetCurrent() which DCHECK on nullptr, even
though what we wanted was to re...

036c89f9172961426fd87119bb097945f1e80b26 authored about 1 year ago by Joyee Cheung <[email protected]>
tools: improve update acorn-walk script

PR-URL: https://github.com/nodejs/node/pull/50473
Refs: https://github.com/nodejs/security-wg/is...

2a1bd660bd15f19da8cea50ef7449723ac55bdc5 authored about 1 year ago by Marco Ippolito <[email protected]>
lib: add navigator.language & navigator.languages

PR-URL: https://github.com/nodejs/node/pull/50303
Reviewed-By: Yagiz Nizipli <[email protected]>...

77b0595518d6c51d1662ed42c417a9f58dc9e154 authored about 1 year ago by Aras Abbasi <[email protected]>
meta: bump actions/setup-node from 3.8.1 to 4.0.0

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
- [Releas...

a5cd62975c44179ce274a673ce1882065f319bac authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump actions/checkout from 4.1.0 to 4.1.1

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release no...

d22e3a135cd70c197185e38b8ffcc375b5c35294 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
test: skip test-diagnostics-channel-memory-leak.js

There is currently no reliable way to detect this leak because:

1. We cannot reliably get a ref...

94156e35dfb2f3c837b664f7a8c84f0a95b32e37 authored about 1 year ago by Joyee Cheung <[email protected]>
test: improve `UV_THREADPOOL_SIZE` tests on `.env`

PR-URL: https://github.com/nodejs/node/pull/49213
Reviewed-By: Chemi Atlow <[email protected]>
R...

4dbb017301cc2684ee402b35155acc93cc193623 authored about 1 year ago by Yagiz Nizipli <[email protected]>
test: recognize wpt completion error

PR-URL: https://github.com/nodejs/node/pull/50429
Reviewed-By: Filip Skokan <[email protected]>

a00f0b1f0a53d47ae334b67e4566f27be02d7d8a authored about 1 year ago by legendecas <[email protected]>
test: report error wpt test results

When a wpt test file is exited for uncaught error, its result should be
recorded in the `wptrepo...

075ae829460042346b1f74849911c50f783cdf88 authored about 1 year ago by legendecas <[email protected]>
deps: upgrade npm to 10.2.3

PR-URL: https://github.com/nodejs/node/pull/50531
Reviewed-By: Richard Lau <[email protected]>
Rev...

fd2368eafc2dc7df5b0b988e2057b9bf95991258 authored about 1 year ago by npm CLI robot <[email protected]>
tools: update lint-md-dependencies to [email protected]

PR-URL: https://github.com/nodejs/node/pull/50496
Reviewed-By: Moshe Atlow <[email protected]>
R...

83736436b2e88411cfe2a4f524e0e0b0227ace0b authored about 1 year ago by Node.js GitHub Bot <[email protected]>
lib: add navigator.platform

PR-URL: https://github.com/nodejs/node/pull/50385
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...

a450eedffade72d31624dbbd9171ac87b28c436a authored about 1 year ago by Aras Abbasi <[email protected]>
test: replace forEach() with for...of

Replace `forEach()` with `for...of` in in test-dgram-socket-buffer-size.

PR-URL: https://github...

196224cb29d9e47b740b73726a59e395ee71769d authored about 1 year ago by Ram <[email protected]>
test: replace forEach() with for...of in test-trace-events-http

PR-URL: https://github.com/nodejs/node/pull/49795
Reviewed-By: Tobias Nießen <[email protected]>
...

791611a9971254aadfd2908eb19015b412922f36 authored about 1 year ago by Chand <[email protected]>
lib: use primordials for navigator.userAgent

PR-URL: https://github.com/nodejs/node/pull/50467
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...

45f5c9ba4e16c1fee288bc4de3fc4d2f2b64e4a2 authored about 1 year ago by Aras Abbasi <[email protected]>
test: fix testsuite against zlib version 1.3

In the past, zlib versions had major.minor.micro formats, but with 1.3
this has been changed.

C...

5d01042e34456c9be0dcc7963540d55c4c6db9fb authored about 1 year ago by Dominique Leuenberger <[email protected]>
test: replace forEach with for...of in test-fs-realpath-buffer-encoding

PR-URL: https://github.com/nodejs/node/pull/49804
Reviewed-By: Trivikram Kamat <trivikr.dev@gmai...

a1693c669c0f8ccce68e8611d62e2f9c856a677f authored about 1 year ago by Niya Shiyas <[email protected]>
test: fix timeout of test-cpu-prof-dir-worker.js in LoongArch devices

PR-URL: https://github.com/nodejs/node/pull/50363
Reviewed-By: Michael Dawson <[email protected]...

1b74aa3cb2540e0be6f17f5b9dc57dd702929563 authored about 1 year ago by Shi Pujin <[email protected]>
deps: update nghttp2 to 1.58.0

PR-URL: https://github.com/nodejs/node/pull/50441
Reviewed-By: Michaël Zasso <targos@protonmail....

9e305181078b68431953b3bcb422957ab5dc8443 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
doc: underline links

The current use of color only to differentiate links fails WCAG A
accessibility standards.

Poss...

401ea75bddaee95121e1ddf1628c320a6bfb41b3 authored about 1 year ago by Rich Trott <[email protected]>
console: treat non-strings as separate argument in console.assert()

fixes #49680

PR-URL: https://github.com/nodejs/node/pull/49722
Reviewed-By: Antoine du Hamel <d...

60e836427ee6549496269a7fd1ab44d8fd6d5e43 authored about 1 year ago by Jacob Hummer <[email protected]>
src: print more information in C++ assertions

This patch:

- Introduce an internal GetCurrentStackTrace() utility to get the
current JavaScr...

30950864d37493fba8bcaea9465cc1d3dc2480a3 authored about 1 year ago by Joyee Cheung <[email protected]>
doc: recommend supported Python versions

Refs: https://github.com/nodejs/node/pull/50209#issuecomment-1781016950
PR-URL: https://github.c...

a037b885610bac091b4ef4bcbf93acca039bce0d authored about 1 year ago by Luigi Pinca <[email protected]>
tools: improve macOS notarization process output readability

PR-URL: https://github.com/nodejs/node/pull/50389
Fixes: https://github.com/nodejs/build/issues/...

d2903f9df20ac5727828c361bc299b8a2966117c authored about 1 year ago by Ulises Gascón <[email protected]>
deps: update zlib to 1.2.13.1-motley-dfc48fc

PR-URL: https://github.com/nodejs/node/pull/50456
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...

538d0c2a3f6111a9a4f8250d62a1de02eea3bdd2 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
module: execute `--import` sequentially

PR-URL: https://github.com/nodejs/node/pull/50474
Fixes: https://github.com/nodejs/node/issues/5...

a3e09b3fdd3908a6cc82afa319596d3889513a51 authored about 1 year ago by Antoine du Hamel <[email protected]>
vm: allow dynamic import with a referrer realm

A referrer can be a Script Record, a Cyclic Module Record, or a Realm
Record as defined in https...

86afefafdae2bb00e2f2e886d17ca077bde4cf53 authored about 1 year ago by Chengzhong Wu <[email protected]>
wasi: document security sandboxing status

PR-URL: https://github.com/nodejs/node/pull/50396
Reviewed-By: Michael Dawson <[email protected]...

ffb326c583c6a23bc94ff4989fe8a06edb92b011 authored about 1 year ago by Guy Bedford <[email protected]>
stream: fix Writable.destroy performance regression

Ref: https://github.com/nodejs/node/pull/50409
PR-URL: https://github.com/nodejs/node/pull/50478...

c4decd72f81fa70d41a43386abfe0b4182d12803 authored about 1 year ago by Robert Nagy <[email protected]>
esm: add import.meta.dirname and import.meta.filename

PR-URL: https://github.com/nodejs/node/pull/48740
Reviewed-By: Matteo Collina <matteo.collina@gm...

3daa0a6c040799da20cf09de9a0475df43566e98 authored about 1 year ago by James Sumners <[email protected]>
meta: add [email protected] to mailmap

PR-URL: https://github.com/nodejs/node/pull/50491
Reviewed-By: Vinícius Lourenço Claro Cardoso <...

2a4997370390b128ffa0292500ef1fd517d0cda9 authored about 1 year ago by Ethan Arrowood <[email protected]>
deps: patch V8 to 11.8.172.17

Refs: https://github.com/v8/v8/compare/11.8.172.15...11.8.172.17
PR-URL: https://github.com/node...

0899bee48c64c4c2c5e2827a1ae5524a08542741 authored about 1 year ago by Michaël Zasso <[email protected]>
tools: update gyp-next to v0.16.1

PR-URL: https://github.com/nodejs/node/pull/50380
Reviewed-By: Jiawen Geng <technicalcute@gmail....

6557c1c9b1206a85bb7d8e7450e8c3a4cff7c84b authored about 1 year ago by Michaël Zasso <[email protected]>
tools: skip ruff on tools/gyp

PR-URL: https://github.com/nodejs/node/pull/50380
Reviewed-By: Jiawen Geng <technicalcute@gmail....

76d4e38331fc6a4e5493987e2912054d60b2e956 authored about 1 year ago by Michaël Zasso <[email protected]>
deps: update acorn to 8.11.2

PR-URL: https://github.com/nodejs/node/pull/50460
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...

a77ef5428a86535fb1dbce128b6c804558fb05b9 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update undici to 5.27.0

PR-URL: https://github.com/nodejs/node/pull/50463
Reviewed-By: Matthew Aitken <maitken033380023@...

aa4248dc84671beb9400c0b64a9e87d92042f54e authored about 1 year ago by Node.js GitHub Bot <[email protected]>
tools: update lint-md-dependencies to [email protected] [email protected]

PR-URL: https://github.com/nodejs/node/pull/50461
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...

a913b8742fb152e7395c79488c6eeb868008f4a9 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
lib: avoid memory allocation on nodeprecation flag

PR-URL: https://github.com/nodejs/node/pull/50231
Reviewed-By: Yagiz Nizipli <[email protected]>...

dcaded006eb78dc23703ed537b34a503df6f6417 authored about 1 year ago by Vinicius Lourenço <[email protected]>
module: add application/json in accept header when fetching json module

PR-URL: https://github.com/nodejs/node/pull/50119
Refs: https://github.com/nodejs/node/issues/50...

8d40818d7a95aad76f1bd7096595f44dab847de1 authored about 1 year ago by Marco Ippolito <[email protected]>
doc: remove duplicate word

PR-URL: https://github.com/nodejs/node/pull/50475
Reviewed-By: Tobias Nießen <[email protected]>
...

f4e9a1920e38ed6f578da27f4ba72030bc36e194 authored about 1 year ago by Gerhard Stöbich <[email protected]>
src: hide node::credentials::HasOnly outside unit

The function is not declared anywhere else and should not be visible
outside the compilation uni...

efe4540308962904a76d57d7754a13b86b4a5167 authored about 1 year ago by Tobias Nießen <[email protected]>
fs: update param in jsdoc for `readdir`

PR-URL: https://github.com/nodejs/node/pull/50448
Reviewed-By: James M Snell <[email protected]>...

63494a92b0ee40e46d9ec87caa9419a9cb0c73d0 authored about 1 year ago by Jungku Lee <[email protected]>
tools: remove unused `version` function

PR-URL: https://github.com/nodejs/node/pull/50390
Reviewed-By: Richard Lau <[email protected]>
Rev...

1392538d1b91672360d402b358e40537691b67c2 authored about 1 year ago by Ulises Gascón <[email protected]>
tools: avoid npm install in deps installation

PR-URL: https://github.com/nodejs/node/pull/50413
Refs: https://github.com/nodejs/node/pull/4974...

ecf0330bbe324931c3918cb4e6354ecf38cc06ef authored about 1 year ago by Marco Ippolito <[email protected]>
stream: pre-allocate _events

PR-URL: https://github.com/nodejs/node/pull/50428
Reviewed-By: Matteo Collina <matteo.collina@gm...

2aaa21f9f684484edb54be30589c4af0b923cdef authored about 1 year ago by Robert Nagy <[email protected]>
test: migrate message v8 tests from Python to JS

PR-URL: https://github.com/nodejs/node/pull/50421
Fixes: https://github.com/nodejs/node/issues/4...

65087c04866dad805554102592754f1262bfb3b2 authored about 1 year ago by Joshua LeMay <[email protected]>
stream: remove no longer relevant comment

Refs: https://github.com/nodejs/node/pull/50014
PR-URL: https://github.com/nodejs/node/pull/5044...

12766fc7218c8b10af6937ce98332573ff8aacc3 authored about 1 year ago by Robert Nagy <[email protected]>
deps: update archs files for openssl-3.0.12+quic1

PR-URL: https://github.com/nodejs/node/pull/50411
Reviewed-By: Richard Lau <[email protected]>
Rev...

116b28cccc779c45ecced907d91b32f139705628 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
deps: upgrade openssl sources to quictls/openssl-3.0.12+quic1

PR-URL: https://github.com/nodejs/node/pull/50411
Reviewed-By: Richard Lau <[email protected]>
Rev...

42813874278579866dbad157ffe2068349c85c4e authored about 1 year ago by Node.js GitHub Bot <[email protected]>
meta: add web-standards as web api visibility owner

PR-URL: https://github.com/nodejs/node/pull/50418
Reviewed-By: Antoine du Hamel <duhamelantoine1...

d1592bd9fb2badadeb5b7de429408048201bb35c authored about 1 year ago by Chengzhong Wu <[email protected]>
stream: use bit fields for construct/destroy

PR-URL: https://github.com/nodejs/node/pull/50408
Reviewed-By: Matteo Collina <matteo.collina@gm...

4c3dde9d0d5686e814ea937fffd21a572772c715 authored about 1 year ago by Robert Nagy <[email protected]>
lib: align console.table row to the left

PR-URL: https://github.com/nodejs/node/pull/50135
Fixes: https://github.com/nodejs/node/issues/5...

14af1672092e10f60c7f22e41d5f2a185a94583d authored about 1 year ago by Jithil P Ponnan <[email protected]>
src: readiterable entries may be empty

fixup

PR-URL: https://github.com/nodejs/node/pull/50398
Reviewed-By: Yagiz Nizipli <yagiz@nizip...

e2cf2f0fdaa0402c53285cec82e0b85004c917d0 authored about 1 year ago by Khafra <[email protected]>
test: fix crypto-dh error message for OpenSSL 3.x

OpenSSL 3.0.12 and 3.1.4 changes the type of error short keys and IVs
cause. The error message i...

8eea2d3709090b9722cb16090abfd23b054689be authored about 1 year ago by Kerem Kat <[email protected]>
permission: address coverity warning

The latest version of coverity has suggestions on how
to improve formance. Address one of these ...

3c1b4b364e964e28d1f8dc32c9a50bcb7d6a8f41 authored about 1 year ago by Michael Dawson <[email protected]>
doc: fix typo in `webstreams.md`

PR-URL: https://github.com/nodejs/node/pull/50426
Reviewed-By: Antoine du Hamel <duhamelantoine1...

0a0b8dfd0d3684d6602599e1f0d9d935b3758700 authored about 1 year ago by André Santos <[email protected]>
Revert "tools: update doc dependencies"

This reverts commit 6431c657d9dd8b75ea71956461870be7ba9d89b8.

PR-URL: https://github.com/nodejs...

67b1383149a31d05f74e37fcd30f8ac30d0d9301 authored about 1 year ago by Richard Lau <[email protected]>
tools: update doc dependencies

- [email protected]
- [email protected]
- [email protected]
- [email protected]
- rema...

6431c657d9dd8b75ea71956461870be7ba9d89b8 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
doc: update notable changes in v21.1.0

PR-URL: https://github.com/nodejs/node/pull/50388
Refs: https://github.com/nodejs/nodejs.org/pul...

eba19d7508d222ac8029bc5c88d4751f01c5ff6c authored about 1 year ago by Joyee Cheung <[email protected]>
test_runner: output errors of suites

PR-URL: https://github.com/nodejs/node/pull/50361
Reviewed-By: Chemi Atlow <[email protected]>
R...

5fab505c766fee37123f840099ced56a6198dc84 authored about 1 year ago by Moshe Atlow <[email protected]>
stream: improve from perf

PR-URL: https://github.com/nodejs/node/pull/50359
Reviewed-By: Vinícius Lourenço Claro Cardoso <...

10d51e82a6ef4072a27e15dba40ecfb6e78da5ec authored about 1 year ago by Raz Luvaton <[email protected]>