e1154d70 | 24-Apr-2012 |
Bert Belder |
Api for polling external sockets |
e3875548 | 02-May-2012 |
Bert Belder |
Unix: namespace stream handle flags |
1ebe14e4 | 02-May-2012 |
Ben Noordhuis |
linux: fix build error with old kernel headers O_CLOEXEC was introduced in linux 2.6.23, don't assume it's available. Fixes #400. |
19aca7a7 | 24-Apr-2012 |
Bert Belder |
Windows: add uv_msafd_poll, to support overlapped socket polling |
9f0dc260 | 24-Apr-2012 |
Bert Belder |
Windows: fetch pointer for CancelIoEx on startup |
7d45cca1 | 24-Apr-2012 |
Bert Belder |
Windows: we're out of handle flags - arrange them more efficiently |
6367da25 | 01-May-2012 |
Bert Belder |
Merge branch 'v0.6'
|
Revision tags: node-v0.6.17 |
|
936795a2 | 16-Apr-2012 |
Ben Noordhuis |
windows: map ERROR_WRITE_PROTECT to UV_EROFS |
edb40b16 | 14-Apr-2012 |
Maciej Małecki |
unix: map `EROFS` to `UV_EROFS` Conflicts: src/unix/error.c |
0efa3cf4 | 01-May-2012 |
Fedor Indutny |
err: handle EIO errors on win/unix |
c7edea99 | 01-May-2012 |
Bert Belder |
Merge branch 'v0.6'
|
32f6f6e2 | 01-May-2012 |
Bert Belder |
Windows: map ERROR_NOT_SAME_DEVICE to UV_EXDEV |
d13b1e08 | 29-Apr-2012 |
Keno Fischer |
Windows: fix uv_fs_ftruncate to compile with Mingw32 Close: #382, #397 Ref: #381 |
b386c44e | 29-Apr-2012 |
Bert Belder |
Windows: always enable multicore compile |
0c320879 | 29-Apr-2012 |
Bert Belder |
Windows: disable minimal rebuild (/Gm) If enabled multicore compile doesn't work. |
62344168 | 28-Apr-2012 |
Erik Dubbelboer |
test-spawn failed to build on linux - added missing header file - converted c++ style comment to c style comment |
e2b6f423 | 28-Apr-2012 |
Erik Dubbelboer |
test-spawn failed to build on linux - added missing header file - converted c++ style comment to c style comment |
fac3b68f | 24-Apr-2012 |
Ben Noordhuis |
linux: add IN_MOVE_SELF to inotify event mask Partially fixes joyent/node#3172, behavior is now consistent with inotifywait. |
bfd6d465 | 27-Apr-2012 |
Bert Belder |
Test for the uv_spawn's setuid and setgid options |
99a995a6 | 27-Apr-2012 |
Bert Belder |
uv_spawn: support setting the child process' user and group id |
c862acc6 | 27-Apr-2012 |
Bert Belder |
Windows: add mappings for UV_ENOENT |
b26fdde1 | 20-Apr-2012 |
isaacs |
Map ENOMEM to UV_ENOMEM |
d41cc911 | 27-Apr-2012 |
Bert Belder |
Windows: uv_spawn2 reports the wrong error when setuid/setgid is specified |
aea5db5d | 27-Apr-2012 |
Bert Belder |
Windows: add mappings for UV_ENOENT |
66647bf9 | 27-Apr-2012 |
Bert Belder |
Test for setuid/setgid |