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

http2: fix compilation error after V8 update

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

7152790c853f8daccea046701e0f0bebca938f4a authored over 7 years ago
http2: add some doc detail for invalid header chars

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

45b7fc2039035f103262eec15b5b9cda01b1f695 authored over 7 years ago
http2: fix documentation errors

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

383a1696c098c907fd4507056b7eef15cadf4902 authored over 7 years ago
http2: minor cleanup

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

e11858f78c9bba34e454bb06d7496ec8d432ccb9 authored over 7 years ago
http2: use static allocated arrays

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

545797b9e4ed12c47d5de0cac383df695f32477e authored over 7 years ago
http2: get trailers working with the compat api

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

c1d81a71b2d03b95412d246d39ad16c893b2f4ef authored over 7 years ago
http2: refactor trailers API

Rather than using the `'fetchTrailers'` event to collect trailers,
a new `getTrailers` callback ...

b484ea1fabdbcf965d471dc8ef3dc64564e798e4 authored over 7 years ago
http2: address initial pr feedback

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

59e509808aeb85e33a16756764f2b496d5b8fcdd authored over 7 years ago
http2: make writeHead behave like HTTP/1.

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

78cd5fedd560eef8a17d0a63d32515ef2349f671 authored over 7 years ago
http2: doc and fixes to the Compatibility API

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

a4017736d213a580a8bdd1ac3184e74d29b87d67 authored over 7 years ago
http2: add range support for respondWith{File|FD}

* respondWithFD now supports optional statCheck
* respondWithFD and respondWithFile both support...

d6a774b1bd2c7ccbd783b06a95f6eeeb8dca210c authored over 7 years ago
http2: fix socketOnTimeout and a segfault

Fixes: https://github.com/nodejs/http2/issues/179

Was fixing issue #179 and encountered a segau...

953458f645697fee420a2bb5e24038f3a7bc44df authored over 7 years ago
http2: refinement and test for socketError

Fixes: https://github.com/nodejs/http2/issues/184

Refines the `'socketError'` event a bit and a...

6911fe337ca0e7bb5695f519fb15669d010042dc authored over 7 years ago
http2: fix abort when client.destroy inside end event

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

01a46f3981463cee26876495fbb4284f0057269b authored over 7 years ago
test: fix flaky test-http2-client-unescaped-path on osx

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

033c3b0a4da75bffc9bfc9c456033aa684757179 authored over 7 years ago
test: fix flakiness in test-http2-client-upload

Race condition in the closing of the stream causing failure on
some platforms.

PR-URL: https://...

09b0b1bd484c3bcdfa932c8712680f0bfbc2db02 authored over 7 years ago
doc: include http2.md in all.md

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

df0334669e45f5f2abc031963b2fa82e9c8350a4 authored over 7 years ago
http2: fix documentation nits

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

f070d784d61f59fc6f97e400ad2f9697acdf32ee authored over 7 years ago
http2: remove redundant return in test

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

6dea193acaa3c548fa2dedf57a4e32c8401a02c2 authored over 7 years ago
http2: add tests and benchmarks

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

b1e055696fbcd4b8829630d0be787cfc74fe913b authored over 7 years ago
http2: introducing HTTP/2

At long last: The initial *experimental* implementation of HTTP/2.

This is an accumulation of t...

e71e71b5138c3dfee080f4215dd957dc7a6cbdaf authored over 7 years ago
deps: add nghttp2 dependency

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

71a1876f6c3f2a7131c7019d63fea5c8fa740276 authored over 7 years ago
tls: add tlsSocket.disableRenegotiation()

Allows TLS renegotiation to be disabled per `TLSSocket` instance.
Per HTTP/2, TLS renegotiation ...

b1909d3a70f9e2ab3d1871848814edbe6130a00e authored over 7 years ago
http: move utcDate to internal/http.js

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <[email protected]...

9ea363ee99165011ddcb5d9c8d16b3a22f140bc9 authored over 7 years ago
doc: add entry for subprocess.killed property

PR-URL: https://github.com/nodejs/node/pull/14578
Reviewed-By: Colin Ihrig <[email protected]>
R...

1abfbbb1c479c550760b5f428eee5dbcc18243b3 authored over 7 years ago
doc: change `child` to `subprocess`

