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

src: guard against double free in randomBytes()

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

ed2a7fbcfec6612c1e303c1c0a98ffae91be0d1c authored over 7 years ago by Ben Noordhuis <[email protected]>
src: simplify PBKDF2Request

This also renames a misnamed variable `error_` to `success_`.

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

12433ec86a2f1985ae9a9aca7792631744c368b3 authored over 7 years ago by Ben Noordhuis <[email protected]>
src: remove PBKDF2Request::release()

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

64c56914098f177ce3d39d00c5afbd941e11b2f1 authored over 7 years ago by Ben Noordhuis <[email protected]>
src: avoid heap allocation in crypto.pbkdf2()

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

deef3b45c2b5c6f45a0a5fcdf727f579c3fb81c4 authored over 7 years ago by Ben Noordhuis <[email protected]>
src: make array arg length compile-time checkable

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

adfb7168fd1c812538b1e3316e9f32664324d8d1 authored over 7 years ago by Ben Noordhuis <[email protected]>
src: refactor PBKDF2Request

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

ae36d5be6623d6c2a40b399c7e4d6fc11ec66f68 authored over 7 years ago by Ben Noordhuis <[email protected]>
src: remove extra heap allocations in DH functions

Replace allocate + Encode() + free patterns by calls to Malloc +
the Buffer::New() overload that...

d70f2470d3024c137848e4c90ff2ded26492850e authored over 7 years ago by Ben Noordhuis <[email protected]>
src: avoid heap allocation in hmac.digest()

Add a test that ensures the second call to .digest() returns an empty
HMAC, like it did before. ...

a3b9f4b452a7dbc122713b7a5a2f550f686f1d8e authored over 7 years ago by Ben Noordhuis <[email protected]>
src: remove extra heap allocation in GetSession()

Don't allocate + copy + free; allocate and fill in place, then hand off
the pointer to Buffer::N...

4803d0ae09216f2355820b9a2436fa3242054606 authored over 7 years ago by Ben Noordhuis <[email protected]>
src: make CipherBase::kind_ const

The cipher kind doesn't change over the lifetime of the cipher so make
it const.

PR-URL: https:...

e8212cb0255a2417a9767347efd9fcbb5fef311b authored over 7 years ago by Ben Noordhuis <[email protected]>
src: remove unused Local

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

6faa1f181359eac74bbf6e16f6d05c83a0013d87 authored over 7 years ago by Ben Noordhuis <[email protected]>
src: remove superfluous cipher_ data member

The EVP_CIPHER can be reconstructed from the EVP_CIPHER_CTX instance,
no need to store it separa...

61c49c37b7f14905f093fcb803c1e39ea81fed3f authored over 7 years ago by Ben Noordhuis <[email protected]>
src: don't heap allocate GCM cipher auth tag

Fix a memory leak by removing the heap allocation altogether.

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

92f3e4d4873cf96ed2e5cc2b716a92bf7d23a9af authored over 7 years ago by Ben Noordhuis <[email protected]>
src: avoid heap allocation in sign.final()

Put the 8 kB initial buffer on the stack first and don't copy it to the
heap until its exact siz...

ff2c57d9654cbe277a3827d1c02e8d2fd69bc29a authored over 7 years ago by Ben Noordhuis <[email protected]>
src: remove unneeded const_cast

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

ee99bfdc6592e89860a4fe9d2c3105a771963a39 authored over 7 years ago by Ben Noordhuis <[email protected]>
src: remove extra heap allocations in CipherBase

Don't allocate + copy + free; allocate and fill in place, then hand off
the pointer to Buffer::N...

6ac092848a4cafd78faaa20b51c9827186f09175 authored over 7 years ago by Ben Noordhuis <[email protected]>
build: prevent VsDevCmd.bat from changing cwd

VsDevCmd.bat changes the current working directory to
"%USERPROFILE%\Source" if it exists. Setti...

be3f3d40e2170ab880062641d829e306c80f4504 authored over 7 years ago by Nikolai Vavilov <[email protected]>
gyp: implement LD/LDXX for ninja and FIPS

