libuv/src
Bert Belder 4ed29c2498 win,pipe: properly close when created from CRT fd
When a Windows handle was opened from a CRT fd, it needs to be closed
with `close()` instead of `CloseHandle()`.

PR-URL: https://github.com/libuv/libuv/pull/396
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-06-14 16:22:29 -07:00
..
unix unix: handle invalid _SC_GETPW_R_SIZE_MAX values 2015-06-05 19:44:31 +02:00
win win,pipe: properly close when created from CRT fd 2015-06-14 16:22:29 -07:00
fs-poll.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02: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 core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
uv-common.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
uv-common.h win,stream: add slot to remember CRT fd 2015-06-14 16:22:17 -07:00
version.c Now working on v0.10.31 2014-12-09 19:49:50 +01:00