Ecosyste.ms: OpenCollective

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

github.com/electron/node

Node fork to make it suitable for embedding in Electron
https://github.com/electron/node

n-api: remove unused Test function

Currently when building the following warning is emitted:

../test_symbol.c:4:19:
warning: unuse...

705d9ecd131df73d89a02bfa38e996a7373ad21e authored over 6 years ago by Daniel Bevenius <[email protected]>
src: remove SecureContext `_external` getter

This is unused inside Node core, so nothing good can
come from keeping it around.

PR-URL: https...

44fdd36b96a55938d11112965be1bbaaec597695 authored over 6 years ago by Anna Henningsen <[email protected]>
n-api,test: remove superfluous persistent

Remove a superfluos persistent from test_constructor_name.c.

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

b5c1c146f5c5ba39435cf9488488803dd401607a authored over 6 years ago by Gabriel Schulhof <[email protected]>
doc: remove os.uptime() Windows note

The libuv 1.20.2 update in Node 10 aligned the Windows behavior
of os.uptime() with that of othe...

3a3144cf048bdcce701206eeb7540f1cc70a6ba1 authored over 6 years ago by cjihrig <[email protected]>
src: fix Systemtap node_gc_stop probe

The process("node").mark("gc__stop") is actually
process("node").mark("gc__done"). Use the prope...

b5bc6bd94bfeee46216602a7557cffa8813e6358 authored over 6 years ago by William Cohen <[email protected]>
src: limit foreground tasks draining loop

Foreground tasks that repost themselves can force the draining loop
to run indefinitely long wit...

6bf816fde2b9c9b947204ad3588dd4808956431a authored over 6 years ago by Ulan Degenbaev <[email protected]>
test,n-api: re-write test_error in C

PR-URL: https://github.com/nodejs/node/pull/20244
Reviewed-By: Daniel Bevenius <daniel.bevenius@...

d4b19cf43fd61c04f6186b0aaf27aca4a0f2b34a authored over 6 years ago by Gabriel Schulhof <[email protected]>
doc: update pull request template in guide

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

3bf736e569bd3fafe82a63e88c7adc644ba0a39b authored over 6 years ago by Zachary Vacura <[email protected]>
test: add checkMethods function for Certificate

This commit adds a checkMethods function so that it can be reused to
avoid duplicating the same ...

99e0b913c62ccd31ad11292cf4fd153b1e6c1467 authored over 6 years ago by Daniel Bevenius <[email protected]>
n-api,test: make methods static

PR-URL: https://github.com/nodejs/node/pull/20243
Reviewed-By: Colin Ihrig <[email protected]>
R...

b239591ed8ddbfb073aa522dd68b2e25f805dc05 authored over 6 years ago by Gabriel Schulhof <[email protected]>
doc: fix net.Socket link inconsistencies

PR-URL: https://github.com/nodejs/node/pull/20271
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...

171cbb1c6423714998351c9c3c0e6145481335bf authored over 6 years ago by Hackzzila <[email protected]>
tools: modernize and optimize doc/addon-verify.js

Modernize:
* Replace `var` with `const` / `let`.
* Replace common functions with arrow functions...

b5584c448ab3b5db13122a19c0988b08410b3274 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
lib: make sure `console` is writable

The code currently assumes that `console` is already writable, but
that's only if it was previou...

9eacd66bcb21d8e3faf667b5e77ff0f1352f4a9b authored over 6 years ago by Kyle Farnung <[email protected]>
doc: fix typos in doc/changelogs/CHANGELOG_V10.md

PR-URL: https://github.com/nodejs/node/pull/20265
Reviewed-By: Gus Caplan <[email protected]>
Reviewed...

26525ef5ab865f9881085ae2e806252deff01cda authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: fix spelling of API name in 10.0.0 changelog

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

3bc5353110eade297ed80fa6d4005a06964f1de2 authored over 6 years ago by Tobias Nießen <[email protected]>
build: use -9 with `kill` in Makefile

Fixes: https://github.com/nodejs/node/issues/20194

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

c5b34590031472fac421b4b2095b94bd96a60430 authored over 6 years ago by Rich Trott <[email protected]>
src: rename return var in VerifySpkac functions

This commit renames the verification result variable, that is currently
named i, to verify_resul...

