libuv/src
Fedor Indutny 29fdb3471b unix: update events from pevents between polls
Watchers could be stopped between two `kevent()`/`epoll_wait()` calls
(which may happen in the same loop in `uv__io_poll()`), in such cases
`watcher->events` could be stale and won't be updated to
`watcher->pevents`.

Try to use and rely on `watcher->pevents` instead of blindly expecting
`watcher->events` to be always correct.
2013-10-30 12:40:25 +04:00
..
unix unix: update events from pevents between polls 2013-10-30 12:40:25 +04:00
win windows/fs: handle _open_osfhandle() failure correctly 2013-09-05 08:52:14 +02:00
fs-poll.c unix, windows: make uv_fs_t.statbuf public 2013-02-10 17:50:03 +01:00
inet.c inet: snprintf returns int, not size_t 2013-04-10 15:50:39 +02:00
uv-common.c unix, windows: move uv_now() to uv-common.c 2013-05-29 16:13:34 +02:00
uv-common.h unix: add uv__is_closing() macro 2013-05-26 23:02:17 +02:00
version.c Now working on v0.10.19 2013-10-18 13:17:52 -07:00