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

test: refactor test-net-dns-error

- Use `common.mustCall()` and `common.mustNotCall()`.
- Use ternary operator.

PR-URL: https://g...

37db277bb4f7fe9a00e728b91f354b62b3c279ce authored almost 7 years ago by Luigi Pinca <[email protected]>
test: fix typo in test-tls-cnnic-whitelist

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

a34f1e32453951d026a3b58a30b83df065060612 authored almost 7 years ago by Daniel Bevenius <[email protected]>
child_process: better spawn error message

Throw ERR_INVALID_ARG_VALUE when filename passed to spawn is empty.

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

9bfe55e18419ae9e67f6dc80b42943d2f7d3e9e8 authored almost 7 years ago by Bartosz Sosnowski <[email protected]>
src: sort ENVIRONMENT_STRONG_PERSISTENT_PROPERTIES

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

852ba3a0f963c04b2871b31af75a546f780524df authored almost 7 years ago by Daniel Bevenius <[email protected]>
src: rename fs_req_wrap -> FSReqWrapSync

This commit renames fs_req_wrap to FSReqWrapSync to make it consistent
with most of the other cl...

376f949510eeb7b3e1036079451f68bd5210b68b authored almost 7 years ago by Daniel Bevenius <[email protected]>
lib: move Pipe/TCPConnectWrap to obj destructuring

This commit moves PipeConnectWrap and TCPConnectWrap into the object
destructuring assigments th...

e88cd882f5646539a9eef1f8a717a0f0a39c1781 authored almost 7 years ago by Daniel Bevenius <[email protected]>
test: fix assert.throws error in test-http-parser

The third argument of `assert.throws()` is a message that is used by the
AssertionError, not the...

42d1d72a2e8a0ca1ffac98a4fe761e6c42b54c3b authored almost 7 years ago by Rich Trott <[email protected]>
test: refactor test-http-expect-continue

Use common.mustCall() where appropriate. Remove some logic that is not
required when common.must...

ffe3f9a182141503395cc4c8da87aa1da9f20038 authored almost 7 years ago by Rich Trott <[email protected]>
lib: fix a typo in lib/timers "read through"

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

108c176e8f764d33d0cffd086223511feff49e02 authored almost 7 years ago by wangzengdi <[email protected]>
zlib,stream: use “official” util.types typechecks

The old variants have been deprecated since b20af8088a4d5cccb19.

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

e76525728301abdcab4638c14d20f04049576db3 authored almost 7 years ago by Anna Henningsen <[email protected]>
test: rename tests with descriptive filenames

Refs: https://github.com/nodejs/node/issues/19105
Refs: https://github.com/nodejs/node/blob/mast...

ff7c2ccf230d0fd43402229da38a238ea1ee039f authored almost 7 years ago by Ujjwal Sharma <[email protected]>
doc: guard against md list parsing edge case

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

7e07687230894e2c8d84e91e71251d21609e062e authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
inspector: do not allow host names

PR-URL: https://github.com/nodejs-private/node-private/pull/102/
Reviewed-By: Ben Noordhuis <inf...

bc690e9ef52bebc34cad7ddb40e74472bcb272ca authored almost 7 years ago by Eugene Ostroukhov <[email protected]>
inspector: check Host header for local connections

PR-URL: https://github.com/nodejs-private/node-private/pull/102/
Reviewed-By: Ben Noordhuis <inf...

bb0aabf3a5a2c37175aeb76e3aad9e0d0ecba4a1 authored almost 7 years ago by Eugene Ostroukhov <[email protected]>
deps: upgrade http-parser to v2.8.0

PR-URL: https://github.com/nodejs-private/http-parser-private/pull/1
Reviewed-By: Сковорода Ники...

32050065f15de0f2e68adb2387694c094da28ca2 authored almost 7 years ago by Ben Noordhuis <[email protected]>
deps: reject interior blanks in Content-Length

Original commit message follows:

Before this commit `Content-Length: 4 2` was accepted as a...

