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

test: add crypto check to test-tls-wrap-econnreset

Currently, there are a few test-tls-wrap-econnreset test that fail when
Node is configured --wit...

7bdb5ca6207dbfc2ef9b253dd68588c3cf8b1cff authored over 7 years ago by Daniel Bevenius <[email protected]>
test: improve http test reliability

Fake the socket handle to ensure an immediate error is returned
uniformly across all platforms.
...

fcd82e760106ed7bd7aea634b65fe9faac7c8e7c authored over 7 years ago by Brian White <[email protected]>
process: improve nextTick() performance

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

460ee75f7ea36fdb5da15ce868a37a881e0a06d9 authored over 7 years ago by Brian White <[email protected]>
buffer: add constants object

Add `buffer.constants`, containing length limits for `Buffer` and
`string` instances.

This coul...

1e2905f46ab10af312fc7439ff1922654e411e7c authored over 7 years ago by Anna Henningsen <[email protected]>
doc: small makeover for onboarding.md

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

50d151578dc8f2b39d13c07afd429787e716e654 authored over 7 years ago by Anna Henningsen <[email protected]>
async_hooks: proper id stacking for Promises

Until now, the async_hooks PromiseHook did not register the Promise’s
async id and trigger id on...

af1a551965ac990e91fa5924d95e99450a6f0814 authored over 7 years ago by Anna Henningsen <[email protected]>
inspector: perform DNS lookup for host

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

6e2c29bcabb0507262167494a1fd9bc583cae690 authored over 7 years ago by Eugene Ostroukhov <[email protected]>
build: fail linter if linting not available

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

b7473c2117d5b43e4ed5ccbe069d5fe91918289e authored over 7 years ago by Gibson Fahnestock <[email protected]>
test: increase coverage for internal/module.js

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

83ebb6d8989ea08fdeb25353c42d20d0c0c285db authored over 7 years ago by Tamás Hódi <[email protected]>
test: refactor test-fs-read-stream

* alphabetize modules
* replace callback invocation counts with common.mustCall()
* add block-sc...

e74907b3ccfedcfd6b543d9efc90937b6f7bda54 authored over 7 years ago by Rich Trott <[email protected]>
src: fix decoding base64 with whitespace

`max_i` should also include the characters that were just read by
`base64_decode_group_slow()`.
...

64812f57287551016006d1e95b9e5812d2ce75fb authored over 7 years ago by Nikolai Vavilov <[email protected]>
util: ignore invalid format specifiers

In util.format, if a percent sign without a known type is encountered,
just print it instead of ...

00aac57df934b4727a3e6fc8cf70db40216f29ee authored over 7 years ago by Michaël Zasso <[email protected]>
test: refactor test-cluster-worker-isconnected.js

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

06ca2057199f6a8065aa5450bde1f891de74eb40 authored over 7 years ago by cjihrig <[email protected]>
test: fix nits in test-fs-mkdir-rmdir.js

* Add common.mustCall().
* Add check for error existence, not only for error details.
* Use test...

50b35460e34afcdc73d82cd5f29edf7f961771b8 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
test: fix test-inspector-port-zero-cluster

* re-implemented test to parse args instead of post binding (exit 12)
* saved failing case as kn...

fe2caf6fb587a8373a4e45476a9c86f6b0993861 authored over 7 years ago by Refael Ackermann <[email protected]>
doc: fix typo in changelog

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

9f9e3c0653cdeef597e0f7bc2f5db9d85f8f2ffc authored over 7 years ago by Teddy Katz <[email protected]>
src: remove void casts for clear_error_on_return

There are a number of void casts of clear_error_on_return which is a
usage of the RAII idiom. Th...

109e84bda7386481249144a40506edd3960f855b authored over 7 years ago by Daniel Bevenius <[email protected]>
doc: fix a few n-api doc issues

- Add doc for napi_create_string_latin1().
- Fix signatures where c string was specified instead...