bd2e52109652ee7b0fb84fa8ead462a03048df53 authored over 6 years ago by Daniel Bevenius <[email protected]>
src: prefer false instead of bool zero

This commit updates node_crypto.cc VerifySpkac function to use false
instead of 0 for its return...

a4dae6c22671b19886c5b7c2b653aebdbaaa6e69 authored over 6 years ago by Daniel Bevenius <[email protected]>
n-api: initialize a module via a special symbol

Much like regular modules, N-API modules can also benefit from having
a special symbol which the...

cd83df386bc0c567bda9a00ed297467b6046d785 authored over 6 years ago by Gabriel Schulhof <[email protected]>
Working on v10.0.1

4289402aa3a7b02554aa0ebcb70af40447083fc8 authored over 6 years ago by James M Snell <[email protected]>
2018-04-24, Version 10.0.0 (Current)

* Assert
* Calling `assert.fail()` with more than one argument is deprecated. #70dcacd710
* ...

cf41627411886000429bde058a6594fb7f6d6d47 authored over 6 years ago by James M Snell <[email protected]>
build: limit assembler version check on x86

The current openssl checks assembler version only x86_64 or ia32
target arch for use of AES-NI, ...

b935e6371008aa508d1a05b67ef0f6e8b8f4d55c authored over 6 years ago by Shigeki Ohtsu <[email protected]>
build: require --openssl-no-asm if old assembler

PR-URL: https://github.com/nodejs/node/pull/20226
Fixes: https://github.com/nodejs/node/issues/1...

adc3e8ad87436c86702f88726f29e651226ba9cd authored over 6 years ago by Rod Vagg <[email protected]>
build: extract error() function in configure

PR-URL: https://github.com/nodejs/node/pull/20226
Fixes: https://github.com/nodejs/node/issues/1...

160d2d5a9a1accd2f395b895d8ed6e400ada6bfa authored over 6 years ago by Rod Vagg <[email protected]>
doc: add parameters for Http2Session:error event

Add parameters for the callback for the Http2Session:error event
inline with the pattern in the ...

4c6a47f7d7213c4f73a8390580024718adf1fbf6 authored over 6 years ago by Ujjwal Sharma <[email protected]>
test: improve http res write and end dont take array

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

0ddc06098d62c75f7e9f2e5fa393c37e6bc99a87 authored over 6 years ago by Ilya Sotov <[email protected]>
net: honor default values in Socket constructor

Specifically `readable` and `writable` that default to `false`.

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

a342cd693cd8cb2c25dd5ff8a14e99f1043fa516 authored over 6 years ago by Santiago Gimeno <[email protected]>
build: normalise test.py calls to use PARALLEL_ARGS

PR-URL: https://github.com/nodejs/node/pull/20124
Fixes: https://github.com/nodejs/node/issues/2...

a4cba2d7a4ad9f26541719cc052e92f6fec04646 authored over 6 years ago by Chris Miller <[email protected]>
http: remove duplicate parser unset

freeParser already unsets parser property of socket if socket is passed
in specifically. There's...

49275c450a9108bdaa60fc4b2e24908c8e0f7c2f authored over 6 years ago by Anatoli Papirovski <[email protected]>
http: cleanup parser properties

Cleanup constructor and freeParser to manage all existing parser
properties, not just some.

PR-...

cda94b2bb82315e498f8dbfcb33126c7c04ed92e authored over 6 years ago by Anatoli Papirovski <[email protected]>
http: remove duplicate comment

A comment explaining kOnHeaders function of the parser was duplicated
in two places but the seco...

ea60148c1650d8b45214a31295b33356d6430a71 authored over 6 years ago by Anatoli Papirovski <[email protected]>
http: cleanup _http_common.js

Remove constant deep property access by storing a reference,
use more const, make some condition...

6886dd1a6c67790b982a95f28dd126772fd67e79 authored over 6 years ago by Anatoli Papirovski <[email protected]>
test: fix test when NODE_OPTIONS env var is set to --trace-warnings

PR-URL: https://github.com/nodejs/node/pull/20027
Reviewed-By: Gibson Fahnestock <gibfahn@gmail....

