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/19137
Reviewed-By: Anatoli Papirovski <apapirovski@m...
PR-URL: https://github.com/nodejs/node/pull/19124
Reviewed-By: Colin Ihrig <[email protected]>
R...
Notable changes:
* deps:
* update V8 to 6.2.414.46 (Michaël Zasso) [#16413](https://github.co...
Minor performance improvement.
PR-URL: https://github.com/nodejs/node/pull/17574
Reviewed-By: A...
Notable Changes:
* http, tls:
- better support for IPv6 addresses (Mattias Holmlund)
http...
PR-URL: https://github.com/nodejs/node/pull/19162
Reviewed-By: Rich Trott <[email protected]>
Rev...
Fixes: https://github.com/nodejs/node/issues/17892
Fixes: https://github.com/nodejs/node/issues/...
iculslocs uses stdio, but didn't include the header.
PR-URL: https://github.com/nodejs/node/pul...
ad721429c02a086373d841206927718048d6b521 authored almost 7 years ago by Steven R. Loomis <[email protected]>
- Moves the creation of `process.binding()`, `process._linkedBinding()`
`internalBinding()` an...
See: https://github.com/nodejs/node/pull/18438
PR-URL: https://github.com/nodejs/node/pull/1916...
1a5ec837ca56774f2a9ee54ee9a0f6cbfa01d4bc authored almost 7 years ago by Matteo Collina <[email protected]>This improves error handling for streams in a few ways.
1. It ensures that no user defined meth...
5e3f51648ed5de36b01d53bde13fb6fb7b965667 authored almost 7 years ago by Mathias Buus <[email protected]>
Currently test-http2-client-write-empty-string.js will throw "Error
[ERR_NO_CRYPTO]: Node.js is ...
Convert manual memory management of STACK_OF(X509) instances to
std::unique_ptr with a custom de...
PR-URL: https://github.com/nodejs/node/pull/19087
Reviewed-By: James M Snell <[email protected]>...
Remove request that user provide a list of subsystems in the pull
request template.
* We alread...
c72e540cde6695176bd7d218a1ed6584e2a0b9c7 authored almost 7 years ago by Rich Trott <[email protected]>
There are some uses of "in general" that are unnecessary. (We don't need
to be tentative about t...
Update default files to be linted with ESLint to include .eslintrc.js.
PR-URL: https://github.c...
f05eaa4a537ed7ef57814d951d64c25ef2844720 authored almost 7 years ago by Rich Trott <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19099
Reviewed-By: Shingo Inoue <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/19088
Reviewed-By: Joyee Cheung <[email protected]...
Allow users to switch to the table of contents for older versions of
Node.js. This gets rid of t...
Original commit message:
Introduce --disallow-code-generation-from-strings
Exposing th...
8a54f4f67613f63bb196c831af0d84d7c04abb5b authored almost 7 years ago by Jakob Kummerow <[email protected]>
I have never found it useful that the ESLint rules (in the
configuration file) are organized by ...
Add team that we can use to cc organizations or people
who do one of the following:
* bundle no...
bd0a7a4e598813d1202daf343af49c34f12a7f3b authored almost 7 years ago by Michael Dawson <[email protected]>
Added a simple example showing how to rename
a file.
Refs: https://github.com/nodejs/node/issue...
1d2ab79f2ce0057df1c0f0fe5eef15c143ad9942 authored almost 7 years ago by punteek <[email protected]>
This is a first batch of updates that touches non-underscored modules in
lib.
PR-URL: https://g...
1e8d110e640c658e4f6ed7540db62d063269ba6c authored almost 7 years ago by Michaël Zasso <[email protected]>ensures that instantiation result is only used during initial loading
PR-URL: https://github.co...
023f49c5a938ef631260b76876155eaf957084be authored almost 7 years ago by Bradley Farias <[email protected]>
Refs: https://github.com/nodejs/node/pull/18415
PR-URL: https://github.com/nodejs/node/pull/1914...
Provide public APIs for native typechecking that is actually useful.
The motivation for this is ...
PR-URL: https://github.com/nodejs/node/pull/18415
Reviewed-By: Evan Lucas <[email protected]>
Rev...
Fix the gcovr version to a fixed version and uses patches
specific to that version. This avoids ...
PR-URL: https://github.com/nodejs/node/pull/19056
Reviewed-By: Matheus Marchini <matheus@sthima....
PR-URL: https://github.com/nodejs/node/pull/18852
Reviewed-By: Ben Noordhuis <[email protected]...
This might otherwise result in a hard crash when trying
to write to a socket after a sudden disc...
Make the script not error out immediately because of a missing
pseudo-global.
(Note that it seem...
This is pretty useful when trying to inspect the last
error caught by a REPL, and is made to be ...
Emit the `TimeoutOverflowWarning` synchronously, even when
still connecting, to get a better sta...
Remove the necessity for allocating on the heap, and assert that the
correct pointer gets passed...
Show the stack trace for the `eventemitter.emit('error')` call
in the case of an uncaught except...
PR-URL: https://github.com/nodejs/node/pull/18746
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...
Display the constant name instead of a stream error code
in the error message, because the numer...
The listener does not do anything if `allowHalfOpen` is enabled. Add it
only when `allowHalfOpen...
This fixes a crash that occurred when a `Http2Stream` write
is completed after it is already des...
Do not close the request if callback is not a function, and
throw ERR_INVALID_CALLBACK TypeError...
We already disable `-Wmissing-field-initializers` on other Unices but
not on MacOS.
PR-URL: htt...
cb94bf01aae1802d7d7858a806ef8a82dd4b65f9 authored almost 7 years ago by Ben Noordhuis <[email protected]>
For tests / benchmarks that are creating Buffer instances for
any reason other than to test Buff...
PR-URL: https://github.com/nodejs/node/pull/18888
Fixes: https://github.com/nodejs/node/issues/1...
So it does not use `common.PORT` anymore.
PR-URL: https://github.com/nodejs/node/pull/18727
Rev...
The error emitted when a connection is closed before the
TLS handshake completes seemed rather u...
The default message will be printed if the assertion fires. Use block
scope for related variable...
PR-URL: https://github.com/nodejs/node/pull/19126
Reviewed-By: Luigi Pinca <[email protected]...
Documentation for N-API Custom Asynchronous Operations incorrectly
stated that async execution h...
Allow the user to specify the filepath for the trace_events log file
using a template string.
P...
85212bb182f555f6d09e0b2f5f78d2d8e19bcef1 authored almost 7 years ago by Andreas Madsen <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/18717
Reviewed-By: Weijia Wang <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/19109
Reviewed-By: Joyee Cheung <[email protected]...
The test was flaky because it relied on a specific order of
asynchronous operation that were fir...
Attempting to make symlinks as a non-administrator user in Windows
causes a permission error. We...
The binding writeBuffer has been changed in
https://github.com/nodejs/node/pull/19041 and it now...
This reverts commit c05c73a634e3a88372e32e500f462851add7ea66.
The commit breaks Raspberry Pi CI...
4bfc03b57dfbf6ac245b56c62b718ccd68e12cd7 authored almost 7 years ago by Rich Trott <[email protected]>Add tests of lchmod, chown, fchown and lchown.
PR-URL: https://github.com/nodejs/node/pull/1906...
c05c73a634e3a88372e32e500f462851add7ea66 authored almost 7 years ago by Daijiro Wachi <[email protected]>
Use common.platformTimeout() to give longer durations to Raspberry Pi
devices to make test more ...
PR-URL: https://github.com/nodejs/node/pull/18395
Reviewed-By: James M Snell <[email protected]>...
This removes the `noAssert` argument and also adds some more tests.
PR-URL: https://github.com/...
81aaab75ca2ae04c4d0e07efd12e3a74aa306850 authored almost 7 years ago by Ruben Bridgewater <[email protected]>There are a lot of changes in this commit:
1) Remove the `noAssert` argument from all read and ...
e8bb1f35df079cf0111fc18a8a24ec0a2d66eb3e authored almost 7 years ago by Ruben Bridgewater <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/18395
Reviewed-By: James M Snell <[email protected]>...
This ports the Buffer#write(Double|Float)(B|L)E functions to JS.
This fixes a security issue con...
The FIXME is obsolete as it was meant about a indentation issue
that got fixed a long time ago.
...
libuv and zlib symbols are also purposefully re-exported by Node.js for
use in Addons.
Refs: ht...
9e9c516512668133813c71e39d56b011b804572b authored almost 7 years ago by Richard Lau <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/18080
Reviewed-By: Matteo Collina <matteo.collina@gm...
Passing a pointer to a static integer is sufficient for the test.
PR-URL: https://github.com/no...
c698017a2fc25d51b0ace432c539d24b7d7af709 authored almost 7 years ago by Gabriel Schulhof <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/19041
Reviewed-By: Michaël Zasso <targos@protonmail....
`async` and `bytes` are only interesting when the write
is coming from JS, and unnecessary other...
Refs: https://github.com/nodejs/node/pull/18673
PR-URL: https://github.com/nodejs/node/pull/1892...
PR-URL: https://github.com/nodejs/node/pull/18924
Fixes: https://github.com/nodejs/node/issues/1...
Previously, if `session.destroy()` was called with an error object,
the information contained in...
Make the test for pending deprecations work when the env var
is set during the whole test suite ...
Send a human-readable HTTP/1 response in case of an unexpected
ALPN protocol. This helps with de...
PR-URL: https://github.com/nodejs/node/pull/19053
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmai...
No additional commits. New version published due to a bad
node-v9.7.0.pkg file that was publishe...
Due to code consolidation in https://github.com/nodejs/node/pull/7207
the isEncoding function go...
This focuses on the common case by making sure they are prioritized.
It also changes some typeof...
PR-URL: https://github.com/nodejs/node/pull/18790
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/18790
Reviewed-By: James M Snell <[email protected]>...
1) This improves the performance for Buffer#fill by using shortcuts.
2) It also ports throwing e...
PR-URL: https://github.com/nodejs/node/pull/19052
Reviewed-By: Luigi Pinca <[email protected]...
Directory symlinks in Windows require the 'dir' flag to be passed to
create the symlink correctl...
PR-URL: https://github.com/nodejs/node/pull/18982
Refs: https://github.com/nodejs/node/issues/18...
This cleans up and removes lttng support completely. Recent discussion
on a PR to deprecate lttn...
PR-URL: https://github.com/nodejs/node/pull/18999
Reviewed-By: Shingo Inoue <[email protected]...
Tests in progress to reproduce issue consistently.
Fixes: https://github.com/nodejs/node/issues...
f7a6971281d863e2b56682ff0f45eee7a7c4d3bb authored almost 7 years ago by Andrew Johnston <[email protected]>
When socket is closed on a response for a request that is being piped to
a stream there is a con...
PR-URL: https://github.com/nodejs/node/pull/18949
Fixes: https://github.com/nodejs/node/issues/1...
Look for symbol `node_register_module_v${NODE_MODULE_VERSION}` if the
add-on didn't self-registe...
Move some code around and clean up the DLib helper class as prep work
for a follow-up commit.
P...
66315220aebf69573c682fea7f21531f58dd8c2a authored almost 7 years ago by Ben Noordhuis <[email protected]>Notable Changes:
* **libuv**:
- Updated to libuv 1.19.2 (Colin Ihrig) [#18918](https://github...