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
This commit allows self signed certificates to work with
unix sockets by forwarding the rejectUn...
Ref: https://github.com/nodejs/node/issues/12789
Ref: https://github.com/nodejs/node/issues/1279...
After the renaming of `clientError` in TLS to `tlsClientError` in
https://github.com/nodejs/node...
* **Async Hooks**
* When one `Promise` leads to the creation of a new `Promise`, the parent
...
The most common way to perfom this check is by using the simple CHECK
macro. This commit suggest...
* Check that noop callback is or isn't invoked as appropriate using
common.mustCall() and comm...
Use `common.mustNotCall()` to confirm that callback is not invoked when
`dns.lookup()` throws.
...
c20c57028211797b5ff5b3bc05d6eb05ab81ef9f authored over 7 years ago by Rich Trott <[email protected]>also some cleanup
PR-URL: https://github.com/nodejs/node/pull/13457
Refs: https://github.com/no...
PR-URL: https://github.com/nodejs/node/pull/13173
Fixes: https://github.com/nodejs/node/issues/8...
PR-URL: https://github.com/nodejs/node/pull/13481
Reviewed-By: Colin Ihrig <[email protected]>
R...
* Change common.noop to common.mustNotCall() to verify callback is not
invoked.
* Add destruct...
Introduce two overridable `Agent` methods:
* `keepSocketAlive(socket)`
* `reuseSocket(socket, r...
PR-URL: https://github.com/nodejs/node/pull/2883
Reviewed-By: Anna Henningsen <[email protected]...
Allows NODE_TEST_DIR to be set (necessary to avoid path length issues
with common.PIPE).
PR-URL...
eef94a8bf827b98cd27e8aaab6bb20791a46bace authored over 7 years ago by Gibson Fahnestock <[email protected]>
Makes the same changes as
https://github.com/nodejs/node/commit/994617370e8e66f3ea9488fec32fd912...
PR-URL: https://github.com/nodejs/node/pull/13306
Reviewed-By: Santiago Gimeno <santiago.gimeno@...
The libuv 1.12.0 update bumped the minimum supported version
of linux + glibc. This commit updat...
Fixes: https://github.com/nodejs/node/issues/12853
Fixes: https://github.com/nodejs/node/issues/...
test: changed test2 of test-vm-timeout.js so that entire error message
would be matched in...
PR-URL: https://github.com/nodejs/node/pull/13411
Refs: https://github.com/nodejs/node/pull/1338...
https://github.com/nodejs/node/pull/11225 introduce an unnecessary
bind() when closing a stream....
Original commit message:
[turbofan] Boost performance of Array.prototype.shift by 4x.
...
2db2857c72c219e5ba1642a345e52cfdd8c44a66 authored over 7 years ago by Michaël Zasso <[email protected]>Original commit message:
This commit adds a getter for the private is_verbose_ member.
...
Original commit message:
Update postmortem metadata generator.
Add PropertyDetails::At...
36ba9e6e0cf09e94b403aa23efce8c9a4530e029 authored over 7 years ago by Ben Noordhuis <[email protected]>
HGlobalValueNumberingPhase::CollectSideEffectsOnPathsToDominatedBlock()
used to self-recurse bef...
VS2013 does not support defaulting move constructor and assignment
operator. This adds explicit ...
This is required for ICU 59.1.
PR-URL: https://github.com/nodejs/node/pull/13263
Reviewed-By: G...
es6/typedarray-construct-offset-not-smi allocates a 2G block of memory
and if there are multipl...
regress/regress-crbug-514081 allocates a 2G block of memory
and if there are multiple variants ...
Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NOD...
PR-URL: https://github.com/nodejs/node/pull/13263
Reviewed-By: Gibson Fahnestock <gibfahn@gmail....
Remove custom tests for invalid IDNA domains in url-idna.js in favor of
the more comprehensive o...
PR-URL: https://github.com/nodejs/node/pull/13405
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/13336
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/13228
Reviewed-By: Michael Dawson <michael_dawson@ca...
PR-URL: https://github.com/nodejs/node/pull/11319
Ref: https://github.com/nodejs/node/issues/112...
This LTS release comes with 126 commits. This includes 40 which
are test related, 32 which are d...
PR-URL: https://github.com/nodejs/node/pull/13496
Reviewed-By: Refael Ackermann <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/13487
Reviewed-By: Refael Ackermann <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/13484
Reviewed-By: Anna Henningsen <[email protected]...
Put information about Collaborators in GOVERNANCE.md before information
about the CTC. For most ...
PR-URL: https://github.com/nodejs/node/pull/13240
Reviewed-By: James M Snell <[email protected]>...
It is not supported on Windows so it emits:
warning C4476: 'fprintf' :
unknown type field char...
Add note to fs.md and path.md about Windows using per-drive current
working directory.
Fixes: h...
422722ff67fc29e1cfd212d183a9594f8869de7f authored over 7 years ago by Bartosz Sosnowski <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13363
Reviewed-By: Gibson Fahnestock <gibfahn@gmail....
This commit removes process._inspectorEnbale which was
spelled incorrectly, and is being properl...
Since its guarded in by a command line option say
that in the docs and provide the option that n...
Include a high-level explanation of how Collaborators are identified for
Emeritus status. This i...
PR-URL: https://github.com/nodejs/node/pull/13412
Reviewed-By: Anna Henningsen <[email protected]>
Incorporate note into main text.
PR-URL: https://github.com/nodejs/node/pull/13420
Reviewed-By:...
It takes time to build each of the addons used to test n-api.
Consolidate a few of the smaller o...
This fixes a bug where deepEqual and deepStrictEqual would have
incorrect behaviour in sets and ...
PR-URL: https://github.com/nodejs/node/pull/13393
Fixes: https://github.com/nodejs/node/issues/1...
Unchecked argument conversion in Parser::Consume crashes node
in an slightly undesirable manner ...
PR-URL: https://github.com/nodejs/node/pull/13384
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/13384
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/13384
Reviewed-By: Luigi Pinca <[email protected]...
This fixes a regression from 53c88fa4111 so that special arguments
can once again be passed to t...
Test guide describes a conventional layout for test headers, review
inspector tests and reorgani...
PR-URL: https://github.com/nodejs/node/pull/13285
Reviewed-By: James M Snell <[email protected]>...
Using ES6 Classes broke userland code. Revert back to functions.
PR-URL: https://github.com/nod...
7024c5a3026b9130a7dc3c8499dc49fb21b9fa90 authored over 7 years ago by James M Snell <[email protected]>
This change allows reentering the message dispatch loop when the Node is
paused. This is necessa...
* Make `require()` consistent.
* Add missing argument.
* Add missing `\n` in outputs.
* Reduce s...
Do not promote using of `arguments`.
One fragment is left as is because of history nature:
it u...
PR-URL: https://github.com/nodejs/node/pull/13434
Reviewed-By: Prince John Wesley <princejohnwes...
We stated that 'data' and pipe() are preferred over 'readable'.
This commit clarifies that 'data...
Clarifies the behavior of streams when _readableState.flowing is
false. resume() must be called ...
PR-URL: https://github.com/nodejs/node/pull/13394
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/13409
Refs: https://github.com/nodejs/node/pull/1063...
Improve error messages in the async hooks tests, mostly by removing
unhelpful `message` paramete...
async_hooks init callback will be triggered when promise newly created,
in previous version, the...
Under very specific circumstances the `http` implementation
could be brought to crash, because t...
Now that `async_hooks` is released, it makes sense to me to have a team
for addressing issues wi...
Add tests for checking the behavior of async_hooks.triggerId.
It should return different ids whe...
If you don't have the full Xcode installed, the command-line tools are
all you need.
PR-URL: ht...
fc102d0197037a9cec939c98c0b1fe7267a3483e authored over 7 years ago by Gibson Fahnestock <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13359
Reviewed-By: Daniel Bevenius <daniel.bevenius@...
To make the example codes in URL doc work without additional codes,
it should have more lines to...
PR-URL: https://github.com/nodejs/node/pull/13354
Refs: http://eslint.org/docs/rules/object-curl...
PR-URL: https://github.com/nodejs/node/pull/13354
Reviewed-By: Timothy Gu <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/13349
Reviewed-By: Anna Henningsen <[email protected]...
Verify that the destroy callback for a TCP server is called before exit
if it is closed in anoth...
Calling the destroy callbacks in a uv_idle_t causes a timing issue where
if a handle or request ...
Omitting AIX from `fs.watch()` portion of this test. It works
on AIX, but not reliably.
PR-URL:...
98aa25c765f50eab80f27750b9b7f82888af4c8c authored over 7 years ago by Rich Trott <[email protected]>
* Use test() instead of match() in boolean context.
* Add spaces in code example.
* Fix typo.
P...
6cfdbc74d95c501d022b413cf024eb211d23c808 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
* alphabetize the JS test suites
* Use CI_JS_SUITES variable instead of listing all tests
PR-UR...
7b56fd8cf07202e022c6411f8a57bddfa2588f61 authored over 7 years ago by Rich Trott <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13293
Reviewed-By: James M Snell <[email protected]>...
Add info about who to @cc for issues with n-api
PR-URL: https://github.com/nodejs/node/pull/133...
84c066a9ce9f30999591943fc62e42ad2466041a authored over 7 years ago by Michael Dawson <[email protected]>
Added the missing make command in steps 6.3 when building
asm_obsolete.
Also updated the commit...
d63ff232b2b86587271732e17ddb38c290ecfe77 authored over 7 years ago by Daniel Bevenius <[email protected]>
Regenerate asm files with Makefile and CC=gcc and ASM=nasm where gcc
version was 5.4.0 and nasm ...
Regenerate config files for supported platforms with Makefile.
Fixes: https://github.com/nodejs...
34b79caf40045b8cbe58b29a0e107b4f64d3b887 authored over 7 years ago by Daniel Bevenius <[email protected]>
In openssl s_client on Windows, RAND_screen() is invoked to initialize
random state but it takes...
Reapply b910613792dac946b295855963869933a9089044 .
Fixes: https://github.com/iojs/io.js/issues/...
9cb1da765a5999ba4e52a4d0375cd74e5ec8d6d0 authored over 7 years ago by Shigeki Ohtsu <[email protected]>
See
https://mta.openssl.org/pipermail/openssl-dev/2015-February/000651.html
iojs needs to stop ...
b8a03a3664490aae9c4eb7db477b258c037c7326 authored over 7 years ago by Shigeki Ohtsu <[email protected]>
`x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and
perhaps others) are req...
All symlink files in deps/openssl/openssl/include/openssl/ are removed
and replaced with real he...
This replaces all sources of openssl-1.0.2l.tar.gz into
deps/openssl/openssl
Fixes: https://git...
bd4a53493b4d130e39955a2497995707666cffd4 authored over 7 years ago by Daniel Bevenius <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13334
Reviewed-By: James M Snell <[email protected]>...
Method format refactored to make it more maintenable, replacing the
switch by a function factory...
PR-URL: https://github.com/nodejs/node/pull/13396
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
When configuring node --without-ssl or --without-inspector these test
will fail. The underlying ...