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/18348
Refs: https://github.com/nodejs/node/issues/18...
Move tmpdir functionality to its own module (common/tmpdir).
PR-URL: https://github.com/nodejs/...
bf6ce47259ebfe9f6349c223cc1735726aee062d authored about 7 years agoRuntime deprecate the crypto.DEFAULT_ENCODING property.
This is specifically in preparation for...
6035beea93e16f6d923201a33a541f6d724f00d6 authored about 7 years ago
Also, alphabetize all types in type-parser.js
and fix some nits in type formats.
PR-URL: https:...
fd3a0cfb7c467c8016ad739a473be864425e645d authored about 7 years agoNotable changes:
* cluster
- add cwd to cluster.settings (cjihrig) [#18399](https://github.co...
currently if you want to use dynamic import you must use both the
`--experimental-modules` and t...
PR-URL: https://github.com/nodejs/node/pull/18087
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/18414
Reviewed-By: Gireesh Punathil <[email protected]...
Welcome Gibson to the TSC!
PR-URL: https://github.com/nodejs/node/pull/18481
Reviewed-By: Colin...
PR-URL: https://github.com/nodejs/node/pull/18468
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...
Install URL and URLSearchParams on the global object, like they can be
found in browser environm...
PR-URL: https://github.com/nodejs/node/pull/18460
Fixes: https://github.com/nodejs/node/issues/1...
Use common.busyLoop() which happens to make the test robust.
PR-URL: https://github.com/nodejs/...
a025723e0191e3526bf1e83b066c2f1c78730134 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/17560
Reviewed-By: Michaël Zasso <targos@protonmail....
Flattens ContextifyContext allows the context interface to be used in
other parts of the code ba...
Adds vm.Module, which wraps around ModuleWrap to provide an interface
for developers to work wit...
Some whitespace was lost when #17489 landed. While I restored the one
file causing the V8-CI to ...
It makes more sense to provide instructions on how to update the PR
branch before instructions o...
This adds a mention of `--pending-deprecation` flag effect
in the Deprecated APIs document, and ...
This is described as being a doc-only deprecation subset.
Refs: https://github.com/nodejs/node/...
c276851b2f0074a7402115d5336737f84726fa9c authored about 7 years ago
Fixes: https://github.com/nodejs/node/issues/18434
Reviewed-By: Ben Noordhuis <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/18376
Reviewed-By: Ben Noordhuis <[email protected]...
Calling `writable.end()` will probably synchronously call
`writable.write()`, in such a situatio...
PR-URL: https://github.com/nodejs/node/pull/18264
Reviewed-By: Weijia Wang <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/18282
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/18445
Reviewed-By: Colin Ihrig <[email protected]>
R...
- remove TODOs: the one about defaults has been
addressed, and the one about testing is a work
i...
PR-URL: https://github.com/nodejs/node/pull/18432
Reviewed-By: Anatoli Papirovski <apapirovski@m...
Currently, both process.binding and internalBinding have to call into
C++ regardless of whether ...
PR-URL: https://github.com/nodejs/node/pull/18291
Reviewed-By: Ben Noordhuis <[email protected]...
Move the majority of C++ domain-related code into JS land by introducing
a top level domain call...
PR-URL: https://github.com/nodejs/node/pull/18291
Reviewed-By: Ben Noordhuis <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/18291
Reviewed-By: Ben Noordhuis <[email protected]...
The (h|readableH|writableH)ighWaterMark options should only permit
positive numbers and zero.
P...
46e0a55b8492d15acf8cf4fcbcd3c8671e2e30f8 authored about 7 years ago
This commit allows cluster workers to be created with
configurable working directories.
Fixes: ...
e0864e50ecf917cbfa98d443e6f122425d6447cf authored about 7 years ago
Fixes a regression introduced by the once-per-microtick 'readable'
event emission.
See: https:/...
0778f79cb37526c3f4f8bff525fc4d4ca9b86e78 authored about 7 years ago
Removes a few lines of C++ code while making `isIPv4()` about 3x faster.
`isIPv6()` and `isIP()`...
PR-URL: https://github.com/nodejs/node/pull/18398
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/18380
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/18359
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/18359
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/18359
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/18359
Reviewed-By: James M Snell <[email protected]>...
- Allow user to customize why the argument is invalid
- Display the argument with util.inspect s...
PR-URL: https://github.com/nodejs/node/pull/18373
Reviewed-By: Joyee Cheung <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/18374
Reviewed-By: Richard Lau <[email protected]>
R...
Make the listOnTimeout function inline by attaching it to the TimeWrap
prototype.
It improves in...
PR-URL: https://github.com/nodejs/node/pull/18407
Reviewed-By: Joyee Cheung <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/18385
Reviewed-By: Joyee Cheung <[email protected]...
Do not check/use unexistent property, use `OutgoingMessage` instead.
PR-URL: https://github.com...
f29c2cbec59c5e08a25689b81093107604f8f9ef authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/18404
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
Hidden via a symbol because I'm unsure exactly what the API should look
like in the end.
Remove...
bb5575aa75fd3071724d5eccde39a3041e1af57a authored about 7 years agoJust cleanup so the file makes more future sense.
PR-URL: https://github.com/nodejs/node/pull/1...
54fe0a6cbb7b36b8169e7c8dd21dcaeec3da0035 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/18330
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/18330
Reviewed-By: James M Snell <[email protected]>...
The `$(RM) {foo,bar,baz}` rules don't seem to work with GNU make 4.1.
Write them out in full and...
Long ago, V8 was much faster switching on string lengths than values.
That is no longer the case...
* provide block scoping to prevent unintended side effects
* remove confusing and unnecessary as...
The test runs two test cases at a time. This is not relevant to what the
test is actually testin...
lchown and lchownSync were opening file descriptors without
closing them. Looks like it has been...
V8's behavior changed in c3bd741efd. Top-level variables
in a module are no longer context-alloc...
Before these changes, only V8 added postmortem metadata to Node's
binary, limiting the possibili...
PR-URL: https://github.com/nodejs/node/pull/18378
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/18369
Fixes: https://github.com/nodejs/code-and-lear...
Update performance_state to use AliasedBuffer and update usage sites.
PR-URL: https://github.co...
be2cbccf003d110cad00317090072788021efa56 authored about 7 years ago
4c4af64 accidentally dropped the significant whitespace from this test
when it was landed. Add t...
Original commit message:
[tracing] implement TRACE_EVENT_ADD_WITH_TIMESTAMP
Bug:
C...
Original commit message:
[tracing] allow embedders to provide own tracing timestamps
M...
a1c5dddbb2a2d6373adf31ab6fe0dfab40b871fb authored about 7 years agoOriginal commit message:
[api,modules] Allow GetModuleNamespace on unevaluated modules.
...
990959d2f6bbcb42a437381bb2f435ec5d8067e6 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/17489
Reviewed-By: Colin Ihrig <[email protected]>
R...
This commit updates the following postmortem metadata constants:
- v8dbg_class_Map__inobject_pr...
4e515121488db4e2ea3c918f784f636cc51c06a0 authored about 7 years ago
This commit renames V8DBG_CLASS_MAP__INSTANCE_ATTRIBUTES__INT
to V8DBG_CLASS_MAP__INSTANCE_TYPE_...
Stop using the copy of clang that is bundled with Google's build tools
and start using the compi...
The option was removed in [1] to use compiler option instead.
[1]: https://github.com/v8/v8/com...
e9bcb39ef2af08e16b090842bc1ef26d0303b0b2 authored about 7 years agoIt is necessary to enable more C++ features in order to build V8 6.4.
PR-URL: https://github.co...
4a16a5d98833561cc3aec261e012a80ec43e588f authored about 7 years ago
Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NOD...
PR-URL: https://github.com/nodejs/node/pull/17489
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/17489
Reviewed-By: Colin Ihrig <[email protected]>
R...
This reverts commit 920c13203df434278eb7c34a485e89734a5fa62a.
Reverted along with d9b59def7 as ...
fa9f31a4fda5a3782c652e56e394465805ebb50f authored about 7 years agoThis reverts commit c6682636be4955e2181c00e7d4868fbf6682a5c5.
Reverted along with d9b59def7 as ...
90f882e50d4040c44b33ec33e2e1c15302da1276 authored about 7 years agoThis reverts commit d9b59def72c718aaad3eefb6bf43f409ccefe4d2.
Breaks downloadable source tarbal...
57bd27eda8ae0f540c14c8480128bca42b387314 authored about 7 years agoThis reverts commit 2cb9e2a6f7c570fe317d560de840046595c3f2ec.
Reverted along with d9b59def7 as ...
d5d024d6ec4241bfb6449c314ee620cf6953ab25 authored about 7 years ago
Improve documentation of callback signature of
http2Stream.pushStream() function to align with
t...
Update documentation of modules.md for require.resolve.paths()
to include the possibillity of nu...
This fixes a bug in the CPU profiler where some ticks were attributed
to the wrong file.
Origin...
00687fb5044d9ab3361e445b7bf8949bf99994e2 authored about 7 years ago
Override the V8 TracingController to provide uv_hrtime based
timestamps. This allows tracing tim...
Original commit message:
[tracing] implement TRACE_EVENT_ADD_WITH_TIMESTAMP
Bug:
C...
Original commit message:
[tracing] allow embedders to provide own tracing timestamps
M...
7d7a549219baeecadbbd6e2b9b29b57fd80897f7 authored about 7 years ago
The `n` argument of `BufferList.prototype.concat()` is not the number
of `Buffer` instances in t...
To avoid a function call `BufferList.prototype.concat()` is not called
when there is only a buff...
This makes `assert.ifError` stricter by only accepting `null` and
`undefined` from now on. Befor...
Destructure the necessary Error classes from internal/errors.
This improves the readability of t...
It is hard to know where ifError is actually triggered due to the
original error being thrown.
T...
The offset was formerly coerced to a integer and this reimplements
that.
PR-URL: https://github...
7a23fc076045e767b922343c226d8492cc98cb93 authored about 7 years ago
Right now it is very difficult to determine if a terminal supports
colors or not. This function ...
PR-URL: https://github.com/nodejs/node/pull/17615
Reviewed-By: James M Snell <[email protected]>...
Instead of having three times the same RegExp, just use a helper.
PR-URL: https://github.com/no...
19bff313be3fc2a6f4f91fcfc7369c74ace33984 authored about 7 years ago
From now on all error messages produced by `assert` in strict mode
will produce a error diff.
P...
2d9e87695e16d80ecffc8eab50e9fe1dfa7005f5 authored about 7 years ago
PR-URL: https://github.com/nodejs/node/pull/18343
Reviewed-By: Gireesh Punathil <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/18331
Reviewed-By: James M Snell <[email protected]>...