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

src: give StreamBases the capability to ask for data

Add a `OnStreamWantsWrite()` event that allows streams to
ask for more input data if they want s...

f734b3eb04c0d355ef7ab893ed5869b867d35642 authored almost 7 years ago by Anna Henningsen <[email protected]>
test: remove unused deprecation code

Currently there are two tests that specify a third argument, a
deprecation code string, when cal...

3ad7c1ae9778fd9a61b4e99eeab4291827700d55 authored almost 7 years ago by Daniel Bevenius <[email protected]>
doc: improve best practices in onboarding-extras

PR-URL: https://github.com/nodejs/node/pull/19315
Reviewed-By: Daniel Bevenius <daniel.bevenius@...

536190f1747a1085c2dd208d0eed090f5ee32da0 authored almost 7 years ago by Rich Trott <[email protected]>
doc: fix minor issues in async_hooks.md

* easily -> easy
* was -> is
* add a missing comma

PR-URL: https://github.com/nodejs/node/pull/...

e5e0f9f3a839e261faa6dc3e2c4fedcd46bef5f4 authored almost 7 years ago by Rich Trott <[email protected]>
doc: improve text in async_hooks.md

* Remove unnecessary *Note:* designations.
* Various small edits for tone, punctuation, etc.

PR...

8d336dd8b1268f2b23f72999ebbd54f1c12263b8 authored almost 7 years ago by Rich Trott <[email protected]>
test: fix test-cluster-send-handle-large-payload

test-cluster-send-handle-large-payload is susceptible to failure if it
is competing for resource...

5e23b65a87e0eb47f5dc09c2720e46cb4d6f6411 authored almost 7 years ago by Rich Trott <[email protected]>
doc: add returned values and options to stream.md

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

a2c0fcc0d8bc9bd4559089f1182b13a2ae7bb318 authored almost 7 years ago by Ivan Filenko <[email protected]>
n-api: take n-api out of experimental

Take n-api out of experimental as per:
https://github.com/nodejs/TSC/issues/501

PR-URL: https:/...

cd7d7b15c1eeccfe2facdf9a671034d93b6bf467 authored almost 7 years ago by Michael Dawson <[email protected]>
deps: patch V8 to 6.5.254.38

PR-URL: https://github.com/nodejs/node/pull/19303
Refs: https://github.com/v8/v8/compare/6.5.254...

040dd244de14f51b4757c25311164e36f72238c3 authored almost 7 years ago by Myles Borins <[email protected]>
doc: clarify default TLS handshake timeout

Because the `handshakeTimeout` is in milliseconds, use that unit of
measurement to express the d...

14809aaa98b92a8dc29bc387753768499df06211 authored almost 7 years ago by Rich Trott <[email protected]>
path: remove redundant function

PR-URL: https://github.com/nodejs/node/pull/19237
Reviewed-By: Weijia Wang <[email protected]>
R...

4ae320f2b3c745402955019d6a57a22ee2b8d3bd authored almost 7 years ago by Sergey Golovin <[email protected]>
build: do not cd on vcbuild help

`vcbuild help` just outputs help info and exits.

If a user calls this command not from a projec...

fa8594779aa985c754a3defbad030e938c089ddf authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: update username and email

PR-URL: https://github.com/nodejs/node/pull/19338
Reviewed-By: Gireesh Punathil <[email protected]...

0a56a1b9519d70a924e838e7cce3d217d8dcebe0 authored almost 7 years ago by Yuta Hiroto <[email protected]>
src: refactor emit before/after/promiseResolve

Currently EmitBefore, EmitAfter, EmitPromiseResolve are very similar.
This commit suggests extra...

861285abb5dbf23e5ce14d0695da468976cad478 authored almost 7 years ago by Daniel Bevenius <[email protected]>
test: use descriptive names for regression tests

Rename the tests appropriately alongside mentioning the subsystem.
Also, make a few basic change...

90b05382734aca10b51b187eb955a964cbcaed74 authored almost 7 years ago by Ujjwal Sharma <[email protected]>
test: delete test/parallel/test-regress-GH-4948

PR-URL: https://github.com/nodejs/node/pull/19279
Refs: https://github.com/nodejs/node/pull/1927...

52e869bee8f639fb2b256efa814446d0c325a4ac authored almost 7 years ago by Ujjwal Sharma <[email protected]>
doc: improve style guide text