38b48a62b851f5895b50204dff0df7608b9fa848 authored almost 7 years ago by Ben Noordhuis <[email protected]>
2018-03-28, Version 9.10.0 (Current)

This is a security release. All Node.js users should consult the
security release summary at:

h...

80310e916aff24dc6b3477ad52a697dff84fc78e authored almost 7 years ago by Michaël Zasso <[email protected]>
2018-03-28, Version 8.11.0 'Carbon' (LTS)

This is a security release. All Node.js users should consult the
security release summary at:

h...

b2a6c9745298c11f05bd8583761439ee701721c9 authored almost 7 years ago by Myles Borins <[email protected]>
2018-03-28, Version 6.14.0 'Boron' (LTS)

This is a security release. All Node.js users should consult the
security release summary at:

h...

ffbcd1d1d154a793cf4f2db7fbca66f80ef374b5 authored almost 7 years ago by Myles Borins <[email protected]>
2018-03-28, Version 4.9.0 'Argon' (Maintenance)

This is a security release. All Node.js users should consult the
security release summary at:

h...

ebe51d6492c3993020e1859b5269aa783fad0a4a authored almost 7 years ago by Myles Borins <[email protected]>
deps: turn in std::string for ICU

- node and v8 did not call into std::string previously,
so that access was shut off.
- this fixe...

4de78219711dcfdc24290520b20dce1fff01e164 authored almost 7 years ago by Steven R. Loomis <[email protected]>
tools: fix nits in tools/doc/type-parser.js

PR-URL: https://github.com/nodejs/node/pull/19612
Reviewed-By: Shingo Inoue <[email protected]...

5d387e9403bc67604b5556538fcddc52857638a6 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
lib: rename js source to lower snake_case

This commit renames all JavaScript source files in lib to lower
snake_case.

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

f2b10799efbbda8a9d6999c0677dbae238093a97 authored almost 7 years ago by Daniel Bevenius <[email protected]>
test: amplify and optimize doctool/test-make-doc

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

b5884fba9afb2df84137aaf746c3f5d23ac2f959 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
deps: copy all openssl header files to include dir

All symlink files in `deps/openssl/openssl/include/openssl/`
are removed and replaced with real ...

a5bd474573d411eb5346eabdeba40c729dc21279 authored almost 7 years ago by Shigeki Ohtsu <[email protected]>
deps: add -no_rand_screen to openssl s_client

In openssl s_client on Windows, RAND_screen() is invoked to initialize
random state but it takes...

1a85328264646fae04068e0595c3a6bf02e2c8fc authored almost 7 years ago by Shigeki Ohtsu <[email protected]>
openssl: fix keypress requirement in apps on win32

Reapply b910613792dac946b295855963869933a9089044 .

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

5aa53cbf404f2886a95f44c1204baf2885b1ef11 authored almost 7 years ago by Shigeki Ohtsu <[email protected]>
deps: fix openssl assembly error on ia32 win32

