libuv/src
Michael 57c4342e4f aix: always deregister closing fds from epoll
In debugging test-tls-ocsp-callback.js for the 0.12.0 Node on
AIX we discovered that there was code missing in
uv__platform_invalidate_fd() in aix.c which removes the file
descriptor from the pollset when needed.  We based the
impelementation in aix.c on the unix version in linux-core.cc.
We can see that this issue was addressed for linux in commit
780d8ad.

PR-URL: https://github.com/libuv/libuv/pull/221
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-02-26 11:39:51 +01:00
..
unix aix: always deregister closing fds from epoll 2015-02-26 11:39:51 +01:00
win unix,windows: make uv_thread_create() return errno 2015-02-17 22:25:01 +01:00
fs-poll.c style: rename buf to buffer and len to size for consistency 2015-01-27 11:31:16 +01:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c unix, windows: fix parsing scoped IPv6 addresses 2014-05-25 23:30:46 +02:00
queue.h queue: strengthen type checks 2013-11-02 13:55:57 +01:00
threadpool.c windows: don't use atexit for cleaning up the threadpool 2014-07-28 09:38:57 +02:00
uv-common.c style: rename buf to buffer and len to size for consistency 2015-01-27 11:31:16 +01:00
uv-common.h win,unix: move loop functions which have identical implementations 2015-01-20 12:22:28 +01:00
version.c Now working on v0.10.31 2014-12-09 19:49:50 +01:00