62e940dfa6eb93644b29af45584559077f62996d authored over 7 years ago by Michael Dawson <[email protected]>
inspector,cluster: fix inspect port assignment

* Adding --inspect-port with debug port, instead of parsing `execArgv`

* Export CLI debug optio...

2777a7e04f9a116937296ecd1a7ebd4a32766df6 authored over 7 years ago by cornholio <[email protected]>
test: refactor test-fs-watch-stop-async

* use common.mustNotCall() to confirm callback is not invoked
* blank line after common module p...

f462ad1f35dfb2e8827e383d46ba74058aedfcbc authored over 7 years ago by Rich Trott <[email protected]>
test: change deprecated method to recommended

In non-buffer tests, change usage of the Buffer constructor to one of
the recommended alternativ...

14f5a9becc81db270e5b1696de5a4f5e70344be0 authored over 7 years ago by Rich Trott <[email protected]>
doc: fixes a typo in the async_hooks documentation

> Generally it will correspond the name of the resource's constructor.
should read "Generally, i...

386f53f31d61732834bcab59e60c3bb8fdd1c35f authored over 7 years ago by Chris Young <[email protected]>
doc: update minimum g++ version to 4.9.4

The 4.8.x releases don't fully support C++11. Update the prerequisites
for node.js 8 so that we...

d13a65ad68c429884434cdcd94c52b79a6d69717 authored over 7 years ago by Ben Noordhuis <[email protected]>
internal/util: use internal/errors.js

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

de4a749788aa88b6f23f50eccb7a6752f6bb59b7 authored over 7 years ago by Sebastian Van Sande <[email protected]>
2017-06-15, Version 8.1.2 (Current)

Release to fix broken `process.release` properties
Ref: https://github.com/nodejs/node/issues/13667

c7323af131736b3df8db3f7d9d3bc270ef10b834 authored over 7 years ago by Rod Vagg <[email protected]>
errors,stream-transform: migrate to use internal/errors.js

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

d50a802feb0b061383400e3f290ddc7410cb3a48 authored over 7 years ago by sreepurnajasti <[email protected]>
test: refactor test-fs-read-stream-inherit

* block scope `paused`
* change name of block-scoped `file3` etc. to `file`
* alphabetize module...

3c506af78b0f4e89a1c3869297ec051365d343fd authored over 7 years ago by Rich Trott <[email protected]>
errors, repl: migrate to use internal/errors.js

* Use existing errors where suitable
* Assign code to a REPL specific error
* Include documentat...

aff8d358fabfc6bd30c48c1756453e49ad984b5f authored over 7 years ago by Dan Homola <[email protected]>
net: return this from getConnections()

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

37fdfce93e333fbceb12576031602df641c058c8 authored over 7 years ago by Sam Roberts <[email protected]>
net: return this from destroy()

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

cf24177abaf30c6d261abb19ad6af2d88a247e52 authored over 7 years ago by Sam Roberts <[email protected]>
doc: document and test that methods return this

Also, add tests to ensure they will always return this, and to confirm
they return this when the...

84f3b8f09f273e5085394468e48b0e330b9cb888 authored over 7 years ago by Sam Roberts <[email protected]>
tls: add host and port info to ECONNRESET errors

Add more information to the "ECONNRESET" errors generated when the
socket hang ups before establ...

3ee37329da7323a86c248a63fe20d40885c7a84a authored over 7 years ago by José F. Romaniello <[email protected]>
https: make opts optional & immutable when create

`opts` in `createServer` will be immutable that won't change origional
opts value. What's more, ...

c1c226719f269f013f000e8ad9194254e6d83f51 authored over 7 years ago by XadillaX <[email protected]>
doc: removed redundant mentions to error codes

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

2f34bf0f772c590f49b4b4b11ad81549d0f8b04a authored over 7 years ago by jklepatch <[email protected]>
doc: sort and update /cc list for inspector issues

Updated onboarding-extras.md to /cc @nodejs/v8-inspector for inspector
issues and reorganized /c...

