libuv/src
Geoffry Song 780d8ad8e5 linux: always deregister closing fds from epoll
If the same file description is open in two different processes, then
closing the file descriptor is not sufficient to deregister it from the
epoll instance (as described in epoll(7)), resulting in spurious events
that cause the event loop to spin repeatedly. So always explicitly
deregister it.

Fixes #1099.
2014-02-19 17:13:49 +04:00
..
unix linux: always deregister closing fds from epoll 2014-02-19 17:13:49 +04:00
win Merge branch 'v0.10' 2014-02-18 19:19:52 +01:00
fs-poll.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
heap-inl.h unix: use a heap for timers 2014-02-19 13:36:14 +01:00
inet.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
queue.h queue: strengthen type checks 2013-11-02 13:55:57 +01:00
uv-common.c tcp: uv_tcp_dualstack() 2014-01-19 23:07:42 +00:00
uv-common.h tcp: uv_tcp_dualstack() 2014-01-19 23:07:42 +00:00
version.c include: expose libuv version in header files 2014-02-17 20:53:20 +01:00