libuv/src/unix
Imran Iqbal a117fbd13b aix: fix ahafs implementation
uv__makedir_p was not processing all directories in passed string. Now
if a directory already exists (EEXIST) it simply moves onto the next
directory in the provided string.

Fixed bogus assert in uv__ahafs_event.

PR-URL: https://github.com/libuv/libuv/pull/776
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2016-04-01 10:52:01 +02:00
..
aix.c aix: fix ahafs implementation 2016-04-01 10:52:01 +02:00
android-ifaddrs.c src: remove non ascii character 2015-12-13 11:52:49 +01:00
async.c unix: use QUEUE_MOVE when iterating over lists 2015-10-08 21:47:43 +02:00
atomic-ops.h unix: make work with Solaris Studio. 2015-10-13 18:07:28 +02:00
core.c process: fix uv_spawn edge-case 2016-03-31 11:53:42 +02:00
darwin-proctitle.c unix: fix long line introduced in commit 94e628fa 2015-01-21 13:04:50 +01:00
darwin.c unix: fix memory leak in uv_interface_addresses 2015-09-23 08:16:20 +02:00
dl.c misc: remove unnecessary null pointer checks 2015-11-17 09:18:55 +01:00
freebsd.c misc: remove unnecessary null pointer checks 2015-11-17 09:18:55 +01:00
fs.c unix: fix compile error in Android using bionic 2016-03-05 08:14:34 +01:00
fsevents.c fsevents: fix race on simultaneous init+close 2015-12-02 19:01:28 -05:00
getaddrinfo.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
getnameinfo.c unix, win: add synchronous uv_get{addr,name}info 2015-01-23 01:12:05 +01:00
internal.h process: fix uv_spawn edge-case 2016-03-31 11:53:42 +02:00
kqueue.c poll: add UV_DISCONNECT event 2016-03-15 23:39:49 +01:00
linux-core.c linux: remove redundant call to rewind() 2016-03-08 09:12:40 +01:00
linux-inotify.c unix: fix uv_fs_event_stop() from fs_event_cb 2015-12-08 10:03:01 +01:00
linux-syscalls.c linux,fs: fix p{read,write}v with a 64bit offset 2015-12-03 08:50:28 +01:00
linux-syscalls.h poll: add UV_DISCONNECT event 2016-03-15 23:39:49 +01:00
loop-watcher.c unix: use QUEUE_MOVE when iterating over lists 2015-10-08 21:47:43 +02:00
loop.c unix, win: make uv_loop_init return on error 2015-08-20 17:39:21 +02:00
netbsd.c unix: fix memory leak in uv_interface_addresses 2015-09-23 08:16:20 +02:00
openbsd.c misc: remove unnecessary null pointer checks 2015-11-17 09:18:55 +01:00
pipe.c unix, win: count null byte on UV_ENOBUFS 2016-03-03 09:23:10 +01:00
poll.c poll: add UV_DISCONNECT event 2016-03-15 23:39:49 +01:00
process.c process: fix uv_spawn edge-case 2016-03-31 11:53:42 +02:00
proctitle.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
pthread-fixes.c android: add missing include to pthread-fixes.c 2015-07-15 10:18:52 +02:00
signal.c unix: use QUEUE_MOVE when iterating over lists 2015-10-08 21:47:43 +02:00
spinlock.h unix: add spinlock.h 2013-10-20 13:58:34 +02:00
stream.c unix: fix uv__handle_type for AIX 2016-03-03 20:47:31 +01:00
sunos.c unix: report errors for unpollable fds 2016-01-21 17:57:00 +01:00
tcp.c unix: consolidate tcp and udp bind error 2015-06-28 11:53:52 +02:00
thread.c ios: fix undefined PTHREAD_STACK_MIN 2016-01-21 09:22:36 +01:00
timer.c unix, windows: don't allow a NULL callback on timers 2014-09-05 16:59:18 +02:00
tty.c unix: retry ioctl(TIOCGWINSZ) on EINTR 2016-03-20 13:09:16 +01:00
udp.c unix: fix request handle leak in uv__udp_send 2015-10-07 15:12:26 +02:00