3d215696a4c163f749f88720591392be093955cc authored over 7 years ago by Aditya Anand <[email protected]>
doc: note that EoL platforms are not supported

Add a note to clarify that any platform that is EoL will not be
supported by Node.js.

PR-URL: h...

6cc63797bc63dc0de7888048402127cc10f34f7c authored over 7 years ago by Gibson Fahnestock <[email protected]>
async_hooks: rename currentId and triggerId

currentId is renamed to executionAsyncId
triggerId is renamed to triggerAsyncId
AsyncResource.tr...

de762b71f2e10d8eb6392ad6d4325b7ffc08b7fd authored over 7 years ago by Andreas Madsen <[email protected]>
child_process: do not extend result for *Sync()

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

448c4c62d2b413226dfdef03d6f8d243de0984a3 authored over 7 years ago by Brian White <[email protected]>
2017-06-13, Version 8.1.1 (Current)

* **Child processes**
* `stdout` and `stderr` are now available on the error output of a
f...

9dc3f936c78621c0e1781f65b336bff920187a82 authored over 7 years ago by Anna Henningsen <[email protected]>
doc: fix minor issues reported in #9538

oath.md: make order of properties consistent
tls.md: remove spaces in getPeerCertificate signatu...

e318c8a97a4adc2503d9c16a9af9f34df0e42d1b authored over 7 years ago by Tobias Nießen <[email protected]>
http: edit _storeHeader to check for Trailer header

Test non-chunked message does not have trailer header set,
message will be terminated by the fir...

80c9ef0b6be57d42632526818a3b0c3f20f225a1 authored over 7 years ago by Artur G Vieira <[email protected]>
doc: update async_hooks providers list

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

0ab461440e3df7e8163e23731895190aa8c0769d authored over 7 years ago by Anna Henningsen <[email protected]>
test: use mustNotCall() in test-fs-watch

Use common.mustNotCall() in test/sequential/test-fs-watch.js in
situations where the call to wat...

7f18532cf8c864b1e86f9be564baf36aa1a2eb0a authored over 7 years ago by Rich Trott <[email protected]>
errors: add missing ERR_ prefix on util.callbackify error

The `FALSY_VALUE_REJECTION` error code added by
https://github.com/nodejs/node/pull/12712 did no...

873e2f270fa67c701d59bc99f0f815f1f69b2316 authored over 7 years ago by James M Snell <[email protected]>
test: add mustCall() to child-process test

Add common.mustCall() check to test-child-process-stdio-big-write-end.

PR-URL: https://github.c...

f308b4d9ed234291890adec44750cb2f53b23e0e authored over 7 years ago by Rich Trott <[email protected]>
url: ensure search property is consistently null vs empty

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

c88ba036b46e56f11d56c4679adbd9ff66bce645 authored over 7 years ago by Justin Beckwith <[email protected]>
zlib: improve performance

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

add4b0ab8cc0ec663cd4623e9032c14830873760 authored over 7 years ago by Brian White <[email protected]>
stream: improve Transform performance

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

e5dc934ef6f66edade76720dc7592e9e348db49f authored over 7 years ago by Brian White <[email protected]>
lib: correct typo in createSecureContext

Minor correction in the comment regarding ssl_set_pkey.

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

e5a494857acbd3c55d7a9ac7371793e0d3128cc0 authored over 7 years ago by Daniel Bevenius <[email protected]>
errors, readline: migrate to use internal/errors.js

PR-URL: https://github.com/nodejs/node/pull/11390
Ref: https://github.com/nodejs/node/issues/112...

7f3f72c19b6a0b23394e32a52c1c34b9d59028a7 authored over 7 years ago by Scott McKenzie <[email protected]>
configure: add mips64el to valid_arch

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

224dbb12332db99702be64f4e43b3b0d1e8dea58 authored over 7 years ago by Aditya Anand <[email protected]>
doc: fix out of date napi_callback doc

The earlier version `napi_callback` returns `void` but now is
`napi_value`. The document of this...

