Skip to content

Tags: oliverwright/node

Tags

electron-v1.7.7

Toggle electron-v1.7.7's commit message
Backport libuv/libuv#1419

electron-v1.8.0-1

Toggle electron-v1.8.0-1's commit message
Remove the assertion of async_id

It is crashing in Electron, I doubt it is caused by the node
integration code.

electron-v1.8.0

Toggle electron-v1.8.0's commit message
Use module version 56 for v8 5.9

electron-v1.7.6

Toggle electron-v1.7.6's commit message
Allocate memory of Buffer with V8's allocator

electron-v1.6.10

Toggle electron-v1.6.10's commit message
crypto: fix memory leak if certificate is revoked

The additional validity checks applied to StartCom and WoSign
certificates failed to free memory before returning.

Refs: nodejs/node#9469
Fixes: nodejs/node#12033
PR-URL: nodejs/node#12089
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

electron-v1.6.9

Toggle electron-v1.6.9's commit message
lib: fix event race condition with -e

Commit c5b07d4 ("lib: fix beforeExit not working with -e") runs the
to-be-evaluated code at a later time than before because it switches
from `process.nextTick()` to `setImmediate()`.

It affects `-e 'process.on("message", ...)'` because there is now a
larger time gap between startup and attaching the event listener,
increasing the chances of missing early messages.  I'm reasonably
sure `process.nextTick()` was also susceptible to that, only less
pronounced.

Avoid the problem altogether by evaluating the code synchronously.
Harmonizes the logic with `Module.runMain()` from lib/module.js
which also calls `process._tickCallback()` afterwards.

PR-URL: nodejs/node#11958
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>

electron-v1.6.3

Toggle electron-v1.6.3's commit message
Bump NODE_MODULE_VERSION to 53

This matches the number in nodejs/node#10992.

electron-v1.6.1

Toggle electron-v1.6.1's commit message
Bump NODE_MODULE_VERSION to 53

This matches the number in nodejs/node#10992.

electron-v1.6.0

Toggle electron-v1.6.0's commit message
Bump NODE_MODULE_VERSION to 53

This matches the number in nodejs/node#10992.

electron-v1.5.1

Toggle electron-v1.5.1's commit message
Add missing return value to node::url::To{Ascii,Unicode}