libuv/src
Bert Belder 489fb4c972 windows/fs: make uv_fs_open() report EINVAL correctly
Before, when the user passed an invalid paramter to uv_fs_open, libuv
would detect this and call SET_REQ_RESULT to set the result value to -1.
SET_REQ_RESULT then stored whatever error code was returned by
GetLastError(), which would have no relationship to the actual problem,
and might as well be zero.
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: make uv_fs_open() report EINVAL 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