Skip to content

Tags: inspector-ambitious/node

Tags

atom-shell-v0.17.3

Toggle atom-shell-v0.17.3's commit message
Bump node module version to 15

atom-shell-v0.16.3

Toggle atom-shell-v0.16.3's commit message
Allow NODE_MODULE_VERSION to be overrided.

atom-shell-v0.15.9

Toggle atom-shell-v0.15.9's commit message
Prototype of V8::TerminateExecution has changed in latest V8.

atom-shell-v0.14.3

Toggle atom-shell-v0.14.3's commit message
Prototype of V8::TerminateExecution has changed in latest V8.

atom-shell-v0.14.1

Toggle atom-shell-v0.14.1's commit message
Export modules' DSO constructors.

We need to reference DSO constructors to make sure they can actually be
linked to the final binary, see http://git.io/DRIqCg.

atom-shell-v0.12.6

Toggle atom-shell-v0.12.6's commit message
Build with debug information on OS X.

atom-shell-v0.12.5

Toggle atom-shell-v0.12.5's commit message
Build with debug information on OS X.

atom-shell-v0.12.4

Toggle atom-shell-v0.12.4's commit message
Build with debug information on OS X.

atom-shell-v0.10.3

Toggle atom-shell-v0.10.3's commit message
Guard against NULL in ErrName.

The uv_err_name would return NULL on unknown system error, which then would
crash V8 by creating string from NULL.

atom-shell-v0.9.1

Toggle atom-shell-v0.9.1's commit message
Add on_watcher_queue_updated callback for loop.

This callback is called when loop's watcher queue changes, when polling
kqueue in new thread, we need to get notified when there are new events
needed to be watched.