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
PR-URL: https://github.com/nodejs/node/pull/14122
Reviewed-By: Anna Henningsen <[email protected]...
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]>
PR-URL: https://github.com/nodejs/node/pull/14122
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14122
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14122
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14122
Reviewed-By: Anna Henningsen <[email protected]...
Replace allocate + Encode() + free patterns by calls to Malloc +
the Buffer::New() overload that...
Add a test that ensures the second call to .digest() returns an empty
HMAC, like it did before. ...
Don't allocate + copy + free; allocate and fill in place, then hand off
the pointer to Buffer::N...
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]>
PR-URL: https://github.com/nodejs/node/pull/14122
Reviewed-By: Anna Henningsen <[email protected]...
The EVP_CIPHER can be reconstructed from the EVP_CIPHER_CTX instance,
no need to store it separa...
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]>
Put the 8 kB initial buffer on the stack first and don't copy it to the
heap until its exact siz...
PR-URL: https://github.com/nodejs/node/pull/14122
Reviewed-By: Anna Henningsen <[email protected]...
Don't allocate + copy + free; allocate and fill in place, then hand off
the pointer to Buffer::N...
VsDevCmd.bat changes the current working directory to
"%USERPROFILE%\Source" if it exists. Setti...
The ability to set the link rule is used for FIPS, and needs to set
both the `ld =` and `ldxx =`...
When an OutgoingMessage is closed (for example, using the `end`
method), its 'writable' property...
PR-URL: https://github.com/nodejs/node/pull/14259
Fixes: https://github.com/nodejs/node/issues/1...
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]>
PR-URL: https://github.com/nodejs/node/pull/14235
Reviewed-By: Jeremiah Senkpiel <fishrock123@ro...
PR-URL: https://github.com/nodejs/node/pull/14235
Reviewed-By: Jeremiah Senkpiel <fishrock123@ro...
PR-URL: https://github.com/nodejs/node/pull/14242
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
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]>
Replace constructor with regular expression for second argument
to assert.throws() in test-util-...
Replace string concatenation in test/parallel/test-cli-bad-options.js
with template literal. Adj...
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/parallel/test-catpto-random.js contains an object called
errorMesssage that contains regula...
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]>
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]>
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]>
In test/parallel/test-repl-persistent-history.js, replace string
concatenation with a template l...
Replace string concatenation with template literals.
Updated `test/parallel/test-http-multi-line...
In lib/util.js, Line 1056, there is a 'depth' argument that is unused
for 'process.versions[expo...
In test/parallel/test-stream-writable-null.js, use a regular expression
to validate error messag...
update test/parallel/test-vm-create-context-arg.js
in line 27 to change `TypeError` to the regul...
PR-URL: https://github.com/nodejs/node/pull/14265
Reviewed-By: Rich Trott <[email protected]>
Rev...
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]>
In test-stream-writable-change-default-encoding, use a regular
expression to match the complete ...
This makes the naming more consistent with existing properties like
isFreeBSD where the capitali...
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]>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]>Original commit message:
Properly handle loads from global interceptor via prototype chain....
785a9e5a57c9449787014916a4e0188750f1c3ff authored over 7 years ago by Igor Sheludko <[email protected]>
* includes a tiny bit of refactoring in adjacent lines.
* fixes 1 test and 1 benchmark that depe...
Added an option to override inspector port for workers using
`settings.inspectPort` will overrid...
10 ports for each test-case is too much.
Not enough ports for new test cases, considering ~100 p...
* Capitalization and punctuation.
* `setupMaster` contained info about `settings` which where i...
ca5b0c4f11c4f7ef7791153af6f1a968be17d079 authored over 7 years ago by cornholio <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13981
Reviewed-By: Colin Ihrig <[email protected]>
R...
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]>
PR-URL: https://github.com/nodejs/node/pull/14237
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14170
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/13866
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/14165
Reviewed-By: Luigi Pinca <[email protected]...
The v8 and test-hash-seed targets cannot be run in parallel because they
need different copies o...
PR-URL: https://github.com/nodejs/node/pull/13971
Reviewed-By: James M Snell <[email protected]>...
Previously, test/parallel/test-cli-syntax.js was spawning a lot of child
processes, but using sp...
In support of the effort to add error codes to all errors
generated by Node.js, add an optional ...
The N-API test testInstanceOf.js relies on several V8 test files
which may not exist in download...
PR-URL: https://github.com/nodejs/node/pull/14117
Reviewed-By: Refael Ackermann <[email protected]...
AsyncResource previously called emitInitNative. Since AsyncResource is
just an abstraction on to...
There are two categories of emit functions in async_hooks, those used by
c++ (native) and those ...
In some cases restoreTmpHooks is called too early, this causes
active_hooks_array to change duri...
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]>
PR-URL: https://github.com/nodejs/node/pull/14148
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
At least temporarily until snapshots are restored, increase timeout for
tests. Tests that spawn ...
PR-URL: https://github.com/nodejs/node/pull/13976
Reviewed-By: Refael Ackermann <[email protected]...
ESLint 4.2.0 contains a fix for a bug that is blocking us from moving to
the non-legacy stricter...
Code is not in hot path. Refactor ternary to be more readable if/else
block that mirrors analogo...
PR-URL: https://github.com/nodejs/node/pull/14150
Fixes: https://github.com/nodejs/node/issues/5...
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]>
If TTY isn't available then the test will always fail. Also use the
already available process.st...
PR-URL: https://github.com/nodejs/node/pull/14095
Reviewed-By: Jason Ginchereau <jasongin@micros...
Use a stronger criterion to identify objects in the prototype chain that store
pointers to nativ...
Specify options to reduce combinations of benchmarks run during testing.
This reduces the run ti...
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]>
Set configuration option to reduce combinations of benchmark settings
tried in test, reducing ex...
PR-URL: https://github.com/nodejs/node/pull/14181
Reviewed-By: Evan Lucas <[email protected]>
Rev...
Use lastPos ONLY for tracking what has been .slice()'d, never as an
indication of if key/value h...
MAX_SAFE_INTEGER is millions of times larger than the largest buffer
allowed in Node.js. There i...
3c92ca2b5c1aea283efebd50b27e2a256adf5f7f should have had tests
to go along with it. This adds te...
Because of a race condition, connection listener may not be invoked if
test is run under load. R...
This is a security release. All Node.js users should consult the
security release summary at
htt...
This is a security release. All Node.js users should consult the
security release summary at
htt...
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]>
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]>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]>
PR-URL: https://github.com/nodejs/node-private/pull/84
Reviewed-By: bnoordhuis - Ben Noordhuis <...
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]>
If allowHalfOpen is set to false, the stream will automatically end the
writable side when the r...
V8 options allow either '_' or '-' to be used in options as a seperator,
such as "--abort-on_unc...
In anticipation of stricter indentation linting, normalize indentation
of code in parentheses.
...
e0af017a32a8f6824419c390720f8d9ceff94c7f authored over 7 years ago by Rich Trott <[email protected]>
Linux converts the ipv6 address "::" to "::1", while windows does not.
By explicitly using "::1"...
PR-URL: https://github.com/nodejs/node/pull/13576
Fixes: https://github.com/nodejs/node/issues/1...
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]>
The lazy loading is not needed as the errors themself lazy
load assert. Therefore the circle is ...
PR-URL: https://github.com/nodejs/node/pull/14073
Reviewed-By: Colin Ihrig <[email protected]>
R...
* tryStatSync should not return any value
If the function threw, it would never reach that cod...
Refactors cpplint slightly to allow multiple runs of it. This allows
downstream projects to run ...
PR-URL: https://github.com/nodejs/node/pull/13806
Fixes: https://github.com/nodejs/node/issues/1...