d7ff4f07505f653a5bbdfb62521e35ec71cf38b5 authored over 6 years ago by Ashok <[email protected]>
test: improve common.expectsError

The output is now improved by showing most properties all at once.
Besides that this adds a warn...

c322fca2adb66ffcf96e81c21bf4b0eaf7f75f22 authored over 6 years ago by Ruben Bridgewater <[email protected]>
src: cover extra load-via-special-symbol scenario

We need to look for a special symbol even if the module self-registers
when the module self-regi...

69495436e2efeaff1c22c17f2cb5c3b7ba84638f authored over 6 years ago by Gabriel Schulhof <[email protected]>
fs: return stats to JS in sync methods

- Reduce reference to the global `statValues` by returning
the changed stats array from the sy...

65e62e5665839dec1f93160c68b5ac2083afb06f authored over 6 years ago by Joyee Cheung <[email protected]>
doc: update trace events categories description

PR-URL: https://github.com/nodejs/node/pull/20092
Fixes: https://github.com/nodejs/node/issues/1...

b7d1e19e30c0e7454ddcd7dda8d81e62acf7b3e1 authored over 6 years ago by Beni von Cheni <[email protected]>
test: update non-string header names should throw

PR-URL: https://github.com/nodejs/node/pull/20172
Reviewed-By: Anna Henningsen <[email protected]...

bb3ead8ba6bbc4222c735945ac63b8170843b5f6 authored over 6 years ago by Dhansuhu Uzumaki <[email protected]>
crypto: fix explanation in CipherBase::SetAuthTag

PR-URL: https://github.com/nodejs/node/pull/20197
Reviewed-By: Anna Henningsen <[email protected]...

f274e6921ff1385d5acfca7ac404c9429a4e3f7a authored over 6 years ago by Tobias Nießen <[email protected]>
test: add test for loading read-only modules

Adds a test-case to cover loading modules
the user does not have permission to write to.

Covers...

2fd7284add63b3d7101be35c3de6da5e321f7d5b authored over 6 years ago by Bill Ticehurst <[email protected]>
deps: upgrade to libuv 1.20.2

PR-URL: https://github.com/nodejs/node/pull/20129
Fixes: https://github.com/nodejs/node/issues/2...

ffd57cd7b2771de70a0850b8893336380f37212b authored over 6 years ago by cjihrig <[email protected]>
tools: improve heading type detection in json.js

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

1bdd3b0dcfc85d7063859820bca0abc9eaa94100 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: fix incorrect net listen signature

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

4125a9f8dedaf63f9f3be89426ffbed2f3fba64f authored over 6 years ago by Anatoli Papirovski <[email protected]>
meta: document commit msg exception for long URLs

PR-URL: https://github.com/nodejs/node/pull/20207
Fixes: https://github.com/nodejs/node/issues/1...

d591a59ac1d654070cd1f0b8b7cb1ff479426f67 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
src: CancelTerminateExecution before throwing errors

Terminating the execution of a script would create a pending
exception, therefore we should canc...

51164dd6adeb69a1d1c7c47c944ce5e6572800b3 authored over 6 years ago by Joyee Cheung <[email protected]>
lib: remove unnecessary assignment of exports

This commit removes the assignment of exports since it is not used
in these files and there is n...

e8ea61be4121c693a04ff1f9594b35e30ddd4a12 authored over 6 years ago by Daniel Bevenius <[email protected]>
doc: modify net.Server.listen arg list

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

8ff73aa82de0b09dbe9690bdd6f3a81ab5e25a50 authored over 6 years ago by musgravejw <[email protected]>
test: fix arg names in benchmark string_decoder

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

bc6965bdd24937d5a77acdc37c8efa280a08d5d0 authored over 6 years ago by Anatoli Papirovski <[email protected]>
lib: remove unused binding const

This commit removes the binding const as it is only used in one place
which is in the following ...

881fca418c4363f540f7a25f3860fd9905a48fc2 authored over 6 years ago by Daniel Bevenius <[email protected]>
src: remove `MarkIndependent()` calls

The method has been deprecated in upstream V8, with messaging
indicating that it is the default ...

80c46c1576710322f13ce061b07a5ca0cb22dbc6 authored over 6 years ago by Anna Henningsen <[email protected]>
test: reduce duration in misc benchmark

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

