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/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
Rather than using the `'fetchTrailers'` event to collect trailers,
a new `getTrailers` callback ...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
* respondWithFD now supports optional statCheck
* respondWithFD and respondWithFile both support...
Fixes: https://github.com/nodejs/http2/issues/179
Was fixing issue #179 and encountered a segau...
953458f645697fee420a2bb5e24038f3a7bc44df authored over 7 years agoFixes: https://github.com/nodejs/http2/issues/184
Refines the `'socketError'` event a bit and a...
6911fe337ca0e7bb5695f519fb15669d010042dc authored over 7 years ago
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
Race condition in the closing of the stream causing failure on
some platforms.
PR-URL: https://...
09b0b1bd484c3bcdfa932c8712680f0bfbc2db02 authored over 7 years ago
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
At long last: The initial *experimental* implementation of HTTP/2.
This is an accumulation of t...
e71e71b5138c3dfee080f4215dd957dc7a6cbdaf authored over 7 years ago
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
Allows TLS renegotiation to be disabled per `TLSSocket` instance.
Per HTTP/2, TLS renegotiation ...
PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14578
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/14578
Reviewed-By: Colin Ihrig <[email protected]>
R...
Fix a bug when messages bigger than 64kb where incorrectly parsed by
the inspector-helper.
PR-U...
2dc09f656b898021b371d8c11c3883f562e09e30 authored over 7 years ago
Implementing the %o and %O formatting specifiers for util.format.
Based on discussion in issue, ...
V8 6.2 will support a larger maximum string length on 64-bit platforms.
Update the test to take ...
PR-URL: https://github.com/nodejs/node/pull/14455
Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/14458
Reviewed-By: Anna Henningsen <[email protected]...
eslint-plugin-markdown comments affect only a code block below them,
so there is no need to canc...
no-unescaped-regexp-dot ESLint custom rule contains feature detection
that is not needed on mast...
Make a message test more accurate in what it’s testing for.
This requires not swallowing stack o...
This commit adds support for custom DNS lookup functions in
dgram sockets. This is similar to th...
PR-URL: https://github.com/nodejs/node/pull/14600
Reviewed-By: Evan Lucas <[email protected]>
Rev...
This method does not need to be visible to user code. It has been
undocumented since it was intr...
The functionality of ESLint custom rule assert-throws-arguments can be
replaced with no-restrict...
* use common.mustCall() instead of exit handler
* use execSync instead of exec so test is reliab...
Both are simple utility functions defined by the WHATWG
console spec (https://console.spec.whatw...
PR-URL: https://github.com/nodejs/node/pull/14549
Reviewed-By: Ben Noordhuis <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14548
Fixes: https://github.com/nodejs/node/issues/1...
Missed while landing 75a19fb379c2d936c6945e63de7c4a28e93eb17d.
Ref: https://github.com/nodejs/n...
8a8a6865c092637515b286cd9575ea592b5f501e authored over 7 years ago
The `REPLServer.bufferedCommand` property was undocumented, except
for its usage appearing, unex...
Original commit message:
Fix GCC 7 build errors
BUG=chromium:691681
R=franzih@chro...
VS2013 does not support defaulting move constructor and assignment
operator. This adds explicit ...
Original commit messages:
https://github.com/v8/v8/commit/a2ab1353f6708b44d305fdd9fe65a6d29b95c6...
HGlobalValueNumberingPhase::CollectSideEffectsOnPathsToDominatedBlock()
used to self-recurse bef...
PR-URL: https://github.com/nodejs/node/pull/14004
Reviewed-By: Anna Henningsen <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/14004
Reviewed-By: Anna Henningsen <[email protected]...
Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NOD...
regress/regress-crbug-514081 allocates a 2G block of memory
and if there are multiple variants ...
When building without ICU (`vcbuild.bat intl-none`) the unicode/ucnv.h
header is not available, ...
PR-URL: https://github.com/nodejs/node/pull/14518
Reviewed-By: James M Snell <[email protected]>...
This can be used to implement custom timeouts.
Fixes: https://github.com/nodejs/node/issues/723...
732658e4cf0ab676040cdbad92f39b93fbacaa80 authored over 7 years ago
Ref: https://github.com/nodejs/node/issues/7231
PR-URL: https://github.com/nodejs/node/pull/1451...
PR-URL: https://github.com/nodejs/node/pull/14518
Reviewed-By: James M Snell <[email protected]>...
Handle spaces in the path to python.exe, in case it is installed
under some directory like "C:\P...
* block scope test cases
* clean up global leaks in individual test cases
* enable global variab...
* add block scoping
* rename block-scoped identifiers (e.g., filenameTwo -> filename)
* use comm...
This commit calls require on a shared library that is not declared
as a node module, and therefo...
PR-URL: https://github.com/nodejs/node/pull/14423
Refs: https://github.com/nodejs/node/issues/11...
PR-URL: https://github.com/nodejs/node/pull/14491
Fixes: https://github.com/nodejs/node/issues/1...
PR-URL: https://github.com/nodejs/node/pull/14491
Fixes: https://github.com/nodejs/node/issues/1...
This LTS release comes with 221 commits. This includes 80 which are
test related, 52 which are d...
PR-URL: https://github.com/nodejs/node/pull/14185
Refs: https://github.com/whatwg/url/pull/336
R...
PR-URL: https://github.com/nodejs/node/pull/14543
Fixes: https://github.com/nodejs/node/issues/1...
Functions completeConfig, completeRun, and
updateProgress had unused parameters. These
were remo...
PR-URL: https://github.com/nodejs/node/pull/13497
Reviewed-By: Prince John Wesley <princejohnwes...
Fixes: https://github.com/nodejs/node/issues/14523
PR-URL: https://github.com/nodejs/node/pull/1...
Refs: https://github.com/nodejs/node/issues/14138
PR-URL: https://github.com/nodejs/node/pull/14...
PR-URL: https://github.com/nodejs/node/pull/14546
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...
All linting now uses the current ESLint 4.3.0 indentation linting.
Remove legacy indentation rul...
`path.resolve()` and `path.join()` are left alone in this commit due to
the lack of clear semant...
ForceSet() is marked to be deprecated. Replacing
it with DefineOwnProperty().
PR-URL: https://g...
85add2bf99b754004e26919518846662931ff3a1 authored over 7 years ago
PR-URL: https://github.com/nodejs/node/pull/14478
Reviewed-By: James M Snell <[email protected]>...
Fixes: 413691fde0 "url: expose WHATWG url.origin as ASCII"
PR-URL: https://github.com/nodejs/nod...
About writable, not 'reads' but 'writes' is correct.
And also, add parentheses because server.ge...
I fixed an error that occured in the test case of the file
test/parallel/test-assert-fail.js whe...
It doesn't seem to make much sense to have the mentioned typedef
declaration equipped with NODE_...
When a writev is caused on a socket (sometimes through corking and
uncorking), previously net wo...
Commit 95ab966a742d23d7271c7b4c36fb84aa2bbece59 ("test: disable
MultipleEnvironmentsPerIsolate")...
This fix makes ... in REPL to be considered as a javascript construct
rather than a REPL keyword...
There is only one test left in the disabled test directory and it does
not seem worth saving.
P...
0fab3b04ba84839f55b5e913cf0871a60b2f8a73 authored over 7 years ago
If JSON.parse() fails, print a message showing the JSON that failed to
parse. This is to help wi...
The option `--no-crankshaft` is no longer available as of V8 6.0
PR-URL: https://github.com/nod...
7128e3c117884ab8a611e0c63c0bbc9a547b51ba authored over 7 years ago
Original commit messages:
https://github.com/v8/v8/commit/a2ab1353f6708b44d305fdd9fe65a6d29b95c6...
Also, note about builds without ICU
and ASCII-sort some bottom references.
PR-URL: https://gith...
9623ce572a02632b7596452e079bba066db3a429 authored over 7 years ago
* replace CRLF constant with '\r\n' literal
* fix typo in HTTP header name
PR-URL: https://gith...
672e020f5f775140791979a943c16b29fb76c773 authored over 7 years ago
These APIs were introduced during the lifetime of Node 8 in an
experimental API and should safel...
PR-URL: https://github.com/nodejs/node/pull/14469
Reviewed-By: Refael Ackermann <[email protected]...
* add `type` option to reduce combinations of benchmarks run (saves
about 15% on run duration ...
ESLint 4.x has stricter linting than previous versions. We are currently
using the legacy indent...
* eliminate CRLF identifier, reducing string concatenation
* adjust indentation for stricter ESL...
Also issuerCertificate but that did not fit on the status line.
Fixes: https://github.com/nodej...
06a684aab4422ca0cc455956d78eb76fee9ee076 authored over 7 years ago
Builds always have asserts enabled so there is no point distinguishing
between debug-only checks...
Filenames of crypto tests should start with 'test-crypto-' and now it
does.
PR-URL: https://git...
714e5cbedf013ea6fa5f7d99b8783a4abc1b9f1c authored over 7 years ago
Fixes: https://github.com/nodejs/node/issues/14424
PR-URL: https://github.com/nodejs/node/pull/1...
`vcbuild.bat test-v8` : Runs unit test from v8 repo
`vcbuild.bat test-v8-intl` : Runs intl test ...
Basic support for Dataview is added in this commit. This is achieved
by using three functions, n...