`x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and
perhaps others) are req...

9bf13579933d2a54a2cd8794000ebb582bf3f8b9 authored almost 7 years ago by Fedor Indutny <[email protected]>
deps: fix asm build error of openssl in x86_win32

See
https://mta.openssl.org/pipermail/openssl-dev/2015-February/000651.html

iojs needs to stop ...

aee5fbfe5ccef30d600bc4c1bd1affd2c58dce45 authored almost 7 years ago by Shigeki Ohtsu <[email protected]>
deps: upgrade openssl sources to 1.0.2o

This replaces all sources of openssl-1.0.2o.tar.gz into
deps/openssl/openssl

PR-URL: https://gi...

d10b7f1cdf8824dc53fbdd4b4617c860f0d8cb80 authored almost 7 years ago by Shigeki Ohtsu <[email protected]>
doc: fix grammar error in process.md

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

df62e69de73f4fb199f3b88727d13f6c52de332a authored almost 7 years ago by Kenji Okamoto <[email protected]>
n-api: ensure in-module exceptions are propagated

Whenever we call into an addon, whether it is for a callback, for
module init, or for async work...

9e226475e8e28b8664643d6644503ccd06bceb9a authored almost 7 years ago by Gabriel Schulhof <[email protected]>
doc: improve zero-fill-buffers text

* improve text for easier comprehension
* clarify that performance impact is *negative*
* remove...

8eca6b8d3d3e2141180be62b75227f5dd0290a6b authored almost 7 years ago by Rich Trott <[email protected]>
test: update link according to NIST bibliography

According to NIST SP 800 38D, this is the document the link orginally
pointed to.

Fixes: https:...

ed0501f9387585ea2fe8459ba9e0062b48ab4115 authored almost 7 years ago by Tobias Nießen <[email protected]>
tls: runtime-deprecate tls.convertNPNProtocols()

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

9204a0db6ed9fa309860031114feeebab7de4f07 authored almost 7 years ago by Ben Noordhuis <[email protected]>
tls: drop NPN (next protocol negotiation) support

NPN has been superseded by ALPN. Chrome and Firefox removed support for
NPN in 2016 and 2017 re...

5bfbe5ceaecb6412b176db446caf00f77f84bae7 authored almost 7 years ago by Ben Noordhuis <[email protected]>
deps: patch V8 to 6.5.254.43

PR-URL: https://github.com/nodejs/node/pull/19615
Refs: https://github.com/v8/v8/compare/6.5.254...

b3f23910a25613eb289fe4b338f83783a9f731b3 authored almost 7 years ago by Myles Borins <[email protected]>
lib: merge stream code for http2 streams & net.Socket

Squashed from:

- lib: separate writev responsibilities from writeGeneric
- lib: fix calling of ...

c2835e5e4705d9e5740a8a88350923d8c227f203 authored almost 7 years ago by Ashok <[email protected]>
src: use `unordered_map` for perf marks

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

c46e36b073678ea410ecc649f34c5346a9eb735a authored almost 7 years ago by Anna Henningsen <[email protected]>
stream: give error message if `write()` cb called twice

Otherwise, this condition would result in an error that just reads
`cb is not a function`, and w...

d111d7b91c16ec420f231da4f6877a9b446de6d8 authored almost 7 years ago by Anna Henningsen <[email protected]>
doc: remove use of "random port" re dgram send

PR-URL: https://github.com/nodejs/node/pull/19620
Reviewed-By: Rich Trott <[email protected]>
Rev...

cdfe47b323b8f8b495c23f65b6570021eea16239 authored almost 7 years ago by Thomas Hunter II <[email protected]>
n-api: bump version of n-api supported

Bump the version due to additions to the api.

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

6572f63afb515730543b80783274e9cf8ea886e6 authored almost 7 years ago by Michael Dawson <[email protected]>
doc: improve assert legacy text

This changes a sentence fragment into a full sentence and provides a few
other minor improvement...

12f69ddfef613470279e3aefef876fb1ff912297 authored almost 7 years ago by Rich Trott <[email protected]>
test: improve tty.getColorDepth coverage

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

ce2ed584c826f22c94f89ceb2eb60a1facbb7c95 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
assert: fix diff color output

The color output was broken at some point and that was not detected
because it was not tested fo...

2e6dd93aaa40e9f205a2e84920213effab81bea1 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
doc: improve Buffer() text

Rewording, punctuation, consistent sentence structure and italics, wrap
section at 80 characters...

d74919cc1a47f4f40766ba7f37ab434db246e700 authored almost 7 years ago by Rich Trott <[email protected]>
doc: fix run-on sentence in buffer.md

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

ae120dbfd5e32058f4d136f6b56fa936fac4c305 authored almost 7 years ago by Rich Trott <[email protected]>
doc: change v-notation for version in buffer.md

Change v6 to 6.0.0. We abandoned v-notation for versions to avoid
confusion between v8 (version ...

400faf5a3a2605977e613d04578e800b81b00a79 authored almost 7 years ago by Rich Trott <[email protected]>
src: drop CNNIC+StartCom certificate whitelisting

Remove the CNNIC certificates again and remove the whitelist from commit
3beb88071 ("crypto: add...

dc875438a3953102febffa79b691317bb24ba2aa authored almost 7 years ago by Ben Noordhuis <[email protected]>
crypto: update root certificates

Update the list of root certificates in src/node_root_certs.h with
tools/mk-ca-bundle.pl.

Certi...

79fa372b79c2b51c368a679164808425ec97f992 authored almost 7 years ago by Ben Noordhuis <[email protected]>
tools: update certdata.txt

This is the certdata.txt[0] from NSS 3.36, released on 2018-03-05.

This is the version of NSS t...

d88d6d6c86c179cfece6dd67bf19c99473b783bc authored almost 7 years ago by Ben Noordhuis <[email protected]>
doc: add missing fs.Stats.size section

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

eac4c65d087203f704fd769a87bd4e1812262963 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: rename HTTP2 to HTTP/2

Previously, "HTTP/2" was strictly used to describe the protocol, and
HTTP2 the module. This dist...

9396b77238434f21585cfc198d7809ebf27729cf authored almost 7 years ago by Timothy Gu <[email protected]>
doc: remove confusing note about child process stdio

It’s not obvious what the paragraph is supposed to say.
In particular, whether and what kind of ...

189eaa043535c27cde96a863a2f90785913b1071 authored almost 7 years ago by Anna Henningsen <[email protected]>
doc: add BethGriggs to collaborators

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

d6664eb3d7aa5c63b64a8ca856ddbd14304562bd authored almost 7 years ago by Beth Griggs <[email protected]>
test: remove third param from assert.strictEqual

Removing third argument in calls to assert.strictEqual() so that the
values of the first two arg...

0c2cc89f3aab58a118f5e584cbeb4b20a6366cb0 authored almost 7 years ago by [email protected] <[email protected]>
test: add deprecation code to expectWarning

This commit adds a deprecation code to expectWarning and updates the
function to check the passe...

8fb4ea9f75c8c82c46286bd5ca0c1115c4a5e956 authored almost 7 years ago by Daniel Bevenius <[email protected]>
src: name all builtin init functions Initialize

This commit renames a few of the builtin modules init functions to
Initialize for consistency.

...

ebbf3936001969905ce28dc588b2c71c3b65c146 authored almost 7 years ago by Daniel Bevenius <[email protected]>
doc: document `make docopen`

Documented `make docopen` as a way to read documentation in the browser.

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

0d5720bf039007c96b7bad51cd7a22335a5b5c41 authored almost 7 years ago by Ayush Gupta <[email protected]>
console: don't swallow call stack exceeded errors

Fixes test/parallel/test-console-no-swallow-stack-exceeded.js

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

d49661bb80dd6d9c012dc718bcec45c89fe2e3e1 authored almost 7 years ago by Dan Kaplun <[email protected]>
tools: simplify tools/doc/preprocess.js

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

cde98ce14743c4f2b80ac7825fc52fb179feeef6 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
tools: fix nits in tools/doc/common.js

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

50e5eff12ab33f868067fb41601e9d8feb2d8177 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: add `http2` to performanceEntry.entryType

add `http2` to performanceEntry.entryType in perf_hooks

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

9125479be92ec49c67be6bf46ba38bf9774587f8 authored almost 7 years ago by Yuta Hiroto <[email protected]>
doc: remove example labels from buffer.md

Remove instances of `Example:` that introduce code that is
self-evidently example code. Move des...

acacf85fecae4a2b72e7cce2dff3a1ac21d40f97 authored almost 7 years ago by Rich Trott <[email protected]>
doc: add 'v' prefix to all versions in metadata

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

e821071920f60645c23afacbb99244b8d8757064 authored almost 7 years ago by Tobias Nießen <[email protected]>
src: remove unused 'ares.h' include from env.h

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

e3359c6b75293b0deb3687d9b69cfbc950e6e5a8 authored almost 7 years ago by Anna Henningsen <[email protected]>
lib: document nextTick queue internals

Make this code (a bit more) comprehensible by adding some
internals docs.

With diagrams and eve...

34a948fc0b21c20d5aa05bfb45dab1c38d9ddfda authored almost 7 years ago by Anna Henningsen <[email protected]>
src: ensure that `SetImmediate()`s have `HandleScope`s

Make sure that all native `SetImmediate()` functions have
`HandleScope`s if they create handles....

2d94f77fd36cf478e1117854e95d5a9a96fccf45 authored almost 7 years ago by Anna Henningsen <[email protected]>
src: simplify http2 perf tracking code

Use `unique_ptr`s and use the resulting simplification to
reduce indentation in these functions....

e8c2917b444dd08b9f15ba9213693d175eb86d89 authored almost 7 years ago by Anna Henningsen <[email protected]>
test: remove custom error message

Default error message contains the actual and expected values,
which is more informative than th...

85a3d828bb585f90f94b279ca78f95b361233aa9 authored almost 7 years ago by DingDean <[email protected]>
doc: add metadata for vm code generation options

Add changes entries for vm.createContext codeGeneration
option and script.runInNewContext contex...

54fbbb1037f92e7dc2ecd933e59586c3e6ab7796 authored almost 7 years ago by TomCoded <[email protected]>
test: remove string literal from assertions

PR-URL: https://github.com/nodejs/node/pull/19276
Reviewed-By: Rich Trott <[email protected]>
Rev...

92de0eb4197c951703aeb4759a3ef9c6897c10ee authored almost 7 years ago by Nathaniel Weeks <[email protected]>
http: support server options on createServer

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

42d8ea02201f97450c7128f102baad67c6e54d9e authored almost 7 years ago by Wes Todd <[email protected]>
doc: add missing metadata for fs.open

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

c1ed782ab497377dee1cf450254932834b38f87d authored almost 7 years ago by Tobias Nießen <[email protected]>
doc: add link & simplify data event (net.Socket)

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

df0a37ac363569d9c6348c603e444f089e64a89e authored almost 7 years ago by Christopher Hiller <[email protected]>
doc: add directory structure in writing-tests.md

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

59b5d77b920aac08aab79df3e2d1969ba804b745 authored almost 7 years ago by juggernaut451 <[email protected]>
doc: add added in versions to fs.Stats properties

Adds the added in label on the documentation for each one of the
properties of Class: fs.Stats

...

1d8909b9b9da37d466d6dada81e8622a492ad5c1 authored almost 7 years ago by jvelezpo <[email protected]>
test: remove message from assert.strictEqual()

Converted the 'message' argument values from the last two free socket
assert.strictEqual() calls...

d101942db9202460802bfa379322367e1e269d90 authored almost 7 years ago by willhayslett <[email protected]>
tools: shorten metadata parsing

PR-URL: https://github.com/nodejs/node/pull/19512
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...

337e04054eedb3cedb27493adb02ca84d2c75005 authored almost 7 years ago by Tobias Nießen <[email protected]>
tools: make metadata parsing less permissive

PR-URL: https://github.com/nodejs/node/pull/19512
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...

5b9f8e1d7718a6e9f8ba21848173fe864d3e77f4 authored almost 7 years ago by Tobias Nießen <[email protected]>
util: show Weak(Set|Map) entries in inspect

This adds support for WeakMap and WeakSet entries in `util.inspect`.
The output is limited to a ...

1029dd36861d7ab592d4e219362706d2c161839a authored almost 7 years ago by Ruben Bridgewater <[email protected]>
util: improve iterator inspect output

1) So far extra keys on an (Set|Map)Iterator were ignored. Those
will now be visible.
2) Impr...

0fbd4b1d021ed5fcd95210047a9e1d2addefe51a authored almost 7 years ago by Ruben Bridgewater <[email protected]>
doc: add missing metadata for settings.windowsHide

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

a101631db0ce9b2f707dc371158134c115e71541 authored almost 7 years ago by Tobias Nießen <[email protected]>
Revert "process: add more version properties to release"

This reverts commit 982e3bdb1f06bf9d9926c808d30864b32a8223f9. It is
believed that the original P...

eeb1b9dcb77cf5c6aeaca7fc12bd12e56012e8b5 authored almost 7 years ago by Tobias Nießen <[email protected]>
assert: improve assert.throws

This switches the assert.throws output to the one used in strict mode
if a error object is used ...

a1c96f8e07115d3b6ff1498e7e9f530d2e0f1b6b authored almost 7 years ago by Ruben Bridgewater <[email protected]>
errors: make input mandatory

Using ERR_INVALID_ARG_TYPE will now require the received value as
well. This makes sure the erro...

28e4e43e513ae90e8a4236dbae7f3442ab8dbb4f authored almost 7 years ago by Ruben Bridgewater <[email protected]>
lib: improve error handling

This improves the error handling for a couple cases where the
received value would not have been...

b38c81cb449a822ab45e6caa210d070b91a59836 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
fs: fix error handling

Right now there are multiple cases where the validated entry would
not be returned or a wrong er...

acc3c770e7717673ee87fa37076fc50fcb91e4ea authored almost 7 years ago by Ruben Bridgewater <[email protected]>
process: fix error handling

This makes sure the proper error is returned. Right now the error
is not specific enough.

PR-UR...

058e7fb8e66cafae700c5cb437d08572150fa69f authored almost 7 years ago by Ruben Bridgewater <[email protected]>
crypto: fix error handling

This fixes multiple cases where the wrong error was returned in
case of e.g. a overflow / wrong ...

333adf61eb3d8d973b28e6c86d8b93d39d95cfe6 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
lib,test: minor refactoring

This refactors a couple tests to have upper case first characters
in comments and to use `input`...

c1278e53293a49c925451987d906f7b00977f4d4 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
lib: always show ERR_INVALID_ARG_TYPE received part

This makes a effort to make sure all of these errors will actually
also show the received input....

c6b6c92185316e13738e6fa931fdd5303e381e46 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
test: rename regression tests more expressively

PR-URL: https://github.com/nodejs/node/pull/19495
Refs: https://github.com/nodejs/node/issues/19...

eeb57022e6bada13955a19b15232a9ee4fe9b465 authored almost 7 years ago by Ujjwal Sharma <[email protected]>
test: refactor parallel/test-tls-ca-concat.js

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

ca22c96f1607f5f561e4a1a091bbd494a038ec6a authored almost 7 years ago by juggernaut451 <[email protected]>
fs: use encoding in readFile

Use the encoding parameter passed to fsPromises.readFile if it is
passed. Currently the encoding...

e06ad5faf98a8fb15863ec8a1638ba82bba13427 authored almost 7 years ago by Benjamin Gruenbaum <[email protected]>
doc: add `require.main` to `require` properties

`require.main` was documented in a non-standard way.

With this PR, the previous section is left...

610dd79956e582aa4c189092d3048f0d11c757a3 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: add missing metadata for cluster.settings.cwd

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

275a7283531bf7c7e05179db7f845881d3b5b626 authored almost 7 years ago by Tobias Nießen <[email protected]>
buffer: improve write(U)Int functions

This improves the performance of some write functions by around 5-15%.

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

f4e5f969baba15a566bb30a1ba11e64fe61470a5 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
doc: add types for some `process` properties

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

d59e2492f5142d554a8716ec03f68a0df041ead1 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
assert: add warning about `assert.doesNotReject`

The usefulness of `assert.doesNotReject` is very limited and this
warns against the usage.

PR-U...

5d6d1fedcfb60f1c9dc6294870dc2d73fb8eced8 authored almost 7 years ago by Ruben Bridgewater <[email protected]>