libuv/src
Saúl Ibarra Corretgé 7dcc3e0cf0 win: fix uv_fs_access on directories
For posterity, these are the rules for access on Windows (taken from
CPython's implementation), Access is possible if:

* Write access wasn't requested
* The file isn't read-only
* It's a directory (directories cannot be read-only on Windows)

PR-URL: https://github.com/libuv/libuv/pull/316
Reviewed-By: Bert Belder <bertbelder@gmail.com>
2015-04-13 10:22:18 +02:00
..
unix unix: fix potential bug if dup2 fails in uv_spawn 2015-04-10 15:27:04 +02:00
win win: fix uv_fs_access on directories 2015-04-13 10:22:18 +02:00
fs-poll.c memory: add uv_replace_allocator 2015-03-05 20:02: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 memory: add uv_replace_allocator 2015-03-05 20:02:16 +01:00
uv-common.c memory: add uv_replace_allocator 2015-03-05 20:02:16 +01:00
uv-common.h memory: add uv_replace_allocator 2015-03-05 20:02:16 +01:00
version.c Now working on v0.10.31 2014-12-09 19:49:50 +01:00