6c90aee0b5bd757ca46e0be8a471ef5fce2e8e43 authored over 6 years ago by Anatoli Papirovski <[email protected]>
test: fix missing param in url benchmark

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

26a0a4659d5618fd5c1217132409ff7b2dd7300b authored over 6 years ago by Anatoli Papirovski <[email protected]>
test: use correct arg name in domains benchmark

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

77dc257f67a3bee07c31fb12cf0018563dedd1b6 authored over 6 years ago by Anatoli Papirovski <[email protected]>
test: use correct arg name in assert benchmark

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

8c3e672543c85c81fe925755617b63dece6e0180 authored over 6 years ago by Anatoli Papirovski <[email protected]>
benchmark: do not multiply n by 1e6 in arrays

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

f572927147953d1bcf3e877194211f7d9f67a1aa authored over 6 years ago by Anatoli Papirovski <[email protected]>
test: fix long-running http benchmarks

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

6278c4b268a4311fd4f47d1d8b56fdca8f966e8b authored over 6 years ago by Anatoli Papirovski <[email protected]>
test: fix long-running buffer benchmarks

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

c61db33865254b7b615a5a0bd125288468d73447 authored over 6 years ago by Anatoli Papirovski <[email protected]>
http: simplify connection: close search

Remove upgrade from the regular expression as it is no longer used
and switch to using `.test()`...

28834542c8044a0e76176651d9886dc79907e3cd authored over 6 years ago by Anatoli Papirovski <[email protected]>
http: use switch in matchHeader

Using a switch improves clarity of the code but also performance for
all but a few edge cases wh...

4fe1b60c5d09b9a0d397b0365cd981f4c9890f0d authored over 6 years ago by Anatoli Papirovski <[email protected]>
http: simplify isCookieField

Handrolling and checking char by char is no longer faster than just
using toLowerCase and strict...

c449eb5e8a6acdb7a00cb5c6d41a9f802603bb9c authored over 6 years ago by Anatoli Papirovski <[email protected]>
test: add strictEqual method to assert

Adds strictEqual method to assert on stream.session.alpnProtocol
to verify expected value 'h2'. ...

f4a559b240f3a006f328255510940c23eb5d0207 authored over 6 years ago by Christine E. Taylor <[email protected]>
doc: detail CI sub-tasks rerunning

PR-URL: https://github.com/nodejs/node/pull/20200
Fixes: https://github.com/nodejs/node/issues/2...

a4975cab41aaf5c036b97ad054177fcd5b7ac7f7 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc,http2: add parameters for Http2Session:connect event

Add parameters for the callback for the Http2Session:connect event
inline with the pattern in th...

0799b60f502f1e2cdc28b91721ba96ca62c78a00 authored over 6 years ago by Ujjwal Sharma <[email protected]>
tools: delete redundant .eslintignore rule

