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-parse-args.mjs

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

76004f3e56c95c34daca84e03469ec3185d05a1f authored about 1 year ago by Niya Shiyas <[email protected]>
src: generate default snapshot with --predictable

To improve determinism of snapshot generation, add --predictable
to the V8 flags used to initial...

387e2929fef179973cb54c0950bd93fa96d4efbd authored about 1 year ago by Joyee Cheung <[email protected]>
doc: mention files read before env setup

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

81e4d2ec2f444986d263cc2b9ee3da8786bd49f4 authored about 1 year ago by Rafael Gonzaga <[email protected]>
doc: move permission model to Active Development

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

0ce37ed8e9358814fc3bfc5a8dca73b4d7077242 authored about 1 year ago by Rafael Gonzaga <[email protected]>
doc: add command to get patch minors and majors

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

3c430212c323f285b54c1c031987349064b59f36 authored about 1 year ago by Rafael Gonzaga <[email protected]>
test_runner, cli: add --test-concurrency flag

This commit adds a new --test-concurrency CLI flag that controls
the parallelism of the test run...

9f9c58212eb0a4b560749ddc8875f4a558342f64 authored about 1 year ago by cjihrig <[email protected]>
tools: update eslint to 8.51.0

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

69fb55e6b97c6c48048441d4d3ceef90ce6f2d81 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
vm: freeze `dependencySpecifiers` array

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

4038cf0513e7c7f206616bff7da878dfe32c0478 authored about 1 year ago by Antoine du Hamel <[email protected]>
util: lazy parse mime parameters

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

54bb691c0bc3702a81ac5ba4803163c122344023 authored about 1 year ago by Aras Abbasi <[email protected]>
src: throw DOMException on cloning non-serializable objects

Instead of TypeError, throwing DOMException in accordance to the HTML
structured serialize algor...

d920b7c94b8bbcd4033fc68fcbfe56594411dacf authored about 1 year ago by Chengzhong Wu <[email protected]>
doc: use precise promise terminology in fs

See https://github.com/nodejs/node/pull/50028 for context - this also
has the added benefit of r...

e43bf4c31d660fca8809b4a8a4fdac7d896ece9f authored about 1 year ago by Benjamin Gruenbaum <[email protected]>
doc: use precise terminology in test runner

We currently use `resolve` which is incorrect from a technical point of
view in several places i...

d3a5f1fb5f5e00f4e93a4e10cbb5090f757a7ef7 authored about 1 year ago by Benjamin Gruenbaum <[email protected]>
deps: update undici to 5.25.4

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

588784ea30bb1e5641638ae090032b9fbc3c0dde authored about 1 year ago by Node.js GitHub Bot <[email protected]>
test: replace forEach with for..of in test-process-env

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

fce8fbadcd52372ab2676a3e310c2ec5c22b4121 authored about 1 year ago by Niya Shiyas <[email protected]>
test: replace forEach with for..of in test-http-url

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

24492476a7943c2542f4cbdde7e21e56ec90181a authored about 1 year ago by Niya Shiyas <[email protected]>
lib: let deps require `node` prefixed modules

fixup

fixup

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

6b599a3f4e43134dca1877b593f19b59ee16274b authored about 1 year ago by Khafra <[email protected]>
test_runner: disallow array in `run` options

PR-URL: https://github.com/nodejs/node/pull/49935
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

527589b755a99a3692dc503ebfcb9496ed80f7b7 authored about 1 year ago by Raz Luvaton <[email protected]>
test,crypto: update WebCryptoAPI WPT

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

c5de3b49e8015b381008ac0428cbfed613ab53ed authored about 1 year ago by Filip Skokan <[email protected]>
lib: fix compileFunction throws range error for negative numbers

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

d4c5fe488ecb476756815e384df49cb813343cf4 authored about 1 year ago by Jithil P Ponnan <[email protected]>
test: replace forEach() in test-net-perf_hooks with for of

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

2fe511ba23420f435c1b7c33b3348af5bf36a204 authored about 1 year ago by Narcisa Codreanu <[email protected]>
test: change forEach to for...of

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

42c37f28e62aa858ef1611adcf1e77c3084b2a79 authored about 1 year ago by Tiffany Lastimosa <[email protected]>
doc: clarify explaination text on how to run the example

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

24dea2348d91e2c85f7501d01852dcc2cad85e06 authored about 1 year ago by Anshul Sinha <[email protected]>
http: refactor to make servername option normalization testable