The ability to set the link rule is used for FIPS, and needs to set
both the `ld =` and `ldxx =`...

a6cec04aaaf4e0d6d51adb7f4485e6f1a69f6d5d authored over 7 years ago by Sam Roberts <[email protected]>
http: OutgoingMessage change writable after end

When an OutgoingMessage is closed (for example, using the `end`
method), its 'writable' property...

649d77bbf4e01e3dd3799ff8ca8d190641c9f4da authored over 7 years ago by Roee Kasher <[email protected]>
doc: move LTS README link to increase prominence

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

7ae23feb61d82c440483e928f9c2bba34e0ec88a authored over 7 years ago by Gibson Fahnestock <[email protected]>
deps: hotfix to bump npx version

This includes a critical fix to get npx working on Windows

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

cb8cefdbcb18eea872e93c1ed89fe3ae3f1b35ab authored over 7 years ago by Kat Marchán <[email protected]>
build: add npx to installers

PR-URL: https://github.com/nodejs/node/pull/14235
Reviewed-By: Jeremiah Senkpiel <fishrock123@ro...

62779ae195e190bee6fb8ef1c1d495ae3e8f7949 authored over 7 years ago by Kat Marchán <[email protected]>
deps: upgrade npm to 5.3.0

PR-URL: https://github.com/nodejs/node/pull/14235
Reviewed-By: Jeremiah Senkpiel <fishrock123@ro...

24f43903b4a2f5aa73a99e6f3d4cc62d559cf94b authored over 7 years ago by Kat Marchán <[email protected]>
errors: keep error codes in alphabetical order

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

fa73087fcf4bd14db7791120e688a0a508885b64 authored over 7 years ago by Weijia Wang <[email protected]>
url: do not use HandleScope in ToObject

It is not needed / invalidates the returned value unlike EscapableHandleScope

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

d49e6693fe17dc42a1234682b0903c94fb594c23 authored over 7 years ago by Bradley Farias <[email protected]>
test: use regex error checks in test-util-format

Replace constructor with regular expression for second argument
to assert.throws() in test-util-...

24f79a775a966e38586f047bdcb2c93f2d66b5b9 authored over 7 years ago by Superwoods <[email protected]>
test: change style in test-cli-bad-options

Replace string concatenation in test/parallel/test-cli-bad-options.js
with template literal. Adj...

3f7216c198d3d81b6ceaafb1129a19d785a41a3a authored over 7 years ago by boydfd <[email protected]>
test: use template literals in test-writewrap

Use template literals instead of string concatenation in
test/async-hooks/test-writewrap.js.

PR...

25f27b787e804585b59d7d30df37fed63412bbb8 authored over 7 years ago by vercent deng <[email protected]>
test: improve regexps for error checking

test/parallel/test-catpto-random.js contains an object called
errorMesssage that contains regula...

2bbeec73af537cb8c62a31067b13d5c9219e926c authored over 7 years ago by xinglong.wangwxl <[email protected]>
test: replace string concatenation with template

Replace string concatenation with template literals in
test/async-hooks/verify-graph.js.

PR-URL...

fc711314f18339c2f6f019c32ff9660048da9c13 authored over 7 years ago by weiyuanyue <[email protected]>
test: use template literals as appropriate

Replace string concatenation with template string literals in
test-graph.signal.js.

PR-URL: htt...

0aae941dbe0acf7c2bc920f563631bc20e5c075f authored over 7 years ago by blade254353074 <[email protected]>
buffer: fix indentation nits

Fix indentation issues that will be flagged by upcoming stricter
linting.

PR-URL: https://githu...

e0340af4551717ada908dc9fa1a4cd706004d728 authored over 7 years ago by Rich Trott <[email protected]>
test: use template literal for string concat

In test/parallel/test-repl-persistent-history.js, replace string
concatenation with a template l...

9cbfd5b580acfe4a5b0406bbf6221052afa4a01a authored over 7 years ago by tobewhatwewant <[email protected]>
test: simplify string concatenation

