Skip to content

Tags: infinium-browser/node

Tags

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.

atom-shell-v0.8.5

Toggle atom-shell-v0.8.5'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.

atom-shell-v0.8.4

Toggle atom-shell-v0.8.4's commit message
Add node_lib target which builds a static library.

With this other projects would be possible to include node as a third
party library and embed a node engine in their applications.

atom-shell-v0.8.0

Toggle atom-shell-v0.8.0's commit message
Add node_lib target which builds a static library.

With this other projects would be possible to include node as a third
party library and embed a node engine in their applications.

atom-shell-v0.7.6

Toggle atom-shell-v0.7.6's commit message
Add fs.lstatSyncNoException.

atom-shell-v0.7.5

Toggle atom-shell-v0.7.5's commit message
TEMP PATCH: Make Buffer's C++ API safe.

Should remove this when updated to node v0.12.x.