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
If values are not equals in strictEqual assertions, an AssertionError is
thrown with a message p...
PR-URL: https://github.com/nodejs/node/pull/19604
Refs: https://github.com/nodejs/node/pull/1780...
This commit removes the inclusion of req_wrap-inl.h in stream_base.h
as ReqWrap is not used. Thi...
Currently node_file.cc has a number of using declarations but in a few
places still uses the qua...
PR-URL: https://github.com/nodejs/node/pull/20021
Reviewed-By: Trivikram Kamat <trivikr.dev@gmai...
Per conversation with Mikeal, moving to Collaborator Emeriti list.
Mikeal will remain active in...
c798adcc1ced0ea8e8b5e440282812d140936132 authored over 6 years ago by Rich Trott <[email protected]>
Minor re-wording of three sentences to make them slightly more natural.
Ending sentences with pr...
PR-URL: https://github.com/nodejs/node/pull/19999
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/20111
Reviewed-By: Anatoli Papirovski <apapirovski@m...
This was missed in a previous PR
PR-URL: https://github.com/nodejs/node/pull/20105
Refs: https:...
Removes the requirement to use `--trace-events-enabled` to enable
trace events. Tracing is enabl...
The current check for socket.server[kIncomingMessage] does not
account for the possibility of a ...
When an interval callback throws an error, the destroy
hook is never called due to a faulty if c...
A bug was introduced in #17704 which meant that subsequent
calls to enroll would unset the new _...
Changes the base instance for ERR_INVALID_CURSOR_POS from Error to
TypeError as a more accurate ...
A whole part of the test-http-agent-destroyed-socket test
was not running as the semantics of ht...
PR-URL: https://github.com/nodejs/node/pull/20087
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/20086
Reviewed-By: Anna Henningsen <[email protected]...
This reverts commit b994b8eff6018433a56bb10dbc473cefa0dd9370.
This caused regressions in ecosys...
554ed3740d7264ed8970ce768401141606a1bba5 authored over 6 years ago by Anna Henningsen <[email protected]>This reverts commit 8f153092d86b0605af8a2ef294dc310fefa83e30.
PR-URL: https://github.com/nodejs...
47af0a0eda35a64f35c2c0ff720889782939bb93 authored over 6 years ago by Anna Henningsen <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19995
Refs: https://github.com/v8/v8/compare/6.6.346...
PR-URL: https://github.com/nodejs/node/pull/20081
Reviewed-By: Anna Henningsen <[email protected]...
Rather than an option, introduce a method and an event...
```js
server.on('stream', (stream) =>...
PR-URL: https://github.com/nodejs/node/pull/20078
Reviewed-By: Trivikram Kamat <trivikr.dev@gmai...
PR-URL: https://github.com/nodejs/node/pull/20071
Reviewed-By: Luigi Pinca <[email protected]...
In case an object contained a circular reference `Object.keys` was
called even though it was not...
Changes the base instance for ERR_INVALID_PROTOCOL from Error to
TypeError as a more accurate re...
PR-URL: https://github.com/nodejs/node/pull/19828
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/19900
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/20050
Reviewed-By: Trivikram Kamat <trivikr.dev@gmai...
PR-URL: https://github.com/nodejs/node/pull/20047
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/20046
Reviewed-By: Trivikram Kamat <trivikr.dev@gmai...
The http spec does not say anything about Upgrade headers making
protocol switch mandatory but N...
Indicate that `base` is ignored if `input` is absolute.
PR-URL: https://github.com/nodejs/node/...
6d1c3e5ffcbba39ed2c83cf28f2b7215c08befd5 authored over 6 years ago by James M Snell <[email protected]>
Changes the base instance for ERR_INVALID_DOMAIN_NAME from Error to
TypeError as a more accurate...
According to HTML Living Standard, "either method [clearInterval or
clearTimeout] can be used to...
Was 72c5458aee:
PR-URL: https://github.com/nodejs/node/pull/5090
Reviewed-By: Fedor Indutny...
c-ares switched to using ares_ssize_t for platform-independent ssize_t,
our GYP usage to include...
* Fix patch for CVE-2017-1000381 to not be overly aggressive.
* win32: Preserve DNS server ord...
PR-URL: https://github.com/nodejs/node/pull/19378
Reviewed-By: Franziska Hinkelmann <franziska.h...
This adds a example to `assert.throws` to document checking against
error instances. It also mak...
This makes sure `assert.rejects` is always called with a second
argument. Besides that it is als...
This adds direct promise support to `assert.rejects` and
`assert.doesNotReject`. It will now acc...
PR-URL: https://github.com/nodejs/node/pull/19643
Reviewed-By: James M Snell <[email protected]>...
Taking the source code of a function and running it in another
context does not play well with c...
PR-URL: https://github.com/nodejs/node/pull/20016
Reviewed-By: Ben Noordhuis <[email protected]...
Original commit message:
[api] introduce v8::Value::IsModuleNamespaceObject
This allow...
5303a509fb03fb095de422b0085685fe67fd9cbf authored over 6 years ago by Gus Caplan <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/20003
Reviewed-By: James M Snell <[email protected]>...
Also, make signatures easier for copy-paste testing.
PR-URL: https://github.com/nodejs/node/pul...
faf563e6a13ccab06baa318595bf9c18ba94a01e authored over 6 years ago by Vse Mozhet Byt <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/18689
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/20028
Reviewed-By: James M Snell <[email protected]>...
Adds NASM installation to the Boxstarter script.
Refs: https://github.com/nodejs/node/issues/19...
7b465037066e5c947ffb34e0c4425105cbe814e8 authored over 6 years ago by Bartosz Sosnowski <[email protected]>
changes the base instance for ERR_HTTP2_PSEUDOHEADER_NOT_ALLOWED
from Error to TypeError as a mo...
PR-URL: https://github.com/nodejs/node/pull/19882
Reviewed-By: Matteo Collina <matteo.collina@gm...
Original commit message:
[intl] unbreak build with ICU 57
Remove a call to `icu::toUCh...
b6aec1d00af761f2f184dd05cc9523a73915221c authored over 6 years ago by Ben Noordhuis <[email protected]>
Add sync trace to fs operations which
is enabled by the node.fs.sync trace event
category. Also ...
Link text and url were swapped around, this pr puts
the link text inside [] and the url inside (...
Add `HandleError`s to the AsyncScope constructor and destructor in
async_wrap-inl.h to fix "FATA...
Explicitly added in the docs that the close event does not expect
any arguments when invoked.
F...
98008dc6a0e6aff0c8a8fc5c28c5c21963364e90 authored over 6 years ago by Indranil Dasgupta <[email protected]>
I looks like this test has not worked as expected since commit
2bc7841d0fcdd066fe477873229125b6f...
Currently this test will overwrite the clientOpts object with the port,
instead of setting the p...
Currently when running make clean, followed by make not all certificates
get genenerated. In add...
changes the base instance for ERR_INVALID_REPL_EVAL_CONFIG
from Error to TypeError as a more acc...
Replace mentions of `RangeError` with the specific error code (e.g.,
`ERR_INVALID_OPT_VALUE`). M...
changes the base instance for ERR_INVALID_IP_ADDRESS
from Error to TypeError as a more accurate ...
The property is not necessary as it is possible to check for the
operator instead.
PR-URL: http...
c9bb91af33c853ee9f401806ac179c66281af57f authored over 6 years ago by Ruben Bridgewater <[email protected]>
This improves the error messages for:
- assert.notDeepStrictEqual
- assert.deepStrictEqual
- ass...
Right now it is not possible to distinguish arguments from a regular
object. This adds a argumen...
PR-URL: https://github.com/nodejs/node/pull/20022
Reviewed-By: Luigi Pinca <[email protected]...
Currently when configuring --without-ssl the following warning is
displayed:
WARNING: openssl_n...
Currently, the following compiler warning is issued:
../binding.cc:26:27:
warning: 'Utf8Value' i...
PR-URL: https://github.com/nodejs/node/pull/20023
Reviewed-By: Yuta Hiroto <[email protected]>
Re...
PR-URL: https://github.com/nodejs/node/pull/19587
Reviewed-By: Colin Ihrig <[email protected]>
R...
* Alphabetize the command line options and environment
variables in doc/api/cli.md for consist...
By default eslint does not validate variables that are placed in a
typeof check.
PR-URL: https:...
512a6a55b75a6d11471366611519dc9a509abd27 authored over 6 years ago by Ruben Bridgewater <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/20004
Fixes: https://github.com/nodejs/node/issues/6...
Otherwise, potentially no output is shown for aborts.
PR-URL: https://github.com/nodejs/node/pu...
4f4e716dc3d77cba140f3b8070ea4e33bb76a964 authored over 6 years ago by Anna Henningsen <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19967
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/19909
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...
http.setHeader() coerces input values.
http.getHeader() returns the type as passed to setHeader(...
changes the base instance for ERR_HTTP2_INVALID_CONNECTION_HEADERS
from Error to TypeError as a ...
PR-URL: https://github.com/nodejs/node/pull/19507
Reviewed-By: Luigi Pinca <[email protected]...
This makes sure the actual and expected values on the error thrown
by `assert.throws` etc. are a...
This makes sure the input arguments get validated so implementation
errors will be caught early....
If none is provided, use zero as a default offset for all read/write
operations on the buffer.
...
cdacafc8bb6e762276676dc702e1f89d36e7e291 authored over 6 years ago by Ruben Bridgewater <[email protected]>
One of the biggest downsides to the `assert.throws` API is that it
does not check for the error ...
PR-URL: https://github.com/nodejs/node/pull/20011
Refs: https://github.com/nodejs/node/pull/1448...
PR-URL: https://github.com/nodejs/node/pull/19945
Refs: https://github.com/nodejs/node/pull/1813...
PR-URL: https://github.com/nodejs/node/pull/19992
Reviewed-By: Myles Borins <myles.borins@gmail....
I'll still be around, but won't be able to contribute enough to merit
TSC status.
PR-URL: https...
4d7bbe8ad266744cb431bd97ebd4d82d63c07a2b authored over 6 years ago by Trevor Norris <[email protected]>
This makes Node pretty-print objects with color by default
when `console.log()`-ing them.
PR-UR...
559e23a45951c3f521e35098cba82d7f908e0e4c authored over 6 years ago by Anna Henningsen <[email protected]>
Add a way to tell `Console` instances to either always use, never use
or auto-detect color suppo...
PR-URL: https://github.com/nodejs/node/pull/19372
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/19372
Reviewed-By: Luigi Pinca <[email protected]...
Identical to `format()` except that it takes an options argument
that is passed through to `insp...
PR-URL: https://github.com/nodejs/node/pull/19956
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...
Merge error handling for `net.Socket`s and `Http2Stream`s,
and align the callback property names...
Passes the `message` parameter to `internalAssert` when
`ERR_INVALID_ARG_TYPE` is thrown with in...
This commit adds includes for node_internal.h in source files that use
arraysize but don't inclu...
The errors thrown have changed in a few places. Update the comments to
reflect the current error...