Replace string concatenation with template literals.
Updated `test/parallel/test-http-multi-line...

32cb926420602cf4d94d8c9cc5f135d4436d019e authored over 7 years ago by jiangplus <[email protected]>
util: delete unused argument 'depth'

In lib/util.js, Line 1056, there is a 'depth' argument that is unused
for 'process.versions[expo...

d4402e7111faeb62793f421839ec31a3a0073a78 authored over 7 years ago by kadoufall <[email protected]>
test: use regexp to confir error message

In test/parallel/test-stream-writable-null.js, use a regular expression
to validate error messag...

242e7a8c6da696704c8be322d9244bd8ba2569f8 authored over 7 years ago by Bang Wu <[email protected]>
test: use regluar expression in vm test

update test/parallel/test-vm-create-context-arg.js
in line 27 to change `TypeError` to the regul...

e8170f2246717cd8171c450ba11ae04934cf7dd9 authored over 7 years ago by akira.xue <[email protected]>
test: use regular expression to match error msg

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

bfae1feb38ee69e0e9f61d560c50c7325c221a72 authored over 7 years ago by Flandre <[email protected]>
test: replace string concat with template literal

Replace the string concat at test/addons-napi/test_reference/test.js.

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

e3f7a54d0a2ffd36326f8acfcc2d94ac9dbfec54 authored over 7 years ago by Song, Bintao Garfield <[email protected]>
test: check complete error message

In test-stream-writable-change-default-encoding, use a regular
expression to match the complete ...

35398af68efa2c1c7367374f52ff381cbe4d5382 authored over 7 years ago by Fraser Xu <[email protected]>
test: change isAix to isAIX

This makes the naming more consistent with existing properties like
isFreeBSD where the capitali...

fb37922cf350f56a3da6e4b083951241750d380f authored over 7 years ago by 章礼平 <[email protected]>
test: fix flaky test-net-can-reset-timeout

Use `.once()` rather than `.on()` for timeout listener.

Add comment with URL for issue explaini...

5d3609dbdd98b3ea3c53a3020305b7567979c888 authored over 7 years ago by Rich Trott <[email protected]>
test: disable MultipleEnvironmentsPerIsolate

This is a temporary measure until the issue is fixed.

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

95ab966a742d23d7271c7b4c36fb84aa2bbece59 authored over 7 years ago by Refael Ackermann <[email protected]>
deps: cherry-pick 6cb999b97b from V8 upstream

Original commit message:

Properly handle loads from global interceptor via prototype chain....

785a9e5a57c9449787014916a4e0188750f1c3ff authored over 7 years ago by Igor Sheludko <[email protected]>
test: make common.PIPE process unique

* includes a tiny bit of refactoring in adjacent lines.
* fixes 1 test and 1 benchmark that depe...

c34ae48083b44f1da7be75c8d11abc9f3aa7ab19 authored over 7 years ago by Refael Ackermann <[email protected]>
cluster: overriding inspector port

Added an option to override inspector port for workers using
`settings.inspectPort` will overrid...

b4300536f5e77561137259105814e3a6c5d5121b authored over 7 years ago by cornholio <[email protected]>
test: reduce offset in test-inspector-port-cluster

10 ports for each test-case is too much.
Not enough ports for new test cases, considering ~100 p...

592b0ed431cb4c4a1d6902bb8c68c112e0e61309 authored over 7 years ago by cornholio <[email protected]>
doc: fixes in cluster.md

* Capitalization and punctuation.

* `setupMaster` contained info about `settings` which where i...

ca5b0c4f11c4f7ef7791153af6f1a968be17d079 authored over 7 years ago by cornholio <[email protected]>
test: http outgoing _renderHeaders

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

074b7c271c73bd1c4fb432099b743edd5d7a67d7 authored over 7 years ago by Peter Czibik <[email protected]>
util: remove redundant declaration

This module is already required in the top scope (Line 3).

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

2288e3f21cf9dc1bc01d4f544c2c339ff517f839 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
benchmark: fix typo in inspect-proxy

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

e8b8d940d503a3c51abdda216a34010f7a42410a authored over 7 years ago by Vse Mozhet Byt <[email protected]>
doc: update umask for clarity

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

dce2f06f80048f768c99ca40518aa4c234842011 authored over 7 years ago by James Sumners <[email protected]>
doc: add notice about useGlobal option in repl docs

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

6e47e133ab90045db8df611cf34a3f461f291327 authored over 7 years ago by starkwang <[email protected]>
tools: update package.json `engine` field

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

49e63ff4a4d6cd072a190f4446d117c7dfe74bd6 authored over 7 years ago by AJ Jordan <[email protected]>
build: run test-hash-seed at the end of test-v8

The v8 and test-hash-seed targets cannot be run in parallel because they
need different copies o...

016d81ceec2e0836eedd27c797c1aebd045a8479 authored over 7 years ago by Michaël Zasso <[email protected]>
n-api: add napi_fatal_error API

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

73078d607251b7c88dab96532c7e61606d70b2f8 authored over 7 years ago by Kyle Farnung <[email protected]>
test: decrease duration of test-cli-syntax

Previously, test/parallel/test-cli-syntax.js was spawning a lot of child
processes, but using sp...

a74ddff1d9f6b99f8eb57ae77a7d64e433c60abb authored over 7 years ago by Evan Lucas <[email protected]>
n-api: add code parameter to error helpers

In support of the effort to add error codes to all errors
generated by Node.js, add an optional ...

ac41db4af0443b678adace8d25f5d24935653359 authored over 7 years ago by Michael Dawson <[email protected]>
test: handle missing V8 tests in n-api test

The N-API test testInstanceOf.js relies on several V8 test files
which may not exist in download...

598a128ff46f6ab8d562877f401b32b50366b483 authored over 7 years ago by cjihrig <[email protected]>
deps: upgrade libuv to 1.13.1

PR-URL: https://github.com/nodejs/node/pull/14117
Reviewed-By: Refael Ackermann <[email protected]...

462b2466b34724ce194b4249a3e241083eb753d3 authored over 7 years ago by cjihrig <[email protected]>
async_hooks: make AsyncResource match emitInit

AsyncResource previously called emitInitNative. Since AsyncResource is
just an abstraction on to...

31417b68822abeced64eeb120f064d37bc133f7c authored over 7 years ago by Andreas Madsen <[email protected]>
async_hooks: rename internal emit functions

There are two categories of emit functions in async_hooks, those used by
c++ (native) and those ...

628485ea01bb1773fc8814c0d61d06fef0e12ace authored over 7 years ago by Andreas Madsen <[email protected]>
async_hooks: fix nested hooks mutation

In some cases restoreTmpHooks is called too early, this causes
active_hooks_array to change duri...

f94fd0c0f3361daea9a1272e2e00d2703b8d2fb7 authored over 7 years ago by Andreas Madsen <[email protected]>
async_hooks: move restoreTmpHooks call to init

This fixes an error that could occure by nesting async_hooks calls

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

8a830350b226b4e56cdf3cd519e62ff8a071f9c3 authored over 7 years ago by Ruben Bridgewater <[email protected]>
test: improve the test common documentation

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

5ffb5b6fce376fa08be1af7552ce6d6c9e80bc56 authored over 7 years ago by Ruben Bridgewater <[email protected]>
tools: increase test timeouts

At least temporarily until snapshots are restored, increase timeout for
tests. Tests that spawn ...

76fa6b21a1cd94e94048047bd5a434ca6e533254 authored over 7 years ago by Rich Trott <[email protected]>
errors,buffer: port errors to internal/errors

PR-URL: https://github.com/nodejs/node/pull/13976
Reviewed-By: Refael Ackermann <[email protected]...

dbfe8c4ea2fb30f7d3dc4f8e361e3059b0e1e50f authored over 7 years ago by starkwang <[email protected]>
tools: update ESLint to 4.2.0

ESLint 4.2.0 contains a fix for a bug that is blocking us from moving to
the non-legacy stricter...

1562fb9ea7b993382a4aef0433a10b1029419f17 authored over 7 years ago by Rich Trott <[email protected]>
child_process: refactor normalizeSpawnArguments()

Code is not in hot path. Refactor ternary to be more readable if/else
block that mirrors analogo...

6d090e10949715f1e143b383894db290174feab0 authored over 7 years ago by Rich Trott <[email protected]>
doc: prefix of the stacktrace in errors.md

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

7f26a291f60dbddcd9c9ad216d268844eff0f53f authored over 7 years ago by Roman Shoryn <[email protected]>
test,async_hooks: match test-ttywrap.readstream

Match changes made to test-ttywrap.readstream for consistency.

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

3b4010be319f8dfeb2688f93f7bce54042e746f1 authored over 7 years ago by Trevor Norris <[email protected]>
test,async_hooks: skip whether TTY is available

If TTY isn't available then the test will always fail. Also use the
already available process.st...

250d50b3802f177e7ca3877b1dfeaf775f3ea6cf authored over 7 years ago by Trevor Norris <[email protected]>
n-api: wrap test macros in do/while

PR-URL: https://github.com/nodejs/node/pull/14095
Reviewed-By: Jason Ginchereau <jasongin@micros...

f52c7078533db859dd03b20eccdb502e5f048039 authored over 7 years ago by Kyle Farnung <[email protected]>
n-api: Implement stricter wrapping

Use a stronger criterion to identify objects in the prototype chain that store
pointers to nativ...

d5b397c9b63507a5dcf6d1da47df2a090d3d73a0 authored over 7 years ago by Gabriel Schulhof <[email protected]>
test: reduce run time for test-benchmark-crypto

Specify options to reduce combinations of benchmarks run during testing.
This reduces the run ti...

3eae3103349b4fd5dc9a5d7a8b50374d6bf43c16 authored over 7 years ago by Rich Trott <[email protected]>
test: reduce run time for test-benchmark-http

Specify more configuration options to reduce run time by about a third.

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

daead5a76731c9201daa32a146c2e89f3d522670 authored over 7 years ago by Rich Trott <[email protected]>
test: reduce test-benchmark-net run duration

Set configuration option to reduce combinations of benchmark settings
tried in test, reducing ex...

82aa34ed1f404d429f8249ade588c367cb7cd6c5 authored over 7 years ago by Rich Trott <[email protected]>
doc: add missing space

PR-URL: https://github.com/nodejs/node/pull/14181
Reviewed-By: Evan Lucas <[email protected]>
Rev...

b5b7c3b432cf60ff5b5e11ee4bc7df85a4185d1e authored over 7 years ago by Timothy Gu <[email protected]>
querystring: fix up lastPos usage

Use lastPos ONLY for tracking what has been .slice()'d, never as an
indication of if key/value h...

afab5aba32bdf1a2d4c3a78a4bd2f3ff928b330f authored over 7 years ago by Timothy Gu <[email protected]>
buffer: remove MAX_SAFE_INTEGER check on length

MAX_SAFE_INTEGER is millions of times larger than the largest buffer
allowed in Node.js. There i...

e6e6b07e512dd4e71b0458cb02901ce6d5398e29 authored over 7 years ago by Rich Trott <[email protected]>
test: add get/set effective uid/gid tests

3c92ca2b5c1aea283efebd50b27e2a256adf5f7f should have had tests
to go along with it. This adds te...

80c9fd956917932930b58b3bdc5720fa8f51a21e authored over 7 years ago by Evan Lucas <[email protected]>
test: fix flaky test-https-set-timeout-server

Because of a race condition, connection listener may not be invoked if
test is run under load. R...

b20a0b662bf57e6873ce808543f266c63db75947 authored over 7 years ago by Rich Trott <[email protected]>
2017-07-11, Version 8.1.4 (Current)

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

22889347dfe5315fe03abb9a4263c30cdd74b436 authored over 7 years ago by Evan Lucas <[email protected]>
2017-07-11, Version 7.10.1 (Current)

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

89e121d4a7765972b7f52c9503864120d93ec504 authored over 7 years ago by Evan Lucas <[email protected]>
2017-07-11, Version 6.11.1 'Boron' (LTS)

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

h...

6218939cdd0e10e2a614728a8da3f27c7296ec57 authored over 7 years ago by Myles Borins <[email protected]>
2017-07-11, Version 4.8.4 'Argon' (Maintenance)

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

h...

0130cf55bb957ae4409cd58f8f380f83bf0f6acc authored over 7 years ago by Myles Borins <[email protected]>
test: verify hash seed uniqueness

This tests that the hash seed used by V8 for hashing is random.

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

9fedc1f09648ff7cebed65883966f5647686a38a authored over 7 years ago by Ali Ijaz Sheikh <[email protected]>
build: disable V8 snapshots

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

eff636d8eb7b009c40fb053802c169ba1417293d authored over 7 years ago by Ali Ijaz Sheikh <[email protected]>
deps: cherry-pick 9478908a49 from cares upstream

Original commit message:

ares_parse_naptr_reply: check sufficient data

Check that there is...

a73142524b55eb50d1c28d15ea8f65289206a69a authored over 7 years ago by David Drysdale <[email protected]>
doc: correct stream Duplex allowHalfOpen doc

If allowHalfOpen is set to false, the stream will automatically end the
writable side when the r...

199ad1d73f81c1d568232df418090e9ce3c4a7fb authored over 7 years ago by Rich Trott <[email protected]>
src: whitelist v8 options with '_' or '-'

V8 options allow either '_' or '-' to be used in options as a seperator,
such as "--abort-on_unc...

97a6aa9b202df41537c7c4fca1d3332be9046f1c authored over 7 years ago by Sam Roberts <[email protected]>
lib: normalize indentation in parentheses

In anticipation of stricter indentation linting, normalize indentation
of code in parentheses.

...

e0af017a32a8f6824419c390720f8d9ceff94c7f authored over 7 years ago by Rich Trott <[email protected]>
test: fix cctest failure on Windows

Linux converts the ipv6 address "::" to "::1", while windows does not.
By explicitly using "::1"...

94dd42577c8aa3a3c2f812ad68b3fe55da546eb5 authored over 7 years ago by Jimmy Thomson <[email protected]>
doc: note 'resize' event conditions on Windows

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

ff07eaa140e54745a5298f4c929936cfe055ed3c authored over 7 years ago by Dean Coakley <[email protected]>
test: common.expectsError should be a must call

Wrap expectsError in mustCall to make sure it's really called
as expected.

PR-URL: https://gith...

1b2733f272b77fb2beaa4b1f5ee600e8b9c36e14 authored over 7 years ago by Ruben Bridgewater <[email protected]>
assert: refactor to reduce unecessary code paths

The lazy loading is not needed as the errors themself lazy
load assert. Therefore the circle is ...

be20e9ecfe79bea30fdca0f5757c0c54a02ac062 authored over 7 years ago by Ruben Bridgewater <[email protected]>
test: ignore connection errors for hostname check

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

4d7946aec33d23dd0c1fa1125937baad7e11a8e3 authored over 7 years ago by Refael Ackermann <[email protected]>
fs: two minor optimizations

* tryStatSync should not return any value
If the function threw, it would never reach that cod...

18069523f87aa4c5f7d361201aa20745e2ede20e authored over 7 years ago by Ruben Bridgewater <[email protected]>
build: split up cpplint to avoid long cmd lines

Refactors cpplint slightly to allow multiple runs of it. This allows
downstream projects to run ...

d48472c20f7177cbb7054659f5f3ed5b16626db9 authored over 7 years ago by Kyle Farnung <[email protected]>
build,win: skip `vcvarsall.bat` if env is set

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

8206a01c99ed929327365a16915233a867c54aed authored over 7 years ago by Refael Ackermann <[email protected]>