The `node_modules` rule below is treated as a glob pattern,
so it includes the `tools/node_modul...

0a3876d02566a4ce2cfbfc463f6651ce7903de4f authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: remove "For example" expression in N-API doc

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

3d7605561f62fb84f0108a8cf621cf130bc5e718 authored over 6 years ago by Gabriel Schulhof <[email protected]>
test: resolve process.setgid() error on Ubuntu

When the tests are run as root in Ubuntu, process.setgid() is called
with 'nobody' as an argumen...

b4e86f12f8a78356f0f1f94187bd6a3b2e2ea10b authored over 6 years ago by Divyanshu Singh <[email protected]>
test: remove message from strictEqual assertions

When an AssertionError happens, the value of headers['set-cookie']
is not reported. That informa...

18f41dda902da8524a2da697ebecb085ca45b8e8 authored over 6 years ago by Bryan Azofeifa <[email protected]>
doc: fix a typo in console documentation

`console.trace()` function prints 'Trace: ', not 'Trace :'.

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

0d56982e565ab958e1824c93065d5b6ecc86f967 authored over 6 years ago by Mykola Bilochub <[email protected]>
test: fix test-child-process-send-returns-boolean

test-child-process-send-returns-boolean was unreliable in CI and
locally.

* use 'SIGKILL' for m...

82c52b5841b953fb1a8a7f1a67039d75544d031a authored over 6 years ago by Rich Trott <[email protected]>
doc: Uint8Array support in Buffer functions

Buffer.from / new Buffer accept Uint8Array

Fixes: https://github.com/nodejs/node/issues/14118

...

9214d64760a15636175a0051e9c76869be9667c6 authored over 6 years ago by SheetJS <[email protected]>
doc: wrap buffer.md at 80 characters

Wrap `buffer.md` at 80 characters and enforce with linter.

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

9495d9477bb0a22ca84a92a60ab27a1bb89051c3 authored over 6 years ago by Rich Trott <[email protected]>
Revert "process: add version constants and compare"

This reverts commit 91e0f8db118b125e805a77ce31dc21af57ee7abf.

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

fccff2702e23c97e0823922de2652e8c16eb5b41 authored over 6 years ago by Rod Vagg <[email protected]>
doc: add flags section to document all flags

Adds a section at the very end to document all flags and links
to it from every function that ta...

6e05a9612588638324b48b2fb7bbe861afa19c52 authored over 6 years ago by Indranil Dasgupta <[email protected]>
buffer: fix deprecation warning emit

Due to npm using workers on Windows which inititate processes
for code within node_modules, the ...

d7994764fa97bbd9970ee359dc42b6c4d022fa4b authored over 6 years ago by Anatoli Papirovski <[email protected]>
inspector: migrate node to js_protocol.pdl

On inspector side we are going to deprecate .json protocol
definition formation and replace it w...

4a96a5041b702dfba759b41f06694416d007bf9b authored over 6 years ago by Alexey Kozyatinskiy <[email protected]>
test: fix flaky http-server-keep-alive-timeout

Make sure the connection is not closed until the 3 requests and the
`timeout` event are received...

392ed93bf02053ebd703f0a1039875b458639b20 authored over 6 years ago by Santiago Gimeno <[email protected]>
stream: prevent 'end' to be emitted after 'error'

This PR adds _readableState.errorEmitted and add the tracking of it.

Fixes: https://github.com/...

22819aa998001bf6f35ebb8d14f4910353c7632b authored over 6 years ago by Matteo Collina <[email protected]>
console: fix class inheritance regression

Due to a return statement with new inside the function, extending
Console class does not work wh...

4f681335688ec0d8aadb8f290ee5f6640d543590 authored over 6 years ago by Anatoli Papirovski <[email protected]>
test: removes string literals from test-domain-timer.js

String literals from two `assert.strictEquals()` calls were
removed as these string literals did...

bed57ef2be65db9f39b1545abc3942035abc1272 authored over 6 years ago by Palash Nigam <[email protected]>
doc: fix inconsistency in documentation for building

Specifically, fix the inconsistency where the documentation
suggests running "$ make test" inste...

0b7e626fed3d5996aebee0a41e908e832eb3322f authored over 6 years ago by Spencer Greene <[email protected]>
src: move v8::HandleScope call to Emit

Move v8::HandleScope call to Emit removing it from previous locations
where it was added to avoi...

1aa74cc2e5eb19542120f39d6030c4068d47954d authored over 6 years ago by Ujjwal Sharma <[email protected]>
doc: improve buf.write() text in buffer.md

* Use present tense consistently in parameters description.
* Wrap at 80 characters.
* "partial ...

193d808c25a533ce1ad0e6e1c9261753609971ab authored over 6 years ago by Rich Trott <[email protected]>
assert: validate the block return type

This makes sure the returned value when calling `block` is actually
of type promise in case `ass...

655ab65a90f81e7f09985d80b2f3d92eda85e8e5 authored over 6 years ago by Ruben Bridgewater <[email protected]>
util: improve inspect performance

This improves a slow code part in `util.inspect` by directly
retrieving the `Symbol.toStringTag`...

7f3838bb3e9d3ce2efa7cf51d0fab0f0803a8342 authored over 6 years ago by Ruben Bridgewater <[email protected]>
doc: update required compiler level for AIX

Compilers were updated for 10.X as per
discussion in: https://github.com/nodejs/build/issues/925...

8a5b7b2afe3ebc112ec94e3b60d40633919ad93e authored over 6 years ago by Michael Dawson <[email protected]>
doc: add hiding comments note to contributor guide

PR-URL: https://github.com/nodejs/node/pull/20149
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