* Specify that personal pronouns are OK in colloquial documentation
rather than just pronouns....

8ed0f3409a31abae87bf6aae394b8901c5e6ecab authored almost 7 years ago by Rich Trott <[email protected]>
test: shared lib build doesn't handle SIGPIPE

For shared lib build, we leave the signal handling for embedding users.
In these two test cases:...

ffd618bd5cde77e19ab6458eaf454c4df71dd638 authored almost 7 years ago by Yihong Wang <[email protected]>
tools: fix test-npm-package

Migrate the script to the new common tmpDir API.

PR-URL: https://github.com/nodejs/node/pull/19...

0acdd8402614ce39a95a798b7e2898972332c4c7 authored almost 7 years ago by Michaël Zasso <[email protected]>
vm: add code generation options

Adds options to a VM Context to disable code generation from strings
(such as eval or new Functi...

cb5f358ee7461f191db8c88e0af26023558f5232 authored almost 7 years ago by Gus Caplan <[email protected]>
n-api,test: add a new.target test to addons-napi

Added a N-API test to verify new.target behavior.

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

a03c90b661f69200f124718b56b55b0cb3506c71 authored almost 7 years ago by Taylor Woll <[email protected]>
lib: define printErr() in script string

This commit moves the printErr() function, used by the
tick profiler processer, into the code st...

22b68042590de93109dbc2a4ddaf78caa24c2306 authored almost 7 years ago by cjihrig <[email protected]>
doc: do not announce obvious examples

Remove "Examples:" labels that announce things that are clearly
examples.

PR-URL: https://githu...

148d16ab5b297739b125716f6dea9499b947fe47 authored almost 7 years ago by Rich Trott <[email protected]>
test: fix assertion argument order

Fix the assertion argument order so that it will report "actual" and
"expected" correctly when t...

da226eaa868bb04b62a36502339b1d1678142e94 authored almost 7 years ago by Rich Trott <[email protected]>
stream: make virtual methods errors consistent

Use the same error code and always emit the error instead of
throwing it.

PR-URL: https://githu...

c9794880e89dbbecbbd85e4ee0980ed9c7ac0971 authored almost 7 years ago by Luigi Pinca <[email protected]>
http2: fixes error handling

There should be no default error handling when using Http2Stream.
All errors will end up in `'st...

8403f00dc3e8f1c3c5cae4c4aec2eb10733cc15c authored almost 7 years ago by Matteo Collina <[email protected]>
n-api: resolve promise in test

The last promise created by the test for the purposes of making sure
that its type is indeed a p...

33e63fe64f238227481b83fc401a1a2371013995 authored almost 7 years ago by Gabriel Schulhof <[email protected]>
test: fix path in doctool/test-doctool-json

PR-URL: https://github.com/nodejs/node/pull/19287
Refs: https://github.com/nodejs/node/pull/1782...

0048169f5e6d280ffd4efd9ce3812bb09ff7309e authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
http2: simplify timeout tracking

There’s no need to reset the chunk counter for every write.

PR-URL: https://github.com/nodejs/n...

90e70b8caf26b73241c6f002c53d8cc96b6496b5 authored almost 7 years ago by Anna Henningsen <[email protected]>
tls: expose Finished messages in TLSSocket

Exposes SSL_get_finished and SSL_get_peer_finished routines in OpenSSL
as tlsSocket.getFinished ...

98a14e026bab0bda4013f75d1d0968a12fe5117f authored almost 7 years ago by Anton Salikhmetov <[email protected]>
src: add convenience ctor for async trigger id scope

PR-URL: https://github.com/nodejs/node/pull/19204
Reviewed-By: Joyee Cheung <[email protected]...

d3f174faab55662226ced53bef6bb2040352a825 authored almost 7 years ago by Anna Henningsen <[email protected]>
async_hooks: don't set hook_fields[kTotals] to 0

This commit removes the setting of hook_field[kTotals] to szero in
AsyncHook's enable function.
...

ddcc00bc1e8cc5815c942e1c4713ce92e7a27d40 authored almost 7 years ago by Daniel Bevenius <[email protected]>
src: avoid duplicate Before/AtExitCallback structs

Currently, BeforeExitCallback and AtExitCallback are identical apart for
the name of the struct....

e16a2be8d8ec70866d3eed7dddbe7f11b4f20aa7 authored almost 7 years ago by Daniel Bevenius <[email protected]>
test: fix compiler warnings in callback-scope

Currently there are two compiler warnings generated from the addons test
callback-scope:

../bin...

695590e386845bc11bb42aa7f26327f2fba6d2a5 authored almost 7 years ago by Daniel Bevenius <[email protected]>
src: init emit_env_nonstring_warning_

Currently there is no member initialiser for emit_env_nonstring_warning_
in the Environment cons...

a7e298a4a2720de6d463fb143b51f320136eab42 authored almost 7 years ago by Daniel Bevenius <[email protected]>
doc: fix some recent nits in assert.md

* add missing bottom reference
* fix possible typos
* fix ABC-order in references and sections

...

603afe25c870efb030aed84c2e634652def1a3ec authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
assert: add rejects() and doesNotReject()

Implement asynchronous equivalent for assert.throws() and
assert.doesNotThrow().

PR-URL: https:...

599337f43e0e0d66263e69d70edab26b61d3038a authored almost 7 years ago by feugy <[email protected]>
test: name test files appropriately

Rename the tests appropriately alongside mentioning the subsystem.
Also, make a few basic change...

580ad0157a4dcb21a8ed6b288defdd959711f364 authored almost 7 years ago by Ujjwal Sharma <[email protected]>
doc: remove superfluous text in onboarding-extras

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

6ec41bbdd7755e25049a584f2080d1bdfd7314c0 authored almost 7 years ago by Rich Trott <[email protected]>
doc: make caveat in stream.md more concise

PR-URL: https://github.com/nodejs/node/pull/19251
Reviewed-By: Luigi Pinca <[email protected]...

003e5b3404db3acb6f9e8e8e3f1ee6278855d586 authored almost 7 years ago by Rich Trott <[email protected]>
test: fix test-abort-backtrace in shared lib build

When using shared lib build, the binary path in the stack frames points
to shared lib. Change th...

b325b5b435bcde9a2580e8ed05044b5cb352a5fd authored almost 7 years ago by Yihong Wang <[email protected]>
src: move `Environment` ctor/dtor into env.cc

This makes it easier to use methods from other headers
in the constructor and destructor.

PR-UR...

e0bd2f31e584d8b188148084f97e80bc1573e555 authored almost 7 years ago by Anna Henningsen <[email protected]>
fs: simplify FSReqBase slightly

Replace the `data_` member of `FSReqBase` by a boolean flag, because
the pointer that `data()` r...

f96bd54dd54c66970e8d268503fc77803cb9dbfc authored almost 7 years ago by Anna Henningsen <[email protected]>
benchmark: fix benchmark for url

Rename different parameters with the same names to make it possible
to run tests for url benchma...

f3257dd3ead29e620b2bc096d54b07b12ec5c5a3 authored almost 7 years ago by Sergey Golovin <[email protected]>
url: replace "magic" numbers by constants

PR-URL: https://github.com/nodejs/node/pull/19035
Reviewed-By: Myles Borins <myles.borins@gmail....

2f743261814d428b935136b64b416a2879c29364 authored almost 7 years ago by Sergey Golovin <[email protected]>
test: Remove unnecessary asserion messages in test-crypto-hash.js

This commit improves asserion messages in parallel/test-crypto-hash.js.
Instead of just simple s...

0e35683876bfe0a9c008865232bfabc974e3ddd3 authored almost 7 years ago by Piotr Grzesik <[email protected]>
repl: better handling of recoverable errors

Below syntax errors are handled without force .break/clear
- Unexpected Token (prefix errors)
...

ebfa8b14645798b486e010e3f8bcec693f42cd6f authored almost 7 years ago by Prince J Wesley <[email protected]>
module: check file ext before dir as documented

The documented resolution algorithm started to search for package.json
files prior to searching ...

1ed36aeb53266f8f01e1cd442069024d258f632a authored almost 7 years ago by Bradley Farias <[email protected]>
doc: add warning to assert.doesNotThrow()

Using `assert.doesNotThrow()` has no benefit over adding a comment
next to some code that should...

8b69d4aca9a89db1e986ce137ff67f4b8bf8803f authored almost 7 years ago by Ruben Bridgewater <[email protected]>
repl: remove magic mode

The magic mode is long deprecated and works the same as the sloppy
mode. Since the sloppy mode i...

4893f70d12691208abf8c668d8347240df561f14 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
test: add regression tests

This makes sure util.isDate and util.isRegExp will not abort in case
more than one argument is p...

8181c607e5cd96afc041636ceb37ff6758e8d470 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
test: remove flaky status for test-npm-install

I haven't seen test-npm-install fail on arm in a long time. There is no
open issue for it being ...

97579068b5e00d46f2e376f3f25cd411ea7c40e0 authored almost 7 years ago by Rich Trott <[email protected]>
doc: update internal errors documentation

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

0eec0735d0bcbb4290f032cd71f2356376bd13d7 authored almost 7 years ago by Michaël Zasso <[email protected]>
lib: remove unused internal error constructors

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

49963f4da9fba92d54536fa39786478dd96c057c authored almost 7 years ago by Michaël Zasso <[email protected]>
test: do not check text for engine-generated error

In test-tls-wrap-event-emitter, the text of a TypeError is checked as
part of the test. However,...

a910320ef3aa379ac8c64d8b166b165c53bb1578 authored almost 7 years ago by Rich Trott <[email protected]>
tools,bootstrap: preprocess gypi files to json

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

7314b170a49fd5f24ef91f95dfc6ee3bf93b73ae authored almost 7 years ago by Gus Caplan <[email protected]>
build: update arm64 minimum supported platform

This is already true in practice.

PR-URL: https://github.com/nodejs/node/pull/19164
Fixes: http...

099e6216489c33edabdf951e154d90c585219ffb authored almost 7 years ago by Gibson Fahnestock <[email protected]>
src: add tracing category macros

Adds `TRACING_CATEGORY_NODE`, `TRACING_CATEGORY_NODE1` and
`TRACING_CATEGORY_NODE2` helper macro...

1dd9c9787bcf08db022ee63ce633fc9d497720e6 authored almost 7 years ago by James M Snell <[email protected]>
src: add incr/decr operators for Reference

This commit adds operator overloads for increment/decrement to
AliasedBuffer::Reference.
The mot...

45277e23d5488dc11d705b850d310b4afb5085bb authored almost 7 years ago by Daniel Bevenius <[email protected]>
doc: remove confusing "cats" from style guide

PR-URL: https://github.com/nodejs/node/pull/19246
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmai...

cca12ee3216a418642518d066d8b2684634b4121 authored almost 7 years ago by Rich Trott <[email protected]>
doc: remove superfluous adverb from style guide

PR-URL: https://github.com/nodejs/node/pull/19246
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmai...

23432d3306c98e39fd94ea6eee2fd05dc66723dc authored almost 7 years ago by Rich Trott <[email protected]>
test: refactor http-https-default-ports

Use arrow functions.

PR-URL: https://github.com/nodejs/node/pull/19130
Reviewed-By: Colin Ihrig...

06e09b61712d4963699d90389b43bddcf41c02f0 authored almost 7 years ago by Ken Lin <[email protected]>
crypto: use bool over int consistently

PR-URL: https://github.com/nodejs/node/pull/19238
Reviewed-By: Luigi Pinca <[email protected]...

2b3f46c98946889dfd4c0ac9283c2df1ae8be45e authored almost 7 years ago by Tobias Nießen <[email protected]>
doc: remove warning against readable/readable.read

Remove suggestion to avoid `readable` event and `readabe.read()` method.
No explanation was prov...

0f05173f49ab31aafc48c0046d9b0cb5e38fb6be authored almost 7 years ago by Rich Trott <[email protected]>
test: address unreliable test-performance

test-performance can fail due to resource constraints. Move it from
parallel to sequential so it...

ed8fa81470e2dd450189a7020bd8e1326db51efd authored almost 7 years ago by Rich Trott <[email protected]>
doc: add watson to collaborators

Closes: https://github.com/nodejs/node/issues/18943

PR-URL: https://github.com/nodejs/node/pull...

3dfce5cdad554d2eabd001a4a917efa143739711 authored almost 7 years ago by Thomas Watson <[email protected]>
test: rename test-regress-GH-877.js

Rename the test appropriately alongside mentioning the subsystem
Also, make a few basic changes ...

74ff743289dc750a9171e5e6a6aaaef73cb3b912 authored almost 7 years ago by Ujjwal Sharma <[email protected]>
test: rename test-regress-GH-784.js

Rename the test appropriately alongside mentioning the subsystem
Also, make a few basic changes ...

a73a071a05a213a9c681509c8fa72feda388142a authored almost 7 years ago by Ujjwal Sharma <[email protected]>
test: address nits and rename the corresponding fixture

Refs: https://github.com/nodejs/node/issues/19105

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

db30142ececd4ece2039008e665b39c4519f2143 authored almost 7 years ago by Ujjwal Sharma <[email protected]>
test: rename tests to remove "regress" keyword

Rename affected tests to remove the "regress" keyword as well as improve
naming scheme.

Refs: h...

635c8c4e1c3155d66e35aec4c6370e72cf53fdeb authored almost 7 years ago by Ujjwal Sharma <[email protected]>
test: rename test-regress-GH-4027

Rename the test appropriately alongside mentioning the subsystem
Also, make a few basic changes ...

d0518c28ceb777206d1b59ca640c47cfb81c5686 authored almost 7 years ago by Ujjwal Sharma <[email protected]>
test: rename test-regress-GH-4015

Rename the test appropriately alongside mentioning the subsystem
Also, make a few basic changes ...

73630e6aaa95ded7dd4b430d46ed05d2bfab92ce authored almost 7 years ago by Ujjwal Sharma <[email protected]>
test: rename test-regress-GH-1697

Rename the test appropriately alongside mentioning the subsystem
Also, make a few basic changes ...

58a914d6b665173c80a060863183c79fee341837 authored almost 7 years ago by Ujjwal Sharma <[email protected]>
test: rename test-regress-GH-1726

Rename the test appropriately alongside mentioning the subsystem
Also, make a few basic changes ...

14d670f2b901d446ed6441b593e17e17b790279e authored almost 7 years ago by Ujjwal Sharma <[email protected]>
async_hooks,process: remove internalNextTick

Instead of having mostly duplicate code in form of internalNextTick,
instead use the existing de...

4d074343ddf674817b8479896bfdce5ae23a83e8 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
doc: update labels info in onboarding-extras.md

Remove information duplicated in onboarding.md. Organize label list for
clarity. Remove `deps` l...

64d523411f4a87e4f27624f83590341eb3693cef authored almost 7 years ago by Rich Trott <[email protected]>
src: use smart pointer in AsyncWrap::WeakCallback

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

1e3dd8bf5589394827a57aaa91854add7e43958d authored almost 7 years ago by Daniel Bevenius <[email protected]>
tools: enable ESLint quote-props rule

Refs: https://github.com/nodejs/node/pull/19100#discussion_r171993685
PR-URL: https://github.com...

ebfed17fecaa2e7bbf0740ab7411cbf116e3d042 authored almost 7 years ago by Rich Trott <[email protected]>
benchmark,lib,test,tools: use consistent quotes

In preparation for a linting rule, use consistent quotation for
properties in objects.

PR-URL: ...

3c31bfff6599cf68bda2552a92d982559bd64c5e authored almost 7 years ago by Rich Trott <[email protected]>
2018-03-07, Version 9.8.0 (Current)

Notable Changes:

* crypto:
- add cert.fingerprint256 as SHA256 fingerprint (Hannes Magnusson)...

282e65cfe3d38c582b77939c26b9c00952805340 authored almost 7 years ago by Myles Borins <[email protected]>
doc: add inspector usage example

Add a simple example showing how to use the inspector API to access
the CPU profiler.

PR-URL: h...

fbf7ff92d7f7a7f63ad4649519e8316d90b04826 authored almost 7 years ago by Ali Ijaz Sheikh <[email protected]>
src: fix deprecation id for non-string env value

This is a follow-up of https://github.com/nodejs/node/pull/18990. A new
deprecation id was assig...

50b1cb39bd11811866b77b74b2822620aeb405cb authored almost 7 years ago by Sakthipriyan Vairamani (thefourtheye) <[email protected]>
process: doc-only deprecate non-string env value

PR-URL: https://github.com/nodejs/node/pull/18990
Refs: https://github.com/nodejs/node/pull/1508...

5826fe4e79e96fe5ba47ec349790af107b9d10bb authored almost 7 years ago by Timothy Gu <[email protected]>
src: standardise context embedder indices

PR-URL: https://github.com/nodejs/node/pull/19135
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...

c9b4de55c061ecb8d64cda9e36821c21f8150925 authored almost 7 years ago by Gus Caplan <[email protected]>
test: skip postmortem metadata test when nm fails

On Windows with msys installation, `nm` is available but
it is not able to grab symbols from the...

a6c14b2f4259a9ca080a7b486dc934e4ccef8938 authored almost 7 years ago by Joyee Cheung <[email protected]>
fs: improve errors thrown from fs.watch()

- Add an accessor property `initialized `to FSEventWrap to
check the state of the handle from ...

6c25f2ea49c2521dfd2423bf3a06222633ec4dc9 authored almost 7 years ago by Joyee Cheung <[email protected]>
n-api: update documentation

Document which APIs work while an exception is pending. This is the
list of all APIs which do no...

48b5c11b16a4c0035c9beecf252997721dfc2fdd authored almost 7 years ago by Gabriel Schulhof <[email protected]>
src: request code cache explicitly

Earlier we used to produce code cache along with compile. Now V8 has
added an API to request cod...

3b1e5d9cf73d85e35f185640cf2882b3b4e069d4 authored almost 7 years ago by Mythri Alle <[email protected]>
deps: cherry-pick 04a06c9 from upstream V8

Original commit message:

[inspector] Make test byte order independent

Change-Id: If0fd...

d68ee7eab74c10a7d9323e2c2e447911c7ab7118 authored almost 7 years ago by Michaël Zasso <[email protected]>
test: fix esm message tests after V8 update

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

5c8937c3c63d4721e0366da0a8a3b2dd10b73395 authored almost 7 years ago by Michaël Zasso <[email protected]>
deps: skip some V8 tests for ppc and s390

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

b4c1222acc6ada19349c4f18723edce105bfce72 authored almost 7 years ago by Michaël Zasso <[email protected]>
test: update postmortem metadata test

This commit updates the following postmortem metadata constant:

- v8dbg_bit_field3_dictionary_m...

bde8de8892c9f9455cdc06bf030b59e9673eb8c0 authored almost 7 years ago by cjihrig <[email protected]>
v8: add missing ',' in OpenBSD's 'sources' section.

Add stack_trace_posix to 'sources' as well.

Fixes https://github.com/nodejs/node/issues/15784
F...

d727cf923d90fdfdc5db3e221e69781817a7bba2 authored almost 7 years ago by Aaron Bieber <[email protected]>
deps: cherry-pick 8bfbe25 from upstream V8

Original commit message:

[compiler] Fix typing of NumberToString operator.

It must be ...

9396a9f02c75c2e7a7a6f07e761354633e5f22b5 authored almost 7 years ago by Michaël Zasso <[email protected]>
deps: cherry-pick 46c4979 from upstream V8

Original commit message:

Use wider types for max_old_space_size and co.

Make --max_old...

9759573997a1bbd58fc0ba62e8aa1b4f607ec158 authored almost 7 years ago by Michaël Zasso <[email protected]>
deps: update V8 to 6.5.254.31

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

88786fecff336342a56e6f2e7ff3b286be716e47 authored almost 7 years ago by Michaël Zasso <[email protected]>
src: update NODE_MODULE_VERSION to 62

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

a9755d493ea445b69dd022235bfec1c42134aec5 authored almost 7 years ago by Michaël Zasso <[email protected]>
net: do not inherit the no-half-open enforcer

`Socket.prototype.destroySoon()` is called as soon as `UV_EOF` is read
if the `allowHalfOpen` op...

4e86f9b5ab83cbabf43839385bf383e6a7ef7d19 authored almost 7 years ago by Luigi Pinca <[email protected]>
stream: make Duplex inherits from DuplexBase

Add ability to subclass `stream.Duplex` without inheriting the
"no-half-open enforcer" regardles...

df0716921e9bfd99f8e115dbaeee6199a93cd8c5 authored almost 7 years ago by Luigi Pinca <[email protected]>
doc: improve onboarding instructions

- Suggest to use a TOTP app if the new collaborator cannot receive
SMS messages from GitHub
- ...

42e9b483c0d5a0ee49b91428415b4ccd8e94ebe4 authored almost 7 years ago by Joyee Cheung <[email protected]>