Tags: infinium-browser/node
Tags
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.
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.
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.
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.
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.
TEMP PATCH: Make Buffer's C++ API safe. Should remove this when updated to node v0.12.x.
PreviousNext