libuv/src
Alexis Campailla 4f913b669a windows: freeze in uv_tcp_endgame
The event_handle field of unused accept requests was not being
initialized properly. As a result, uv_tcp_endgame would try to close
an invalid handle and this could lead to unexpected behavior.

This fixes node.js test test-cluster-disconnect.js on Windows.
2014-02-18 19:16:47 +01:00
..
unix unix: correct error when calling uv_shutdown twice 2014-02-15 16:55:06 +01:00
win windows: freeze in uv_tcp_endgame 2014-02-18 19:16:47 +01: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.25 2014-01-29 09:41:41 -08:00