PR-URL: https://github.com/nodejs/node/pull/14578
Reviewed-By: Colin Ihrig <[email protected]>
R...

dd75005a9e98bbe6615655f5539b8f702a6da737 authored over 7 years ago
test: read proper inspector message size

Fix a bug when messages bigger than 64kb where incorrectly parsed by
the inspector-helper.

PR-U...

2dc09f656b898021b371d8c11c3883f562e09e30 authored over 7 years ago
util: implement %o and %O as formatting specifiers

Implementing the %o and %O formatting specifiers for util.format.
Based on discussion in issue, ...

211df3fe8cbf4e6e18d1f7705d85c285b35979be authored over 7 years ago
test: support odd value for kStringMaxLength

V8 6.2 will support a larger maximum string length on 64-bit platforms.
Update the test to take ...

753b68f9d8177d6af6da536b91d7660182c45406 authored over 7 years ago
test: improve multiple zlib tests

PR-URL: https://github.com/nodejs/node/pull/14455
Reviewed-By: Anna Henningsen <[email protected]>

4e8bc7181c1f2491e187477798d433a4488f43d4 authored over 7 years ago
test: improve multiple vm tests

PR-URL: https://github.com/nodejs/node/pull/14458
Reviewed-By: Anna Henningsen <[email protected]...

4b23b429818d3fef1714cbdea4c6a1fd06410a5f authored over 7 years ago
doc: erase unneeded eslint-plugin-markdown comment

eslint-plugin-markdown comments affect only a code block below them,
so there is no need to canc...

d41423fe72a86d84998a1b2cb915b0888369aaa7 authored over 7 years ago
tools: simplify no-unescaped-regexp-dot rule

no-unescaped-regexp-dot ESLint custom rule contains feature detection
that is not needed on mast...

a92a5c17eb4439ecdb06e2a373ab1fe756a045cc authored over 7 years ago
console,test: make message test more accurate

Make a message test more accurate in what it’s testing for.
This requires not swallowing stack o...

fb3d0e25cb38ec18f0318ccf1fcb97aa97baba61 authored over 7 years ago
dgram: add custom lookup function in sockets

This commit adds support for custom DNS lookup functions in
dgram sockets. This is similar to th...

5a050550d377c53a9249f218888ea2e92a4d48dc authored over 7 years ago
doc: fix typo in writing-and-running-benchmarks.md

PR-URL: https://github.com/nodejs/node/pull/14600
Reviewed-By: Evan Lucas <[email protected]>
Rev...

46c3dd701a65702f7e8fc97cad2faae17d4ff24f authored over 7 years ago
repl: deprecate REPLServer.parseREPLKeyword

This method does not need to be visible to user code. It has been
undocumented since it was intr...

766506a2e947b297926e046051841eae78705b92 authored over 7 years ago
tools: replace assert-throw-arguments custom lint

The functionality of ESLint custom rule assert-throws-arguments can be
replaced with no-restrict...

e506bcd899b3530ec69bdc00d5bac469b5753081 authored over 7 years ago
test: refactor test-domain-abort-on-uncaught

* use common.mustCall() instead of exit handler
* use execSync instead of exec so test is reliab...

548cc72f6604b5bcf93dfcb9033b0c7c3fba1cdf authored over 7 years ago
console: add console.count() and console.clear()