ca8a29c3606421d71ce3120cd34febacd7874293 authored over 7 years ago by XadillaX <[email protected]>
http: fix timeout reset after keep-alive timeout

Fix the logic of resetting the socket timeout of keep-alive HTTP
connections and add two tests:
...

d71718db6aa4feb8dc10edbad1134472468e971a authored over 7 years ago by Alexey Orlenko <[email protected]>
http: always cork outgoing writes

PR-URL: https://github.com/nodejs/node/pull/13522
Reviewed-By: Matteo Collina <matteo.collina@gm...

c4fc7d90eddbdb23d814a38192e6979f8fc285a7 authored over 7 years ago by Brian White <[email protected]>
test: use mustNotCall in test-http-eof-on-connect

Confirm that callback is not being invoked in
test-http-eof-on-connect.js.

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

77d575d0057692413f0c26ad90425077c40f339f authored over 7 years ago by Rich Trott <[email protected]>
test: increase bufsize in child process write test

test-child-process-stdio-big-write-end was failing on ubuntu1604-arm64
because the while loop th...

b71d67795a1366b2c9e77e4156e661df456d3660 authored over 7 years ago by Rich Trott <[email protected]>
profiler: declare missing `printErr`

`v8/tools/tickprocessor.js` assumes presence of global `printErr`, which
is defined in `d8`.

PR...

27cc30aea849ad26d0aaaa48db57b1299d047c90 authored over 7 years ago by Fedor Indutny <[email protected]>
http: handle cases where socket.server is null

Fixes a regression that caused an error to be thrown when trying to
emit the 'timeout' event on ...

ba449f3bf1f2057773f4759c82df8081f14d09ad authored over 7 years ago by Luigi Pinca <[email protected]>
v8: add a js class for Serializer/Dserializer

Calling Serializer/Deserializer without new crashes node.
Adding a js class which just inherits ...

12fd63d6bb38d4fbd41dc4dd8d1b106ee64d1f7c authored over 7 years ago by Rajaram Gaunker <[email protected]>
doc: fix links and typos in fs.md

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

e2617a03888aed62965ebc208f13e1bb3e183aeb authored over 7 years ago by Vse Mozhet Byt <[email protected]>
test: fix typo in test-cli-node-options.js

`expect` was probably a typo, as it is a function
and will always be `undefined` as JSON.

The p...

401a37281e63ef0164e44ce66d2c67f995bcefd1 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
benchmark: fix some RegExp nits

* Take RegExp creation out of cycle.
* use test(), not match() in boolean context.

PR-URL: http...

8beff648518aa8e846221d03e31bea5f78f62010 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
doc: fix incorrect fs.utimes() link

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

a2ed3a9c88c722a4ebbcdb5e6ffb59447d939507 authored over 7 years ago by Justin Beckwith <[email protected]>
doc: fs constants for Node < v6.3.0 in fs.md

Add changelog history in `fs.access` for the changes introduced to
`constants` in the `fs` modul...

b6e2cde4b401b5131f28afe58a558eb11ee20bed authored over 7 years ago by Anshul Guleria <[email protected]>
test: fix flaky test-http-client-get-url

Fixed test-http-client-get-url by waiting on HTTP GET
requests to finish before closing the serv...

61adb264c0084b44c55d08e3a3e35eb0b31d76bb authored over 7 years ago by Sebastian Plesciuc <[email protected]>
test: refactor async-hooks test-callback-error

Two child processes have their logic in a switch statement and a third
uses an `if` statement to...

a08b59f2a6bac0cc9207e9ea980481ea704a11fd authored over 7 years ago by Rich Trott <[email protected]>
util: add callbackify

Add `util.callbackify(function)` for creating callback style functions
from functions returning ...

af3aa682ac534bb55765f5fef2755a88e5ff2580 authored over 7 years ago by Refael Ackermann <[email protected]>
build,windows: check for VS version and arch

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

