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
Backport-PR-URL: https://github.com/nodejs/node/pull/20706
PR-URL: https://github.com/nodejs/nod...
Backport-PR-URL: https://github.com/nodejs/node/pull/20706
PR-URL: https://github.com/nodejs/nod...
This commit removes the usage of the deprectated
crypto.DEFAULT_ENCODING.
Backport-PR-URL: http...
eb21a6b7f6995b914c1897f89bae78c575ac8919 authored over 6 years ago by Daniel Bevenius <[email protected]>Currently the following compiler warnings are issued by clang:
../src/node_crypto.cc:2801:56:
w...
This commit renames rsaPublic and removes the rsaPrivate function as the
code in these two funct...
This commit adds a function named addCipherPrototypeFunctions to avoid
code duplication.
Backpo...
503844eb73c7924e859bf8284026f7c1f627a72d authored over 6 years ago by Daniel Bevenius <[email protected]>
This commit extracts the common code from the Cipher/Cipheriv and
Decipher/Decipheriv constructo...
This change allows users to restrict accepted GCM authentication tag
lengths to a single value.
...
Add `--preserve-symlinks-main` option which behaves like
`--preserve-symlinks` but for `require....
Make sure that a long singly-linked list can be passed
to `util.inspect()` without causing a sta...
This prevents the experimental feature warning from being emitted
in cases where fs.promises is ...
PR-URL: https://github.com/nodejs/node/pull/20534
Fixes: https://github.com/nodejs/node/issues/1...
While some places list n-api as stable, the reference
in doc/api/addons.md was missed. This fix...
Provide named exports for all builtin libraries so that the libraries
may be imported in a nicer...
As of 2016, the operating system is macOS. Remove use of "macosx".
PR-URL: https://github.com/n...
ebd102e4738e0ddd20916bdf0a4ac5c3fbb94c76 authored over 6 years ago by Rich Trott <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/20616
Reviewed-By: James M Snell <[email protected]>...
Originally added in
bb5575aa75fd3071724d5eccde39a3041e1af57a
discussions such as
https://github....
Refs: https://github.com/nodejs/node/issues/11257
PR-URL: https://github.com/nodejs/node/pull/2...
41e1dc09dedc592b5c6dded64b18bc0fad9b8211 authored over 6 years ago by Benjamin Coe <[email protected]>1. Merge rule sets for identical selectors.
2. Delete impossible selector block: we have only s...
3929516a6f2747ac50d0f94ccd3a26df9dff3930 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/20656
Reviewed-By: Michaël Zasso <targos@protonmail....
This fixes some possible issues with `assert.throws` and
`assert.rejects` in combination with an...
This fixes a test failure when running
`test/parallel/test-child-process-spawnsync-kill-signal.j...
This makes sure the functions are actually directly beneath the
specification of an error code.
...
This moves the `assert` parts from `internal/errors` into an own
file. `internal/errors` got big...
This adds concrete expected types to the assert documentation.
It also fixes a `changes` entry ...
01abed1c362af295bffe3c2286955928ad1dd42b authored over 6 years ago by Ruben Bridgewater <[email protected]>
This makes sure regular expressions on validation objects validate
against strings when used wit...
Add gitignore rules to ignore compiler output under deps/v8/gypfiles.
PR-URL: https://github.co...
08097ccf84b37ec9b02e0aabb4865a93e2b3b417 authored over 6 years ago by Yulong Wang <[email protected]>
This commit updates readPackage to return directly when calling
packageMainCache instead of stor...
This commit removes the usage of qualified names for consistency.
PR-URL: https://github.com/no...
0824ea9d7b71dbcd7ae0dbbdc87fd0db0f629b6a authored over 6 years ago by Daniel Bevenius <[email protected]>
These variables can as well be stack-allocated. This avoids
relying on global state that is not ...
Refs: https://github.com/nodejs/node/pull/19377
PR-URL: https://github.com/nodejs/node/pull/2058...
These methods are exposed, even though the BigInt64Array and
BigUint64Array types are currently ...
Also, make the type name notation more consistent.
PR-URL: https://github.com/nodejs/node/pull/...
d568952b8c8b3a7a827a6230d8357add3abc29c3 authored over 6 years ago by Gabriel Schulhof <[email protected]>
This commit moves emitExperimentalWarning into the second object
destructoring of require intern...
Always easy enough to re-introduce if we do need it.
PR-URL: https://github.com/nodejs/node/pul...
4873fbaf63200ac39202a1344b62faf10f1982d6 authored over 6 years ago by Anna Henningsen <[email protected]>
This helps embedders wishing to use Node.js in a multi-threaded fashion
and helps pave the way f...
Protect environment variables and inherently per-process state with
mutexes, to better accommoda...
- Use `std::max` instead of a custom variant
- Use member method pointers to avoid an extra laye...
This commit removes `lear` from the code comment in setTimeout. I'm not
100% sure this is a typo...
Refs: https://github.com/v8/v8/commit/9fb02b526f1cd3b859a530a01adb08bc0d089f4f
Original commit ...
105f6062024fd5c5604d1d5253a72c53b1f5c529 authored over 6 years ago by Gus Caplan <[email protected]>
This commit moves the creation of argv and only creates an undefined
value if the passed in stat...
This commit renames the handle parameter for the BaseObject constructor
to object instead of han...
Add parameters for the callback for the Http2Stream:error event
inline with the pattern in the r...
This commit updates the VM section with suggestion for a minor
improvement (hopefully) of the te...
Add parameters for the callback for the ClientHttp2Session:altsvc
event inline with the pattern ...
PR-URL: https://github.com/nodejs/node/pull/20552
Reviewed-By: James M Snell <[email protected]>...
1. removed extra mode constants doc.
2. creates bookmark to the common File Access Contants bloc...
PR-URL: https://github.com/nodejs/node/pull/20606
f55fdd1e5e5cf9dd3367370015ebad6f016160b5 authored over 6 years ago by Myles Borins <[email protected]>Notable Changes:
* console:
- make console.table() use colored inspect (TSUYUSATO Kitsune)
...
Mips has a different way of handling NaN. This makes sure the tests
pass on MIPS as well.
PR-UR...
601f138063cf08cd7affc61df62a93d763f1c687 authored over 6 years ago by Ruben Bridgewater <[email protected]>
Explicitely mention that a documentation only deprecation does not
always imply that it will be ...
This PR reduces code by 40 lines and docs size by ~7.5 KB. Only
<div class="signature">...</div>...
This reverts commit 08577906569a4c2de70ad2a861e2f8456cd8fcdd.
PR-URL: https://github.com/nodejs...
4c4be8565595ead9cf72595470415ba03785a0c6 authored over 6 years ago by Brian White <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/20500
Refs: https://github.com/nodejs/node/pull/2040...
Add an API to get MultiIsolatePlatform used in node main thread.
PR-URL: https://github.com/nod...
d357875ea14dbeea724251a539260004a477b9f1 authored over 6 years ago by Allen Yonghuang Wang <[email protected]>
This commit renames the http2_state class to follow the guidelines in
CPP_STYLE_GUIDE.md.
PR-UR...
6acefc36ee2a0e9713345d3226963dd084e04d89 authored over 6 years ago by Daniel Bevenius <[email protected]>This was never falsy, since an array length can only be an integer.
PR-URL: https://github.com/...
e25f2c9e91cc0fb55aede9f13f1cf435de02c260 authored over 6 years ago by Ruben Bridgewater <[email protected]>
Added an optional parameter of type v8::ConstructorBehavior to
Environment::NewFunctionTemplate,...
PR-URL: https://github.com/nodejs/node/pull/20433
Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/20536
Reviewed-By: Michaël Zasso <targos@protonmail....
In Refs, http.Server's maxHeadersCount field was defined in the
constructor to make hidden class...
test/common/README.md indicates that canCreateSymlink() always returns
true on non-Windows platf...
A bug was introduced together with the FixedQueue implementation for
process.nextTick which mean...
This commit removes the var sharedCreds which is just reassigned to
this._sharedCreds in the fol...
Rename test-fs-chdir-errormessage.js to
test-process.chdir-errormessage.js. The test is for proc...
Right now we strictly test for `DEP00XX`. We are already above that
number of deprecations and i...
Re-arrange and cleanup the flow of the onhandshakestart to be
more clear and less repetitive. Ex...
PR-URL: https://github.com/nodejs/node/pull/20504
Refs: https://github.com/nodejs/TSC/issues/389...
Replace assert.throws() with an explicit try/catch in order to catch
the thrown value and be abl...
Make the text slightly more concise. Fix awkward verb tense.
PR-URL: https://github.com/nodejs/...
adf5b80b200aa0441112e7306f5d33a2ad7eb6fa authored over 6 years ago by Rich Trott <[email protected]>
This commit adds a section mentioning that for C-like structs it is
alright to use snake_case.
...
018b5ad800cc28a298d68dab33649adc1e8656e8 authored over 6 years ago by Daniel Bevenius <[email protected]>
The next-tick-exec benchmarks were meant to track nextTick execution
time but due to an error, t...
Add parameters for the callback for the Http2Session:stream event
inline with the pattern in the...
this === eventEmitter or this === instance of EventEmitter,
but it's this is not EventEmitter.
...
e995ae59925f1d79a4ee6415dc41a4ef7a475cc1 authored over 6 years ago by daGo <[email protected]>
The current url.format implementation will return an invalid URL string
without the host if ther...
This was a clear error.
chown should do chown, not chmod.
PR-URL: https://github.com/nodejs/no...
eb483dbac57516f2920215682d81a8319ca25a8a authored over 6 years ago by Сковорода Никита Андреевич <[email protected]>
That code expects the last argument to be a callback.
When it's not a callback, it shifts argume...
This commit replaces two ad hoc symlink permission tests with
common.canCreateSymLink().
PR-URL...
b2d3db433dd5cb729ff81272fe9ccc4bd3a441a2 authored over 6 years ago by cjihrig <[email protected]>
tunniclm indicated that it would be a good idea to move them to
Collaborator Emeritus for now. T...
Add the trace category for file system synchronous methods to
documentation so the users can ena...
The performance jit logger is not implemented on mips.
PR-URL: https://github.com/nodejs/node/p...
578e0546e0a42ddbd90f9039d4b8096966370e9d authored over 6 years ago by Ruben Bridgewater <[email protected]>
NodeCounterProvider is declared as extern but defined as EXTERN_C.
This confuses clang-cl.
PR-U...
54f30658a3ec2d25c5cffd03fe9112b906fc63dd authored over 6 years ago by Yang Guo <[email protected]>
This makes `console.table()` inspect objects with color if available
like `console.log()`.
PR-U...
a7758c76c0d80dbba1886f9862df20105f783917 authored over 6 years ago by TSUYUSATO Kitsune <[email protected]>Fix awkward verb tense.
PR-URL: https://github.com/nodejs/node/pull/20519
Reviewed-By: Vse Mozh...
"periodically" implies regular time intervals between emitted events,
but as first example, "pee...
PR-URL: https://github.com/nodejs/node/pull/20586
Reviewed-By: Colin Ihrig <[email protected]>
R...
Some of the mentioned files seem to be moved or renamed.
PR-URL: https://github.com/nodejs/node...
8148fca730bf9326301bbdeb8dfa637e65160958 authored over 6 years ago by Vse Mozhet Byt <[email protected]>Make the deprecation message a bit clear and concise.
PR-URL: https://github.com/nodejs/node/pu...
67e44bf58802f87668dc2191217e3e4e4c9c1efd authored over 6 years ago by Rich Trott <[email protected]>
* "un-deprecation" ಠ_ಠ -> "revoking deprecations"
* "From time-to-time" -> "Occastionally"
* "se...
* v10.0.0 -> Node.js 10.0.0
* Parenthetical with URL rather than "PR" as a lot of people may not...
Use "Node.js 6.0.0" instead of "Node.js v6.0.0". (We decided to drop "v"
before version numbers ...
Change `backwards compatibility` to `backward compatibility`.
(It's confusing because "backward...
73f5ea9bd95d688ebdce729741ec30646c6c413a authored over 6 years ago by Rich Trott <[email protected]>Make deprecation text more concise and direct.
PR-URL: https://github.com/nodejs/node/pull/2051...
faa81937a500deb656748cabb6dc3eb58688b4cb authored over 6 years ago by Rich Trott <[email protected]>
Fix a typographical error in deprecation text. Convert run-on sentence
to two sentences (one in ...
Make deprecation text slightly more concise and direct.
PR-URL: https://github.com/nodejs/node/...
74c74db35eaa2dd2f5c22880ae007f19ad6e48bd authored over 6 years ago by Rich Trott <[email protected]>LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z ./doc/node.1 > /de...
79e1260cd8422b3de31abab05bb8261bc8d779e5 authored over 6 years ago by Jérémy Lal <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/20502
Refs: https://github.com/nodejs/node/issues/20...
Added test for fs/promises filehandle stat.
PR-URL: https://github.com/nodejs/node/pull/20492
R...
Add a custom eslint rule to check for `common.skipIfEslintMissing()` to
allow tests to run from ...
PR-URL: https://github.com/nodejs/node/pull/20599
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...