libuv/src
Bert Belder 20e774c62a windows/fs: handle _open_osfhandle() failure correctly
Until now we assumed that _open_osfhandle() would set _doserrno on
failure. This assumption was very wrong in one obvious case, namely when
the CRT file descriptor table would fill up. In that case errno is set
to EMFILE, but GetLastError() returns zero - which makes sense because
it's not a win32 error but rather a CRT problem.
2013-09-05 09:05:28 +02:00
..
unix include: make uv_write{2} const correct 2013-09-01 08:25:25 +02:00
win windows/fs: handle _open_osfhandle() failure correctly 2013-09-05 09:05:28 +02:00
fs-poll.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
inet.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
queue.h windows: omit stdint.h, fix msvc 2008 build error 2013-08-20 14:06:35 +02:00
uv-common.c include: merge uv_udp_send and uv_udp_send6 2013-09-04 03:17:29 +02:00
uv-common.h include: uv_udp_send{6} now takes sockaddr_in* 2013-09-01 08:02:20 +02:00
version.c Now working on v0.11.14 2013-09-04 14:45:22 +02:00