780acc2208a3cdd3b01ae93aeaa478771fd3fd56 authored over 7 years ago by Refael Ackermann <[email protected]>
doc: use HTTPS URL for suggested upstream remote

It's impossible to push to git:// URLs.

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

24e5b6714884ed317f04763758ed0785917f2e92 authored over 7 years ago by Nikolai Vavilov <[email protected]>
fs: don't conflate data and callback in appendFile

PR-URL: https://github.com/nodejs/node/pull/11607
Reviewed-By: Roman Reiss <[email protected]>
Re...

208db5675ebfcf1decdb106f217a4d4ebf17aa17 authored over 7 years ago by Nikolai Vavilov <[email protected]>
build: merge test suite groups

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

df02f391aaea20edcefb840312184f266632949b authored over 7 years ago by Refael Ackermann <[email protected]>
doc: add readline.emitKeypressEvents note

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

ac3477971fda14db00dedec6ac752b6da8a07bf8 authored over 7 years ago by Samuel Reed <[email protected]>
src: merge `fn_name` in NODE_SET_PROTOTYPE_METHOD

Merge two duplicate `fn_name` into one in NODE_SET_PROTOTYPE_METHOD,
it may improve a bit perfor...

b5d8d7c6f966d5c7d24904b78f20b325b2f13cac authored over 7 years ago by XadillaX <[email protected]>
test: add regression test for 13557

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

871e4d0280178ce1ec2955f9b3f71b528077f6fd authored over 7 years ago by Anna Henningsen <[email protected]>
Revert "readline: clean up event listener in onNewListener"

This reverts commit 81ddeb98f6a0f7a5165cd6e3b87cdaa550fdf3ec.

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

c6f074f737e3d63001c09724397598733177dc5e authored over 7 years ago by Anna Henningsen <[email protected]>
doc: fix napi_create_*_error signatures in n-api

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

252911968002d840c82552b6337bd9430adeb231 authored over 7 years ago by Jamen Marzonie <[email protected]>
cluster, dns, repl, tls, util: fix RegExp nits

* Take RegExp creation out of cycles.
* Use test(), not match() in boolean context.
* Remove red...

390fa0380e60684c1416afd85773241e3a0d56ff authored over 7 years ago by Vse Mozhet Byt <[email protected]>
async_wrap: use kTotals to enable PromiseHook

Keep a total of enabled hook callbacks in kTotals. This value is used to
track whether node::Pro...

a2fdb76677f704783da167cbcc9128e75e01daa8 authored over 7 years ago by Trevor Norris <[email protected]>
async_wrap: expose enable/disablePromiseHook API

Allow node::PromiseHook (src/async-wrap.cc) to be enabled/disabled from
the JavaScript API.

PR-...

cc2dd93ea5ca097c105b10039b110409dcf9cecd authored over 7 years ago by Anna Henningsen <[email protected]>
Revert "async_hooks: only set up hooks if used"

This reverts commit 410b1417648b5273fe80f4d910c6bbd198a00a2d.

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

b9379095e165cd6c04c8e847654387a287eedc98 authored over 7 years ago by Trevor Norris <[email protected]>
test: fix flaky test-tls-socket-close