Both are simple utility functions defined by the WHATWG
console spec (https://console.spec.whatw...

cc43c8fb54c872fbce2a795d089aa111eccdfb89 authored over 7 years ago
src: return MaybeLocal in AsyncWrap::MakeCallback

PR-URL: https://github.com/nodejs/node/pull/14549
Reviewed-By: Ben Noordhuis <[email protected]...

98bae2930453d40dadf3f36f5ad89eb73b23ef3a authored over 7 years ago
crypto: change segmentation faults to CHECKs

PR-URL: https://github.com/nodejs/node/pull/14548
Fixes: https://github.com/nodejs/node/issues/1...

1c362436b750c714f8d83f4d47fe7e25d252c96b authored over 7 years ago
doc,net: assign deprecation code

Missed while landing 75a19fb379c2d936c6945e63de7c4a28e93eb17d.

Ref: https://github.com/nodejs/n...

8a8a6865c092637515b286cd9575ea592b5f501e authored over 7 years ago
repl: make REPLServer.bufferedCommand private

The `REPLServer.bufferedCommand` property was undocumented, except
for its usage appearing, unex...

2ca9f94e3323177b06b910aa1ac3ba439bb66561 authored over 7 years ago
deps: backport c0f1ff2 from upstream V8

Original commit message:

Fix GCC 7 build errors

BUG=chromium:691681
R=franzih@chro...

5651a6f65b4d08abe61fcd61d1f349b7ca76712e authored over 7 years ago
deps: fix addons compilation with VS2013

VS2013 does not support defaulting move constructor and assignment
operator. This adds explicit ...

ed30842440267d8b8c66cd5a315344dc9de855ee authored over 7 years ago
deps: backport rehash strings after deserialization

Original commit messages:
https://github.com/v8/v8/commit/a2ab1353f6708b44d305fdd9fe65a6d29b95c6...

98ddab411523f83eca9b5311529f8288379e550f authored over 7 years ago
v8: fix stack overflow in recursive method

HGlobalValueNumberingPhase::CollectSideEffectsOnPathsToDominatedBlock()
used to self-recurse bef...

28aa7d0066362faa165fd16bb33dd7ffa24aa76b authored over 7 years ago
src: fix new V8 compiler warnings

PR-URL: https://github.com/nodejs/node/pull/14004
Reviewed-By: Anna Henningsen <[email protected]...

a3c5ccd78ce2dbf6104f6145afd430654f125961 authored over 7 years ago
deps: update V8 to 6.0.286.52

PR-URL: https://github.com/nodejs/node/pull/14004
Reviewed-By: Anna Henningsen <[email protected]...

0a66b223e149a841669bfad5598e4254589730cb authored over 7 years ago
src: update NODE_MODULE_VERSION to 57

Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NOD...

db476fc8b565078bd8224db55d34a713c6054c4a authored over 7 years ago
deps: limit regress/regress-crbug-514081 v8 test

regress/regress-crbug-514081 allocates a 2G block of memory
and if there are multiple variants ...

ebd13c333c2e612756539fd8c264ae3799cd1b97 authored over 7 years ago
build: fix build without icu

When building without ICU (`vcbuild.bat intl-none`) the unicode/ucnv.h
header is not available, ...

1782b3836ba58ef0da6b687f2bb970c0bd8199ad authored over 7 years ago
dns: name generated functions

PR-URL: https://github.com/nodejs/node/pull/14518
Reviewed-By: James M Snell <[email protected]>...

0f5dabe4ede908ec552ad3e4942bc27c298fcbb4 authored over 7 years ago
dns: add channel.cancel()

This can be used to implement custom timeouts.

Fixes: https://github.com/nodejs/node/issues/723...

732658e4cf0ab676040cdbad92f39b93fbacaa80 authored over 7 years ago
dns: enable usage of independent cares resolvers

Ref: https://github.com/nodejs/node/issues/7231
PR-URL: https://github.com/nodejs/node/pull/1451...

6e05970494de273a934448a85c48006a2c0610b6 authored over 7 years ago
src,dns: refactor cares_wrap to avoid global state

PR-URL: https://github.com/nodejs/node/pull/14518
Reviewed-By: James M Snell <[email protected]>...

727b2911eca9f00cb7fa6a5f4ee8a73c7e9c94f0 authored over 7 years ago
build,win: fix python detection script

Handle spaces in the path to python.exe, in case it is installed
under some directory like "C:\P...

cee8d6d65e650baafb19986513c1971a5a556cb2 authored over 7 years ago
test: refactor test-vm-new-script-new-context

* block scope test cases
* clean up global leaks in individual test cases
* enable global variab...

ff1a51920ecd65328c1e7065e1d1d4313379195f authored over 7 years ago
test: refactor test/sequential/test-fs-watch.js

* add block scoping
* rename block-scoped identifiers (e.g., filenameTwo -> filename)
* use comm...

8c2cac650ad7051004fe1f283d3a007747480f60 authored over 7 years ago
test: add check on an addon that does not register

This commit calls require on a shared library that is not declared
as a node module, and therefo...

13d6eae5f360c565694107a6e26176dfae4e19fa authored over 7 years ago
http_client, errors: migrate to internal/errors

PR-URL: https://github.com/nodejs/node/pull/14423
Refs: https://github.com/nodejs/node/issues/11...

bdfbce924159ece4b32ee7f774a263987e719972 authored over 7 years ago
test: clean up some assert deepEqual tests

PR-URL: https://github.com/nodejs/node/pull/14491
Fixes: https://github.com/nodejs/node/issues/1...

8db39971b768118ce2c0c34d88788daea14f52c9 authored over 7 years ago
assert: fix deepEqual inconsistencies

PR-URL: https://github.com/nodejs/node/pull/14491
Fixes: https://github.com/nodejs/node/issues/1...

a8149c47993d8675d5085fc6617dd7f1a47a9ce1 authored over 7 years ago
2017-08-01, Version 6.11.2 'Boron' (LTS)

This LTS release comes with 221 commits. This includes 80 which are
test related, 52 which are d...

8a538973257f07a78e0aed08f46df9681be7af63 authored over 7 years ago
url: update sort() behavior with no params

PR-URL: https://github.com/nodejs/node/pull/14185
Refs: https://github.com/whatwg/url/pull/336
R...

57630adf90a347b47315614a63b750d4838911ae authored over 7 years ago
doc, url: add changelog metadata for url.format

PR-URL: https://github.com/nodejs/node/pull/14543
Fixes: https://github.com/nodejs/node/issues/1...

6e79076feeb04a18253c0dc623307523819142d3 authored over 7 years ago
benchmark: remove unused parameters

Functions completeConfig, completeRun, and
updateProgress had unused parameters. These
were remo...

859ccd78b56dda4a3952e35a0a414db44fe126cf authored over 7 years ago
readline: remove max limit of crlfDelay

PR-URL: https://github.com/nodejs/node/pull/13497
Reviewed-By: Prince John Wesley <princejohnwes...

b8e0a5ea23e536fe24e94f1d460aaeadb8839e76 authored over 7 years ago
zlib: fix interaction of flushing and needDrain

Fixes: https://github.com/nodejs/node/issues/14523
PR-URL: https://github.com/nodejs/node/pull/1...

717a138b4a8d5b7e21349754ac14a1974840c991 authored over 7 years ago
doc: document napi_finalize() signature

Refs: https://github.com/nodejs/node/issues/14138
PR-URL: https://github.com/nodejs/node/pull/14...

6968eadc3fc22f21b85501f2c4232d7341695e3d authored over 7 years ago
linkedlist: correct grammar in comments

PR-URL: https://github.com/nodejs/node/pull/14546
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...

ae4fde8bc883686def5badfb324236320669e8f4 authored over 7 years ago
tools: remove legacy indentation linting

All linting now uses the current ESLint 4.3.0 indentation linting.
Remove legacy indentation rul...

e9b67f7e5deb60bef05036be9eaaa5b919364d63 authored over 7 years ago
path: fix win32 volume-relative paths

`path.resolve()` and `path.join()` are left alone in this commit due to
the lack of clear semant...

2791761edaf7c3cca41db9c2428bf26d14d8fd01 authored over 7 years ago
src: replace deprecated ForceSet() method

ForceSet() is marked to be deprecated. Replacing
it with DefineOwnProperty().

PR-URL: https://g...

85add2bf99b754004e26919518846662931ff3a1 authored over 7 years ago
doc: various small revisions in url

PR-URL: https://github.com/nodejs/node/pull/14478
Reviewed-By: James M Snell <[email protected]>...

f0be75def1cc3792c91a3f0450754aa69f9da64b authored over 7 years ago
doc: update url.origin IDNA behavior

Fixes: 413691fde0 "url: expose WHATWG url.origin as ASCII"
PR-URL: https://github.com/nodejs/nod...

d074b2f427165024984c81fb12166696362b0b86 authored over 7 years ago
doc: fix minor typos in net.md

About writable, not 'reads' but 'writes' is correct.
And also, add parentheses because server.ge...

e95acebf3af15c8ac51ff8a38e915cf4efb87036 authored over 7 years ago
test: fix error when foo in path to git clone

I fixed an error that occured in the test case of the file
test/parallel/test-assert-fail.js whe...

1424e9e0fee8953da66feea6956f133176010f29 authored over 7 years ago
buffer: remove a wrongly added attribute specifier

It doesn't seem to make much sense to have the mentioned typedef
declaration equipped with NODE_...

5796e44827ffcbeaf4a4170a286d6f64a382d58a authored over 7 years ago
net: fix bytesWritten during writev

When a writev is caused on a socket (sometimes through corking and
uncorking), previously net wo...

85a5e5a1f29246f7386f43ea280f2fe0e6ad053a authored over 7 years ago
test: add DISABLED_ prefix to commented out test

Commit 95ab966a742d23d7271c7b4c36fb84aa2bbece59 ("test: disable
MultipleEnvironmentsPerIsolate")...

75bf8a9db9e6005c6b5a5beb086a9def6e1c1b76 authored over 7 years ago
repl: do not consider `...` as a REPL command

This fix makes ... in REPL to be considered as a javascript construct
rather than a REPL keyword...

46d3ff2af98e67bbf583fcee1fd2551d8727a181 authored over 7 years ago
test: remove disabled tests directory

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
test: improve error logging for inspector test

If JSON.parse() fails, print a message showing the JSON that failed to
parse. This is to help wi...

bfb4f4224d9f8f87944d611dd569d1d3579f5523 authored over 7 years ago
test: remove --no-crankshaft

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
deps: backport rehash strings after deserialization

Original commit messages:
https://github.com/v8/v8/commit/a2ab1353f6708b44d305fdd9fe65a6d29b95c6...

8dce05fa71be65b0299fc546e92ef4862158057d authored over 7 years ago
doc: cross-link util.TextDecoder and intl.md

Also, note about builds without ICU
and ASCII-sort some bottom references.

PR-URL: https://gith...

9623ce572a02632b7596452e079bba066db3a429 authored over 7 years ago
test: refactor test-httpparser.response.js

* replace CRLF constant with '\r\n' literal
* fix typo in HTTP header name

PR-URL: https://gith...

672e020f5f775140791979a943c16b29fb76c773 authored over 7 years ago
async_hooks: remove deprecated APIs

These APIs were introduced during the lifetime of Node 8 in an
experimental API and should safel...

d731369b1d0822d5a766612a8a6ef3416aa9d580 authored over 7 years ago
doc: fix verify in crypto.md

PR-URL: https://github.com/nodejs/node/pull/14469
Reviewed-By: Refael Ackermann <[email protected]...

2e7ccc252e6c76835e892d135a29c45eb91ab5a4 authored over 7 years ago
test: refactor test-benchmark-timers

* add `type` option to reduce combinations of benchmarks run (saves
about 15% on run duration ...

d3e07e3667670a80cc9597e62ae7280f4d5a47ce authored over 7 years ago
test: adjust indentation for stricter linting

ESLint 4.x has stricter linting than previous versions. We are currently
using the legacy indent...

aa6fac68da9b1d42123f0d56f60f39dc43d85d84 authored over 7 years ago
test: refactor test-http-parser.js

* eliminate CRLF identifier, reducing string concatenation
* adjust indentation for stricter ESL...

4f0b10733483fbb62776b7973200e5fbb56349a9 authored over 7 years ago
tls: fix empty issuer/subject/infoAccess parsing

Also issuerCertificate but that did not fit on the status line.

Fixes: https://github.com/nodej...

06a684aab4422ca0cc455956d78eb76fee9ee076 authored over 7 years ago
src: replace ASSERT with CHECK

Builds always have asserts enabled so there is no point distinguishing
between debug-only checks...

1b7372f2fb55f704b885e1097e2ec0381068c855 authored over 7 years ago
test: rename crypto test

Filenames of crypto tests should start with 'test-crypto-' and now it
does.

PR-URL: https://git...

714e5cbedf013ea6fa5f7d99b8783a4abc1b9f1c authored over 7 years ago
test: make flaky crypto test more deterministic

Fixes: https://github.com/nodejs/node/issues/14424
PR-URL: https://github.com/nodejs/node/pull/1...

1fa67c7fc2ef9fc226545f5de22c51964dbc27e1 authored over 7 years ago
build,test: run v8 tests on windows

`vcbuild.bat test-v8` : Runs unit test from v8 repo
`vcbuild.bat test-v8-intl` : Runs intl test ...

09dd6bbec6dbb9cc4e5ee615e249dcb749c8e777 authored over 7 years ago
n-api: add support for DataView

Basic support for Dataview is added in this commit. This is achieved
by using three functions, n...

77ca3cb47480543cb496e3012ab0c3b219dc57a3 authored over 7 years ago