The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / signal_wrap.cc @ 6f92da2d

History | View | Annotate | Download (3.66 KB)

# Date Author Comment
8e29ce9f 07/31/2013 02:12 PM Fedor Indutny

src: lint c++ code

ca9eb718 07/20/2013 06:09 AM Ben Noordhuis

src, lib: update after internal api change

Libuv now returns errors directly. Make everything in src/ and lib/
follow suit.

The changes to lib/ are not strictly necessary but they remove the need
for the abominations that are process._errno and node::SetErrno().

110a9cd8 07/06/2013 11:44 AM Ben Noordhuis

lib, src: upgrade after v8 api change

This is a big commit that touches just about every file in the src/
directory. The V8 API has changed in significant ways. The most
important changes are:

  • Binding functions take a const v8::FunctionCallbackInfo<T>& argument...
b9165252 06/17/2013 05:32 PM Ben Noordhuis

src: clean up `using` directives

Remove the unused ones and alphabetically sort the ones that remain.

f65e14ed 03/19/2013 08:11 PM Trevor Norris

src: pass Isolate to all applicable api

Update the api to pass node_isolate to all supported methods.

Much thanks to Ben Noordhuis and his work in 51f6e6a.

51f6e6a9 02/25/2013 05:45 PM Ben Noordhuis

src, test: downgrade to v8 3.14 api

6573fc35 01/07/2013 11:39 AM Ben Noordhuis

src: pass node_isolate to Integer::New

2cdf427d 08/21/2012 06:50 AM Ben Noordhuis

signal_wrap: fix unused variable compiler warning

600a6468 08/20/2012 06:18 PM Bert Belder

process: use uv_signal instead of ev_signal