Add error listener to ignore `ECONNRESET`. Makes test reliable while it
still segfaults (as expe...

dde4f0f1bfa0471daf8001f97f21ddb2b21db047 authored over 7 years ago by Rich Trott <[email protected]>
test: harden test-dgram-bind-shared-ports

* add `mustCall` and `mustNotCall` to all callbacks
* added `known_issue` for port binding

PR-U...

c9d45c4505a35e974c1c4b56f2ed699f2694aa14 authored over 7 years ago by Refael Ackermann <[email protected]>
test: add coverage for AsyncResource constructor

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

52f358b5316a40b481a8298239ae1727e1d2bdaa authored over 7 years ago by Gergely Nemeth <[email protected]>
child_process: promisify includes stdio in error

This converts the initial implementation of a promised exec that used
the customPromisifyArgs su...

8d7f07f3799d5b4ec541eb606e785d7ce17e82d0 authored over 7 years ago by Gil Tayar <[email protected]>
stream: ensure that instanceof fast-path is hit.

With the new Ignition+TurboFan pipeline, the instanceof fast-path can be
missed if the right-han...

55f9c85a0511adbb110e1521015244d8686c548b authored over 7 years ago by Benedikt Meurer <[email protected]>
test: exercise once() with varying arguments

This commit regains test coverage for EventEmitter#once() with
four or more arguments. To avoid ...

637819b7abe456b5971878126bd25c6348f9db0b authored over 7 years ago by cjihrig <[email protected]>
test: refactor test-http-server-keep-alive-timeout

Make the same reliability changes that were applied to the https test in
ce5745bf92f586c58366e9f...

1f9b1aa011988537caf67685c1c9239de9ad4d57 authored over 7 years ago by realwakka <[email protected]>
test: add hijackStdout and hijackStderr

Add `common.hijackStdout` and `common.hijackStderr` to provide monitor
for console output.

PR-U...

d00e5f1a04fa4bcf15bbeb6c0f1f6de1e8f8afd4 authored over 7 years ago by XadillaX <[email protected]>
dns: add resolveAny support

`dns.resolveAny` and `dns.resolve` with `"ANY"` has the similar behavior
like `$ dig <domain> an...

27de36926bc8c4c6937a371257039cf17f16fb0e authored over 7 years ago by XadillaX <[email protected]>
src: check whether inspector is doing io

Inspector start means that it exists, but doesn't mean it is listening
on a port, that only happ...

c4a61b3ee55988b59888e96fae63dba60662bb98 authored over 7 years ago by Sam Roberts <[email protected]>
test: add coverage for napi_property_descriptor

We did not have test coverage for using a napi_value
pointing to a string or symbol for the name...

01f4d9af5e100da22c2d6fc22e06033bfd32f7f9 authored over 7 years ago by Michael Dawson <[email protected]>
doc: fix out of date sections in n-api doc

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

c28418a9e580ff1f1200c4d682395bb8be884eab authored over 7 years ago by Michael Dawson <[email protected]>
inspector: fix crash on exception

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

9991e27ac8f0560fecb507e6ce6e52b1e36dcdd0 authored over 7 years ago by Nikolai Vavilov <[email protected]>
child_process: reduce nextTick() usage

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

8208fdae2be11ff3c1126dc669ca63b6d08b0cb1 authored over 7 years ago by Brian White <[email protected]>
child_process: simplify send() result handling

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

dd83d118697071b7b3191d4124930d3427450fda authored over 7 years ago by Brian White <[email protected]>
src: correct indentation for X509ToObject

The indentation in one of the if statements blocks is four spaces
instead of two. This commit ch...

8f91aa506a3d3162ffc891a092feef24104f27f5 authored over 7 years ago by Daniel Bevenius <[email protected]>
async_hooks: use resource objects for Promises

Use `PromiseWrap` resource objects whose lifetimes are tied to
the `Promise` instances themselve...

8f39881b743d65a0be8bd4ab0b4574f7109bcd07 authored over 7 years ago by Anna Henningsen <[email protected]>
async_hooks: minor refactor to callback invocation

Re-use the `init` function wherever possible, and move
`try { … } catch` blocks that result in f...

02aea0690deaa1a79fe8f5c7c8b8119a45347a4d authored over 7 years ago by Anna Henningsen <[email protected]>
test: refactor test-fs-read-*

* Use `common.mustNotCall()` in place of `common.noop` where appropriate
* Increase specificity ...

7fbeebac9679f16b20e2fa9933e1c71410afe30f authored over 7 years ago by Rich Trott <[email protected]>
async_hooks: make sure `.{en|dis}able() === this`

Make sure that `hook.enable()` and `hook.disable()` return `hook`
consistently, as the documenta...

6318078d2cb9980c4dc218d7fbe658cb77454165 authored over 7 years ago by Anna Henningsen <[email protected]>