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
Remove unnecessary colons and wrap lines at 80 characters.
PR-URL: https://github.com/nodejs/no...
90fc496da43596deae902cbe9f1d3fbe7ee83371 authored over 6 years ago by Rich Trott <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19968
Fixes: https://github.com/nodejs/node/issues/1...
In case a error is caught in `assert.doesNotThrow` or
`assert.doesNotReject` it will now also in...
Fixes: https://github.com/nodejs/node/issues/19905
PR-URL: https://github.com/nodejs/node/pull/...
974d07dca5a2623643f7b5705e723b4a910a62ce authored over 6 years ago by Matteo Collina <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19946
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...
PR-URL: https://github.com/nodejs/node/pull/19957
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...
PR-URL: https://github.com/nodejs/node/pull/19915
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/19910
Reviewed-By: Gus Caplan <[email protected]>
Reviewed...
PR-URL: https://github.com/nodejs/node/pull/19855
Reviewed-By: Sakthipriyan Vairamani <thechargi...
Include the exit code in test failures. This will give us more
information during the currently-...
Improve description of `encoding` option. (This change is also applied
to `buf.indexOf()`.) Impr...
Instead of automatically falling back to openssl_no_asm with warning
if no nasm is found during ...
PR-URL: https://github.com/nodejs/node/pull/19955
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...
PR-URL: https://github.com/nodejs/node/pull/19951
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...
I no longer have the time to dedicate to being on the TSC.
I am still planning to contribute whe...
PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....
Adds `isBigInt64Array` and `isBigUint64Array`.
PR-URL: https://github.com/nodejs/node/pull/1920...
be4950d58c76cde17163ff5963d0d24e04db4c82 authored over 6 years ago by Michaël Zasso <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....
PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....
PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....
Even if we only use v8_monolith build target, other targets
in v8.gyp with possibly outdated fil...
PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....
Refs: https://github.com/v8/v8/commit/f9934aa9cf77b76c5fa78137e32939f30d9e2f81
Fixes: https://gi...
Synchronize source files list with upstream's BUILD.gn.
PR-URL: https://github.com/nodejs/node/...
e8fc6b69017df3a745c48e68bccec72ebc5171c4 authored over 6 years ago by Michaël Zasso <[email protected]>
Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NOD...
PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....
PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google....
PR-URL: https://github.com/nodejs/node/pull/19942
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/19938
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/19881
Reviewed-By: Gus Caplan <[email protected]>
Reviewed...
Fix test-http-dump-req-when-res-ends and move it back to test/parallel/
PR-URL: https://github....
fde5a6b65a00b9f0f717f1e59fc3f3af728dbe42 authored over 6 years ago by Luigi Pinca <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19842
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/19842
Reviewed-By: James M Snell <[email protected]>...
This test currently fails when configured --without-ssl:
Error [ERR_NO_CRYPTO]:
Node.js is not c...
Currently this test fails if run as the root user:
Mismatched innerFn function calls. Expected e...
PR-URL: https://github.com/nodejs/node/pull/19682
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/19684
Reviewed-By: Anna Henningsen <[email protected]...
This commit adds basic functionality testing of the
help URL printed when the inspector starts.
...
PR-URL: https://github.com/nodejs/node/pull/19667
Reviewed-By: Gireesh Punathil <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/19913
Reviewed-By: Colin Ihrig <[email protected]>
R...
Strip the enclosing square brackets from the parsed hostname.
PR-URL: https://github.com/nodejs...
fa2d43bd3efec57d5b17f0a2fa60e0d38ed0dad6 authored over 6 years ago by Luigi Pinca <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/18985
Reviewed-By: James M Snell <[email protected]>...
Added common.mustCall and replaced function with arrow function.
PR-URL: https://github.com/nod...
cbc7eb7eecf8fa698ba3a02e1a73cb2db67daf89 authored over 6 years ago by juggernaut451 <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19871
Reviewed-By: Colin Ihrig <[email protected]>
R...
fs.ReadStream / fs.WriteStream destroy([error]) function
should emit 'error' event if `error` is...
This makes sure acorn is only loaded in case it is necessary.
PR-URL: https://github.com/nodejs...
9c06770443313d1b79b5dc1749ad0063dd97193c authored over 6 years ago by Ruben Bridgewater <[email protected]>
`assert.throws` also accepts objects and errors as input. This fixes
the error message accodingl...
The old error name and message were trying to be consistent with
ERR_BUFFER_TOO_LARGE but they w...
Close the connection immediately after receiving the `end` event to
avoid that the `timeout` eve...
This fixes negation ommitted in a former commit.
It also simplifies the text in general.
PR-URL...
87880466b1392c8e0e6d1abb8838d447eceaa981 authored over 6 years ago by Ryusei Yamaguchi <[email protected]>From the zlib v1.2.11 manual:
> ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
> ...
Original commit message:
[intl] unbreak build with ICU 57
Remove a call to `icu::toUCh...
a6db6404ff200ab37b69a33fad48cb6fa73d8bc8 authored over 6 years ago by Ben Noordhuis <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19267
Reviewed-By: James M Snell <[email protected]>...
Adds a test for module loading when throwing undefined or null.
PR-URL: https://github.com/node...
b34a1e17850761f2edb91e9f588a78f83acd0c1c authored over 6 years ago by Zhenzhen Zhan <[email protected]>
In addition to `--pending-deprecation`, emit a deprecation warning
for usage of the `Buffer()` c...
test: refactor parallel/test-tls-delayed-attach
Added description to the test, replace function...
e048b1552363df05d21ef3fa0054d9ab6b801df4 authored over 6 years ago by juggernaut451 <[email protected]>
The introduction of `.bytesRead` to zlib streams was unfortunate,
because other streams in Node....
Currently whatwg URLs fail with an incorrect error when null is
passed as the base. Adding a che...
PR-URL: https://github.com/nodejs/node/pull/18917
Fixes: https://github.com/nodejs/node/issues/1...
* improve usage of "coerce" in buffer.md
* reduce informal tone in buffer.md
* wrap line at 80 c...
After upgrading OpenSSL-1.1.0, header files depends on architectures
were changed. This fixes to...
OpenSSL-1.1.0 requires the nasm assembler for building asm files on
Windows. This finds nasm at ...
- For Windows, nasm is new build requirements and openssl_no_asm is
set to 1 with warning if i...
Fixes: https://github.com/nodejs/node/issues/4270
PR-URL: https://github.com/nodejs/node/pull/19...
All version-specific methods were deprecated in OpenSSL 1.1.0 and
min/max versions explicitly ne...
This option was made from the floating patch of d269e07.
It is no longer needed because the issu...
`cd deps/openssl/config; make` updates all archs dependant files.
Fixes: https://github.com/nod...
7812ec735ba50493c417a4860aa491fcee67d149 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
This commit has a new binding scheme in builing OpenSSL-1.1.0 library
with Node. OpenSSL-1.1.0 u...
They are no longer necessary.
Fixes: https://github.com/nodejs/node/issues/4270
PR-URL: https:/...
This is a floating patch against OpenSSL-1.1.0 to generate asm files
with Makefile rules and it ...
This updates all sources in deps/openssl/openssl with openssl-1.1.0h.
Fixes: https://github.com...
66cb29e64621fdd1aa5e377a395ff107d21a613b authored over 6 years ago by Shigeki Ohtsu <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19774
Reviewed-By: Rich Trott <[email protected]>
Rev...
numbers which are coerced to scientific notation via .toString(),
will behave unexpectedly when ...
This commit removes util.h from tls_wrap.h and adds util-inl.h to
tls_wrap.cc which does use it....
The nonce must be transmitted along with ciphertext and tag.
PR-URL: https://github.com/nodejs/...
99c77dc0185e0e83328d9074c30b7ef74f0b3dfd authored almost 7 years ago by Tobias Nießen <[email protected]>Replace `{Array}` with `{type[]}`.
PR-URL: https://github.com/nodejs/node/pull/19895
Reviewed-B...
PR-URL: https://github.com/nodejs/node/pull/19894
Reviewed-By: Luigi Pinca <[email protected]...
changes the base instance for ERR_HTTP2_HEADER_SINGLE_VALUE
from Error to TypeError as a more ac...
changes the base instance for ERR_HTTP2_INVALID_PSEUDOHEADER
from Error to TypeError as a more a...
PR-URL: https://github.com/nodejs/node/pull/19836
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/19883
Reviewed-By: Colin Ihrig <[email protected]>
R...
Re-`require()` the addon after clearing its cache to ensure that it is
re-initialized via the we...
Conform return statements to the style guide and tool parsers.
Also bring back a description fr...
0bd3da15a080e9b363b37da53ca6cad4088d4aff authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
* Updated tests for `Number` and `int32_t`
* Added new tests for `int64_t`
* Updated N-API `int6...
PR-URL: https://github.com/nodejs/node/pull/19869
Reviewed-By: Trivikram Kamat <trivikr.dev@gmai...
Refs: https://github.com/nodejs/build/issues/1211
53035b142b82a07e533bf5e7766b36b141123ea7 authored almost 7 years ago by Refael Ackermann <[email protected]>
Modernize:
* Replace `var` with `const` / `let`.
* Wrap `switch` cases with `const`/`let` in blo...
Update the docs to provide clearer instructions regarding the exact
scope of the use (and re-use...
PR-URL: https://github.com/nodejs/node/pull/19822
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/19860
Reviewed-By: Weijia Wang <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/19739
Fixes: https://github.com/nodejs/node/issues/3...
This commit adds node::ERR_*(isolate, message) helpers in
the C++ land to assign error codes to ...
Make sure the dump test actually verify what is happening and it is
not flaky.
See: https://git...
1f29963eacf587817a6d40da527d05d151668198 authored almost 7 years ago by Matteo Collina <[email protected]>uses the same approach as in test-fs-readfile-pipe-large
PR-URL: https://github.com/nodejs/node...
3217c707185a0918818a14f5f9ddf400d5590c7d authored almost 7 years ago by Dave O'Mahony <[email protected]>
Clarify current behavior of http2server.close() and
http2secureServer.close() w.r.t. perceived d...
* Improve prepositions.
* Wrap at 80 characters.
* Formalize colloquial text.
* Remove unnecessa...
The implementataion is sensitive to system resource availability, so
move it to sequential inste...
Currently calling StringBytes::Encode on a UCS2 buffer
results in two copies of the buffer and t...
Move resource-sensitive test from parallel to sequential.
Fixes: https://github.com/nodejs/node...
95dc59010bcf5ce8a69563e287897cc9afacc95b authored almost 7 years ago by Rich Trott <[email protected]>test-process-geteuid-getegid.js is renamed to test-process-euid-egid.js.
test-process-setuid-se...
fde93f82b2b0cb05c598913b8782005350bcf4de authored almost 7 years ago by Rajkumar Purushothaman <[email protected]>