Refs: https://coverage.nodejs.org/coverage-36bb31be5f0b85a0/lib/_http_agent.js.html#L316
PR-URL:...

b866e38192b9c9015aadc88f69e672cee6428e11 authored about 1 year ago by Rongjian Zhang <[email protected]>
tls: use `validateNumber` for `options.minDHSize`

If user sets invalid type for options.minDHSize in
tls.connect(), it's not internal issue of Nod...

2ef170254bfedc22b1b54712a8bf52b8935d2ea1 authored about 1 year ago by Deokjin Kim <[email protected]>
crypto: account for disabled SharedArrayBuffer

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

136a96722a151bf40c0d8d7cafdd2ab0ef2bcbd1 authored about 1 year ago by Shelley Vohr <[email protected]>
tools: remove genv8constants.py

Unused after commit aa3a572e6b ("build: remove dtrace & etw support")
from last year. I had this...

f73650ea52a2b9750f49e5bed02f94b5b8f99847 authored about 1 year ago by Ben Noordhuis <[email protected]>
stream: lazy allocate back pressure buffer

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

e9bda1176127fd10290c98c8732e0e8bfdb77a79 authored about 1 year ago by Robert Nagy <[email protected]>
esm: bypass CommonJS loader under --default-type

PR-URL: https://github.com/nodejs/node/pull/49986
Reviewed-By: Jacob Smith <[email protected]>
Rev...

19b470f8669542dadd8307ca0334c789161e4e72 authored about 1 year ago by Geoffrey Booth <[email protected]>
node-api: update headers for better wasm support

PR-URL: https://github.com/nodejs/node/pull/49037
Reviewed-By: Gabriel Schulhof <gabrielschulhof...

b55adfb4f18b5023f683d4c069cd4a6e339b3221 authored about 1 year ago by Toyo Li <[email protected]>
perf_hooks: reduce overhead of new user timings

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

0e507d30acba74c79cd4292aa192eddcd892429a authored about 1 year ago by Vinicius Lourenço <[email protected]>
vm: use default HDO when importModuleDynamically is not set

This makes it possile to hit the in-isolate compilation cache when
host-defined options are not ...

1d220b55ac397f15758e83d1143789608e3fca4a authored about 1 year ago by Joyee Cheung <[email protected]>
src: fix TLSWrap lifetime bug in ALPN callback

Retrieve the TLSWrap from the SSL object, not SSL_CTX.

A SSL_CTX object is the parent of zero o...

1643adf771dafce8034a00faacf98a2e57d5eebc authored about 1 year ago by Ben Noordhuis <[email protected]>
src: set port in node_options to uint16_t

PR-URL: https://github.com/nodejs/node/pull/49151
Reviewed-By: Joyee Cheung <[email protected]>

66776d8665a1d5ec03a76ec908a288d399821020 authored about 1 year ago by Yagiz Nizipli <[email protected]>
meta: bump actions/upload-artifact from 3.1.2 to 3.1.3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3....