9566603f35985eba42ba1471e7b8e734c56767af authored over 6 years ago by Vse Mozhet Byt <[email protected]>
http: fix _dump regression

A recent set of changes removed _consuming tracking from server
incoming messages which ensures ...

299da1f5037d5cbb0146df1007191c51ec9f5d4f authored over 6 years ago by Anatoli Papirovski <[email protected]>
lib: remove duplicate require calls in tls.js

This commit removes the duplicate require calls of the _tls_common and
_tls_wrap modules. The mo...

c64632ea3b329383c484252ef5c582749385e67a authored over 6 years ago by Daniel Bevenius <[email protected]>
src: throw ERR_MISSING_ARGS in node_crypto.cc

PR-URL: https://github.com/nodejs/node/pull/20121
Reviewed-By: Daniel Bevenius <daniel.bevenius@...

a6be27a77f8ee8b4308e1b2ad981461050aacb4a authored over 6 years ago by Joyee Cheung <[email protected]>
src: throw ERR_INVALID_ARG_VALUE in node_crypto.cc

PR-URL: https://github.com/nodejs/node/pull/20121
Reviewed-By: Daniel Bevenius <daniel.bevenius@...

f042929c3cdb2c5ccf46d0f599427f43e58f8c30 authored over 6 years ago by Joyee Cheung <[email protected]>
src: throw ERR_MISSING_MODULE in module_wrap.cc

PR-URL: https://github.com/nodejs/node/pull/20121
Reviewed-By: Daniel Bevenius <daniel.bevenius@...

79469104759d2aa5c25bbe28a12e323feb15d914 authored over 6 years ago by Joyee Cheung <[email protected]>
src: throw ERR_BUFFER_OUT_OF_BOUNDS in node_buffer.cc

PR-URL: https://github.com/nodejs/node/pull/20121
Reviewed-By: Daniel Bevenius <daniel.bevenius@...

02db891bcc61907e0158ac328176d79439c8470b authored over 6 years ago by Joyee Cheung <[email protected]>
src: throw ERR_INVALID_ARG_TYPE in C++ argument checks

- Moves THROW_AND_RETURN_IF_NOT_BUFFER and
THROW_AND_RETURN_IF_NOT_STRING from node_crypto.cc ...

0fdf39aefa2fcb7cfa458d86cfdbe552e66d8856 authored over 6 years ago by Joyee Cheung <[email protected]>
src: migrate ERR_INDEX_OUT_OF_RANGE in C++

This patch migrates the "Index out of range" errors in C++
to errors with the code `ERR_INDEX_OU...

1d0ad63887ce5e8b24f0623d573261cbff18c9e1 authored over 6 years ago by Joyee Cheung <[email protected]>
src: add THROW_ERR_* helpers

PR-URL: https://github.com/nodejs/node/pull/20121
Reviewed-By: Daniel Bevenius <daniel.bevenius@...

c218854bc88039e9456f8c9a643b74952d6b4480 authored over 6 years ago by Joyee Cheung <[email protected]>
lib: make c, ca and certs const in _tls_common

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

beaa7bb671eaae7d9580be4c7028ef9dcdcaa501 authored over 6 years ago by Daniel Bevenius <[email protected]>
lib: use object destructuring tls.js

This commit updates canonicalizeIP and Buffer to use object
destructuring which is done for othe...

6348ec869fe0a0843408fb80a52316cdcd576b3b authored over 6 years ago by Daniel Bevenius <[email protected]>
doc: add myself to list of TSC members

PR-URL: https://github.com/nodejs/node/pull/20132
Fixes: https://github.com/nodejs/TSC/issues/48...

5c1580c99d2d99215f8ad8fcf614de6b4fbcd39a authored over 6 years ago by Timothy Gu <[email protected]>
doc: fully document --experimental-repl-await

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

56d6e82b0af246a48e76aea9e00493ce80248662 authored over 6 years ago by Timothy Gu <[email protected]>
doc: fix misplaced entries in test/common doc

One entry is placed in the wrong module and other entries are not in
alphabetical order.

PR-URL...

c31f0d0ba2b4d4b221ff89d986a36c82ce54fa73 authored over 6 years ago by Rich Trott <[email protected]>