132fe600 | 18-Apr-2012 |
Ben Noordhuis |
const-ify stream argument to uv_is_readable() and uv_is_writable() |
edb39b24 | 18-Apr-2012 |
Ben Noordhuis |
const-ify handle argument to uv_is_closing() |
fb6c9eef | 07-Apr-2012 |
Ben Noordhuis |
const-ify handle argument to uv_is_active() |
6c2a2aa2 | 18-Apr-2012 |
Ben Noordhuis |
test: don't assume unref'd timer cb runs |
57ee1469 | 13-Apr-2012 |
Ben Noordhuis |
test: unlink UNIX socket before starting pipe echo server |
976423c6 | 13-Apr-2012 |
Ben Noordhuis |
test: remove unused variable |
f471f063 | 12-Apr-2012 |
Ben Noordhuis |
test: clean up test-stdio-over-pipes |
32948ab9 | 06-Apr-2012 |
Ben Noordhuis |
test: make variables static in test-gethostbyname.c |
92ec7989 | 21-Mar-2012 |
Ben Noordhuis |
test: stop counter_init from failing when watch_dir exists |
13b8ebd7 | 17-Apr-2012 |
Bert Belder |
windows: a closing async watcher should not call it's callback |
20879c1c | 17-Apr-2012 |
Bert Belder |
test: fix a race condition in 'async' test |
5345ee36 | 17-Apr-2012 |
Ben Noordhuis |
test: fix race conditions in test-async |
d5e77868 | 16-Apr-2012 |
Ben Noordhuis |
windows: map ERROR_WRITE_PROTECT to UV_EROFS |
58733d18 | 14-Apr-2012 |
Maciej Małecki |
unix: map `EROFS` to `UV_EROFS` |
76364c26 | 12-Apr-2012 |
Bert Belder |
Fix spawn_and_kill_with_std test |
62a63a30 | 12-Apr-2012 |
Bert Belder |
Windows: make uv_dlopen() look in the DLL path to resolve recursive dependencies |
9984d157 | 12-Apr-2012 |
Bert Belder |
Windows: make uv_uptime() more robust |
f3e3e5b5 | 12-Apr-2012 |
Bert Belder |
Windows: validate UDP socket options Makes test-udp-options pass on Windows. |
a41016e9 | 12-Apr-2012 |
Ben Noordhuis |
unix: run pending shutdown cb when stream is closed |
4f0ff3c5 | 12-Apr-2012 |
Bert Belder |
Disable ipc_send_recv_pipe test on Windows It's not supported yet |
6ec330a6 | 12-Apr-2012 |
Bert Belder |
Add UV_EIO error code |
fa215848 | 12-Apr-2012 |
Bert Belder |
Whitespace |
4741a112 | 12-Apr-2012 |
Ben Noordhuis |
test: disable fs_event_close_in_callback on kqueue-based systems |
2e5e1165 | 11-Apr-2012 |
Bert Belder |
Tests: don't use %zu placeholder in printf statements It's not supported by msvcrt. |
42d35334 | 11-Apr-2012 |
Ben Noordhuis |
unix: fix udp_options test on OS X and Solaris setsockopt(IP_TTL) will happily let you set a TTL > 255 on OS X, cap it. -1 or 0 is a valid TTL on Linux but not portable, deny it. |