609b13e6c271343eb4e1ea3528414bc597bb72ff authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump actions/cache from 3.3.1 to 3.3.2

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](h...

3825464ef41a3423c40d9ed6dc10b3eca37aa2ae authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump github/codeql-action from 2.21.5 to 2.21.9

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.5 to 2.21.9.
- [...

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

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

f156427244d4bee9c6fe985d0e667146535b418b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
wasi: fix up wasi tests for ibmi

ibmi now reports os400 instead of aix

- update platform check in poll to allow for os400
- upda...

9cb8eb717705151f09f121b332a4780df05a6907 authored about 1 year ago by Michael Dawson <[email protected]>
tls: handle cases where the raw socket is destroyed

Ensure that the `'close'` event is emitted on a `TLSSocket` when it is
created from an existing ...

b1ada0ad55da29d1dd0b2c605f004112e123f88d authored about 1 year ago by Luigi Pinca <[email protected]>
fs: add flush option to writeFile() functions

This commit adds a 'flush' option to the fs.writeFile family of
functions.

Refs: https://github...

e01c1d700d9fdb197ea40a444ebd228337a7dd6e authored about 1 year ago by Colin Ihrig <[email protected]>
stream: avoid unnecessary drain for sync stream

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

557044af407376aff28a0a0800f3053bb58e9239 authored about 1 year ago by Robert Nagy <[email protected]>
stream: optimize Writable

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

95b8f5dcabd42768b2874cf5d5345878fd10457c authored about 1 year ago by Robert Nagy <[email protected]>
src: name scoped lock

Name a scoped lock to be consistent with all the others.

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

55ff64001a372e31813f801fd7da86d015a7b4db authored about 1 year ago by Mohammed Keyvanzadeh <[email protected]>
tls: ciphers allow bang syntax

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

fae1af0a75cfa1860f7bbc1cd25d51b650989e90 authored about 1 year ago by Chemi Atlow <[email protected]>
benchmark: improved config for blob,file benchmark

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

1a839f388e46f02f74c070f819b13e8323c992be authored about 1 year ago by Vinícius Lourenço <[email protected]>
lib: faster internal createBlob

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

589ac5004cbe99b9a39b294004f3f7ce814d774a authored about 1 year ago by Vinícius Lourenço <[email protected]>
benchmark: added new benchmarks for blob

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

86fe5a80f3be23fbafd3a81894ece36d60550dc1 authored about 1 year ago by Vinícius Lourenço <[email protected]>
perf_hooks: reducing overhead of performance observer entry list

PR-URL: https://github.com/nodejs/node/pull/50008
Reviewed-By: Stephen Belanger <admin@stephenbe...

328bdac7f024110bc8f461cb318c533e1507360c authored about 1 year ago by Vinicius Lourenço <[email protected]>
fs: improve error performance for `fdatasyncSync`

PR-URL: https://github.com/nodejs/node/pull/49898
Refs: https://github.com/nodejs/performance/is...

f7a160d5b44f19d731b69adbf83736517a0eeb7c authored about 1 year ago by Jungku Lee <[email protected]>
test_runner: add test location for FileTests

This commit adds the previously missing test location for
FileTest tests.

Fixes: https://github...

4b35a9cfda3440b53b87220d55604684aec3755d authored about 1 year ago by Colin Ihrig <[email protected]>
tools: update eslint to 8.50.0

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

581434e54f5ac08a6ee572a4ee73f475fd3f8cda authored about 1 year ago by Node.js GitHub Bot <[email protected]>
node-api: run finalizers directly from GC

PR-URL: https://github.com/nodejs/node/pull/42651
Reviewed-By: Gabriel Schulhof <gabrielschulhof...

b38e3124862f7623fd8e8f0a9b738065d9296a74 authored about 1 year ago by Vladimir Morozov <[email protected]>
tools: update lint-md-dependencies

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

344d3c4b7c6076feba89573cda9a83404e0db372 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update googletest to e47544a

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

c9eef0c3c427c5aab335a76fb590dd6230cf4b49 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
doc: reserve 119 for Electron 28

Signed-off-by: David Sanders <[email protected]>
PR-URL: https://github.com/nodejs/node/pu...

f3ed57bd8b4c9e36f0a4c6f4aa2dd6b228d90dd5 authored about 1 year ago by David Sanders <[email protected]>
esm: unflag extensionless javascript and wasm in module scope

PR-URL: https://github.com/nodejs/node/pull/49974
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

9c683204dbd63e9a516213d75cb32be1236adc8f authored about 1 year ago by Geoffrey Booth <[email protected]>
deps: update ada to 2.6.10

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

23cb47839896913dd7e484acf1c225333734efb9 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
lib: reduce overhead of validateObject

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

952cf0d17ae51c644a434684dabf493ccf2ebf38 authored about 1 year ago by Vinicius Lourenço <[email protected]>
deps: fix call to undeclared functions 'ntohl' and 'htons'

This reverts commit 2070ad27a5fc674909f4bbd34e7d862c625fc54b.

deps: fix call to undeclared func...

61411bb32340a6da9ac3fdcae1fbe011c07ff3ce authored about 1 year ago by MatteoBax <[email protected]>
doc: update Collaborator pronouns

Signed-off-by: Tierney Cyren <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50005
Re...

85c09f178ce186e1f5ce290a7bb36247cc48b3ab authored about 1 year ago by Tierney Cyren <[email protected]>
stream: avoid tick in writable hot path

PR-URL: https://github.com/nodejs/node/pull/49966
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

5de25deeb997408fe806857cfa7ae98e87827e76 authored about 1 year ago by Robert Nagy <[email protected]>
doc: update link to Abstract Modules Records spec

The current link in the docs go to a page that does not
have the Abstract Module Records informa...

099e2f7bcef877fd495db806821f9f7124cc2f9f authored about 1 year ago by Rich Trott <[email protected]>
esm: improve `getFormatOfExtensionlessFile` speed

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

05be31d5de01550c5a85444742cddb12a611fea6 authored about 1 year ago by Yagiz Nizipli <[email protected]>
doc: updated building docs for windows

PR-URL: https://github.com/nodejs/node/pull/49767
Reviewed-By: Jacob Smith <[email protected]>
Rev...

47b28836731627d943e51dd90eb932ec8888b4d1 authored about 1 year ago by Claudio W <[email protected]>
esm: improve JSDoc annotation of internal functions

Co-authored-by: Geoffrey Booth <[email protected]>
PR-URL: https://github.com/nodejs/no...

aadfea49798ea1fbab43f6e7051de8701f0be7b5 authored about 1 year ago by Antoine du Hamel <[email protected]>
tls: use validateFunction for `options.checkServerIdentity`

If user uses invalid type for `options.checkServerIdentity`
in tls.connect(), it's not internal ...

092fb9f541ce8cc07289b5a69eb93892445739f5 authored about 1 year ago by Deokjin Kim <[email protected]>
perf_hooks: reduce overhead of new resource timings

PR-URL: https://github.com/nodejs/node/pull/49837
Reviewed-By: Stephen Belanger <admin@stephenbe...

e6e320ecc78874b64104df4db4c425cf79e9e5b2 authored about 1 year ago by Vinicius Lourenço <[email protected]>
errors: improve performance of determine-specific-type

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

0ee9c83ffcce287e8b681190a15db044f1f2d438 authored about 1 year ago by Aras Abbasi <[email protected]>
src: use exact return value for `uv_os_getenv`

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

b903a710f4ad5269d0a4805989d63c81fd5b50e0 authored about 1 year ago by Yagiz Nizipli <[email protected]>
lib: make fetch sync and return a Promise

update test

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

fa250fdec1f133dcf042a7204a070de218572095 authored about 1 year ago by Khafra <[email protected]>
test: update skip for moved `test-wasm-web-api`

`test-wasm-web-api` was moved from `test/parallel` to `test/es-modules`.
Update the status files...

6c9625dca4adeaaa44c7ed742de59dc9562d4346 authored about 1 year ago by Richard Lau <[email protected]>
Revert "test: mark test-runner-output as flaky"

This reverts commit 717e233cd95602f79256c5b70c49703fa699174b.

Refs: https://github.com/nodejs/n...

f05d6d090cafc777923c0d1635954058547d7882 authored about 1 year ago by Luigi Pinca <[email protected]>
deps: update ada to 2.6.9

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

49cf182e30fda3aa5b7094ad279d04968bbd4ed0 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update ada to 2.6.8

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

ceb6df0f22eecae808fb6ae38f20b88bbff137f2 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update ada to 2.6.7

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

b73e18b5dc7ab80097baf3b88724e4fe4e82652d authored about 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update ada to 2.6.5

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

baf2256617b9b42171b549b6a915538f1ca7f658 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update ada to 2.6.3

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

a20a328a9bcf7c21c64a1651332b609b51b4cb74 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
module: move helpers out of cjs loader

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

51f4ff245018153abbb918b0d4a3cce65510d762 authored about 1 year ago by Geoffrey Booth <[email protected]>
inspector: simplify dispatchProtocolMessage

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

2990390359d3bb61c7f5301a28e4e91b8d054054 authored about 1 year ago by Daniel Lemire <[email protected]>
fs: throw errors from sync branches instead of separate implementations

Previously to throw errors from C++ land, sync versions of the fs
were created by copying C++ co...

813713f211b16b2525fb970c4143986278511f5d authored about 1 year ago by Joyee Cheung <[email protected]>
wasi: updates required for latest uvwasi version

Signed-off-by: Michael Dawson <[email protected]>

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

d37b0d267f96e4564cad1426a3284bde8f1d1faa authored about 1 year ago by Michael Dawson <[email protected]>
deps: update uvwasi to 0.0.19

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

3227d7327c02f53662e1d49adaf7e2abb3505cfe authored about 1 year ago by Node.js GitHub Bot <[email protected]>
build: fix IBM i build with Python 3.9

Python 3.9 on IBM i returns "os400" for `sys.platform`.

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

6322d4f5871036d9dba70e9897e55e26cd79c163 authored about 1 year ago by Richard Lau <[email protected]>
test: disambiguate AIX and IBM i

When built with Python 3.9 on IBM i, `process.platform` will return
`os400` instead of `aix`. In...

035e06317ac7a8117f01005c78e9030b8e6e26f0 authored about 1 year ago by Richard Lau <[email protected]>
stream: writable state bitmap

PR-URL: https://github.com/nodejs/node/pull/49899
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

53b554567271cf550b0004cad3b7d78545e5791f authored about 1 year ago by Robert Nagy <[email protected]>
doc: update CHANGELOG_V20 about vm fixes

Jest users might need additional changes to unblock upgrade from
v16.

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

7b624c30b2902375c3c81885fc964b81da0891db authored about 1 year ago by Joyee Cheung <[email protected]>
test: deflake test-perf-hooks.js

Previously when checking the initial timing we did a lot of checks
after accessing and copying t...

4d0aeed4a64b92768c6aad9f3fb3bf054da6f996 authored about 1 year ago by Joyee Cheung <[email protected]>
zlib: fix discovery of cpu-features.h for android

Fixed cpu-features.h not found issue.

Co-Authored-By: Luigi Pinca <[email protected]>
Fixes:...

16ac5e1ca837f5f3f1bd2a365d0aed3d71b2803c authored about 1 year ago by MatteoBax <[email protected]>
lib: fix `primordials` typings

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

1b96975f273ca92e6ded4d7f4280158f441c8da6 authored about 1 year ago by Sam Verschueren <[email protected]>
doc: document dangerous symlink behavior

Much earlier, a design decision was made that the permission model
should not prevent following ...

1dc0667aa6096f10c5f95471dfe27e78db1dafd5 authored about 1 year ago by Tobias Nießen <[email protected]>
lib: update params in jsdoc for `HTTPRequestOptions`

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

6aa7101960b7fd6af32d2cf9bd7b7dbd8b91f30c authored about 1 year ago by Jungku Lee <[email protected]>
test_runner: replace spurious if with else

There is an `if` statement that likely should have been
an `else` in the original PR.

Refs: htt...

c935d4c8fa4fb2f59445285fbf7a2e09776ff6de authored about 1 year ago by Colin Ihrig <[email protected]>
src: move const variable in `node_file.h` to `node_file.cc`

PR-URL: https://github.com/nodejs/node/pull/49688
Refs: https://github.com/nodejs/node/pull/4832...

43500fa64652644914f3b4db6301c8c072e9ccd0 authored about 1 year ago by Jungku Lee <[email protected]>
errors: improve formatList in errors.js

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

4f84a3d2004ec07d7d4683ed265beb925da8a830 authored about 1 year ago by Aras Abbasi <[email protected]>
crypto: return clear errors when loading invalid PFX data

PR-URL: https://github.com/nodejs/node/pull/49566
Reviewed-By: Ben Noordhuis <[email protected]>

17b9925393a925fd5b3e52db74e8d512878a041a authored about 1 year ago by Tim Perry <[email protected]>
events: validate options of `on` and `once`

Check whether options is object or not to avoid passing
invalid type as options to `on` and `onc...

7ace5aba758fb500ac93675ceab7afab21dd6d86 authored about 1 year ago by Deokjin Kim <[email protected]>
fs: adjust `position` validation in reading methods

This prohibits invalid values (< -1 and non-integers) and
allows `filehandle.read()` to handle p...

b3ec13d4497398a8a85738a64849570462660a4f authored about 1 year ago by Livia Medeiros <[email protected]>
esm: fix cache collision on JSON files using file: URL

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

7f0e36af5227bf725506177fd6d5bed2edfadad3 authored about 1 year ago by Antoine du Hamel <[email protected]>
esm: --experimental-default-type flag to flip module defaults

PR-URL: https://github.com/nodejs/node/pull/49869
Reviewed-By: Guy Bedford <[email protected]...

85301803e1788f6918917b44179ab9d138801e40 authored about 1 year ago by Geoffrey Booth <[email protected]>
2023-09-28, Version 20.8.0 (Current)

Notable changes:

deps:
* add v8::Object::SetInternalFieldForNodeCore() (Joyee Cheung) https:/...

5570c29780c0ac2f556269dd5f40fc3ef9b08a0f authored about 1 year ago by Ruy Adorno <[email protected]>