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
Currently, there are a few test-tls-wrap-econnreset test that fail when
Node is configured --wit...
Fake the socket handle to ensure an immediate error is returned
uniformly across all platforms.
...
PR-URL: https://github.com/nodejs/node/pull/13446
Reviewed-By: Refael Ackermann <[email protected]...
Add `buffer.constants`, containing length limits for `Buffer` and
`string` instances.
This coul...
1e2905f46ab10af312fc7439ff1922654e411e7c authored over 7 years ago by Anna Henningsen <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13413
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
Until now, the async_hooks PromiseHook did not register the Promise’s
async id and trigger id on...
PR-URL: https://github.com/nodejs/node/pull/13478
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/13658
Ref: https://github.com/nodejs/node/pull/13645...
PR-URL: https://github.com/nodejs/node/pull/13673
Reviewed-By: Colin Ihrig <[email protected]>
R...
* alphabetize modules
* replace callback invocation counts with common.mustCall()
* add block-sc...
`max_i` should also include the characters that were just read by
`base64_decode_group_slow()`.
...
In util.format, if a percent sign without a known type is encountered,
just print it instead of ...
PR-URL: https://github.com/nodejs/node/pull/13685
Reviewed-By: Refael Ackermann <[email protected]...
* Add common.mustCall().
* Add check for error existence, not only for error details.
* Use test...
* re-implemented test to parse args instead of post binding (exit 12)
* saved failing case as kn...
PR-URL: https://github.com/nodejs/node/pull/13713
Reviewed-By: Luigi Pinca <[email protected]...
There are a number of void casts of clear_error_on_return which is a
usage of the RAII idiom. Th...
- Add doc for napi_create_string_latin1().
- Fix signatures where c string was specified instead...
* Adding --inspect-port with debug port, instead of parsing `execArgv`
* Export CLI debug optio...
2777a7e04f9a116937296ecd1a7ebd4a32766df6 authored over 7 years ago by cornholio <[email protected]>
* use common.mustNotCall() to confirm callback is not invoked
* blank line after common module p...
In non-buffer tests, change usage of the Buffer constructor to one of
the recommended alternativ...
> Generally it will correspond the name of the resource's constructor.
should read "Generally, i...
The 4.8.x releases don't fully support C++11. Update the prerequisites
for node.js 8 so that we...
PR-URL: https://github.com/nodejs/node/pull/11301
Refs: https://github.com/nodejs/node/issues/11...
Release to fix broken `process.release` properties
Ref: https://github.com/nodejs/node/issues/13667
PR-URL: https://github.com/nodejs/node/pull/13310
Reviewed-By: James M Snell <[email protected]>...
* block scope `paused`
* change name of block-scoped `file3` etc. to `file`
* alphabetize module...
* Use existing errors where suitable
* Assign code to a REPL specific error
* Include documentat...
PR-URL: https://github.com/nodejs/node/pull/13553
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/13530
Reviewed-By: Refael Ackermann <[email protected]...
Also, add tests to ensure they will always return this, and to confirm
they return this when the...
Add more information to the "ECONNRESET" errors generated when the
socket hang ups before establ...
`opts` in `createServer` will be immutable that won't change origional
opts value. What's more, ...
PR-URL: https://github.com/nodejs/node/pull/13627
Reviewed-By: Daniel Bevenius <daniel.bevenius@...
Updated onboarding-extras.md to /cc @nodejs/v8-inspector for inspector
issues and reorganized /c...
Add a note to clarify that any platform that is EoL will not be
supported by Node.js.
PR-URL: h...
6cc63797bc63dc0de7888048402127cc10f34f7c authored over 7 years ago by Gibson Fahnestock <[email protected]>
currentId is renamed to executionAsyncId
triggerId is renamed to triggerAsyncId
AsyncResource.tr...
PR-URL: https://github.com/nodejs/node/pull/13601
Reviewed-By: Refael Ackermann <[email protected]...
* **Child processes**
* `stdout` and `stderr` are now available on the error output of a
f...
oath.md: make order of properties consistent
tls.md: remove spaces in getPeerCertificate signatu...
Test non-chunked message does not have trailer header set,
message will be terminated by the fir...
PR-URL: https://github.com/nodejs/node/pull/13561
Ref: https://github.com/nodejs/node/pull/13452...
Use common.mustNotCall() in test/sequential/test-fs-watch.js in
situations where the call to wat...
The `FALSY_VALUE_REJECTION` error code added by
https://github.com/nodejs/node/pull/12712 did no...
Add common.mustCall() check to test-child-process-stdio-big-write-end.
PR-URL: https://github.c...
f308b4d9ed234291890adec44750cb2f53b23e0e authored over 7 years ago by Rich Trott <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13606
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/13322
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/13322
Reviewed-By: James M Snell <[email protected]>...
Minor correction in the comment regarding ssl_set_pkey.
PR-URL: https://github.com/nodejs/node/...
e5a494857acbd3c55d7a9ac7371793e0d3128cc0 authored over 7 years ago by Daniel Bevenius <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/11390
Ref: https://github.com/nodejs/node/issues/112...
PR-URL: https://github.com/nodejs/node/pull/13620
Fixes: https://github.com/nodejs/node/issues/1...
The earlier version `napi_callback` returns `void` but now is
`napi_value`. The document of this...
Fix the logic of resetting the socket timeout of keep-alive HTTP
connections and add two tests:
...
PR-URL: https://github.com/nodejs/node/pull/13522
Reviewed-By: Matteo Collina <matteo.collina@gm...
Confirm that callback is not being invoked in
test-http-eof-on-connect.js.
PR-URL: https://gith...
77d575d0057692413f0c26ad90425077c40f339f authored over 7 years ago by Rich Trott <[email protected]>
test-child-process-stdio-big-write-end was failing on ubuntu1604-arm64
because the while loop th...
`v8/tools/tickprocessor.js` assumes presence of global `printErr`, which
is defined in `d8`.
PR...
27cc30aea849ad26d0aaaa48db57b1299d047c90 authored over 7 years ago by Fedor Indutny <[email protected]>
Fixes a regression that caused an error to be thrown when trying to
emit the 'timeout' event on ...
Calling Serializer/Deserializer without new crashes node.
Adding a js class which just inherits ...
PR-URL: https://github.com/nodejs/node/pull/13573
Reviewed-By: Colin Ihrig <[email protected]>
R...
`expect` was probably a typo, as it is a function
and will always be `undefined` as JSON.
The p...
401a37281e63ef0164e44ce66d2c67f995bcefd1 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
* Take RegExp creation out of cycle.
* use test(), not match() in boolean context.
PR-URL: http...
8beff648518aa8e846221d03e31bea5f78f62010 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13608
Reviewed-By: Luigi Pinca <[email protected]...
Add changelog history in `fs.access` for the changes introduced to
`constants` in the `fs` modul...
Fixed test-http-client-get-url by waiting on HTTP GET
requests to finish before closing the serv...
Two child processes have their logic in a switch statement and a third
uses an `if` statement to...
Add `util.callbackify(function)` for creating callback style functions
from functions returning ...
PR-URL: https://github.com/nodejs/node/pull/13485
Fixes: https://github.com/nodejs/node/issues/1...
It's impossible to push to git:// URLs.
PR-URL: https://github.com/nodejs/node/pull/13602
Fixes...
PR-URL: https://github.com/nodejs/node/pull/11607
Reviewed-By: Roman Reiss <[email protected]>
Re...
PR-URL: https://github.com/nodejs/node/pull/13378
Refs: https://github.com/nodejs/node/pull/1334...
PR-URL: https://github.com/nodejs/node/pull/9447
Reviewed-By: Anna Henningsen <[email protected]...
Merge two duplicate `fn_name` into one in NODE_SET_PROTOTYPE_METHOD,
it may improve a bit perfor...
Fixes: https://github.com/nodejs/node/issues/13557
PR-URL: https://github.com/nodejs/node/pull/1...
This reverts commit 81ddeb98f6a0f7a5165cd6e3b87cdaa550fdf3ec.
Ref: https://github.com/nodejs/no...
c6f074f737e3d63001c09724397598733177dc5e authored over 7 years ago by Anna Henningsen <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13544
Reviewed-By: James M Snell <[email protected]>...
* Take RegExp creation out of cycles.
* Use test(), not match() in boolean context.
* Remove red...
Keep a total of enabled hook callbacks in kTotals. This value is used to
track whether node::Pro...
Allow node::PromiseHook (src/async-wrap.cc) to be enabled/disabled from
the JavaScript API.
PR-...
cc2dd93ea5ca097c105b10039b110409dcf9cecd authored over 7 years ago by Anna Henningsen <[email protected]>This reverts commit 410b1417648b5273fe80f4d910c6bbd198a00a2d.
PR-URL: https://github.com/nodejs...
b9379095e165cd6c04c8e847654387a287eedc98 authored over 7 years ago by Trevor Norris <[email protected]>
Add error listener to ignore `ECONNRESET`. Makes test reliable while it
still segfaults (as expe...
* add `mustCall` and `mustNotCall` to all callbacks
* added `known_issue` for port binding
PR-U...
c9d45c4505a35e974c1c4b56f2ed699f2694aa14 authored over 7 years ago by Refael Ackermann <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/13327
Reviewed-By: James M Snell <[email protected]>...
This converts the initial implementation of a promised exec that used
the customPromisifyArgs su...
With the new Ignition+TurboFan pipeline, the instanceof fast-path can be
missed if the right-han...
This commit regains test coverage for EventEmitter#once() with
four or more arguments. To avoid ...
Make the same reliability changes that were applied to the https test in
ce5745bf92f586c58366e9f...
Add `common.hijackStdout` and `common.hijackStderr` to provide monitor
for console output.
PR-U...
d00e5f1a04fa4bcf15bbeb6c0f1f6de1e8f8afd4 authored over 7 years ago by XadillaX <[email protected]>
`dns.resolveAny` and `dns.resolve` with `"ANY"` has the similar behavior
like `$ dig <domain> an...
Inspector start means that it exists, but doesn't mean it is listening
on a port, that only happ...
We did not have test coverage for using a napi_value
pointing to a string or symbol for the name...
PR-URL: https://github.com/nodejs/node/pull/13508
Fixes: https://github.com/nodejs/node/issues/1...
Fixes: https://github.com/nodejs/node/issues/13438
PR-URL: https://github.com/nodejs/node/pull/1...
PR-URL: https://github.com/nodejs/node/pull/13459
Reviewed-By: Refael Ackermann <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/13459
Reviewed-By: Refael Ackermann <[email protected]...
The indentation in one of the if statements blocks is four spaces
instead of two. This commit ch...
Use `PromiseWrap` resource objects whose lifetimes are tied to
the `Promise` instances themselve...
Re-use the `init` function wherever possible, and move
`try { … } catch` blocks that result in f...
* Use `common.mustNotCall()` in place of `common.noop` where appropriate
* Increase specificity ...
Make sure that `hook.enable()` and `hook.disable()` return `hook`
consistently, as the documenta...