libuv/src/unix
Michael Dawson 05ef2980ee aix: fix setsockopt for multicast options
On AIX the length of socket options
for multicast and ttl options is not always sizeof(char).

AIX has the same issue as solaris which was fixed under
PR-URL: https://github.com/libuv/libuv/pull/243

This PR extends the fix to cover AIX as well.

PR-URL: https://github.com/libuv/libuv/pull/345
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-05-07 20:14:20 +02:00
..
aix.c aix: fix uv_interface_addresses return value 2015-05-05 10:30:48 +02:00
android-ifaddrs.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
async.c unix: fix for uv_async data race 2015-02-18 21:44:37 +01:00
atomic-ops.h unix: add atomic-ops.h 2013-10-20 13:58:34 +02:00
core.c unix, windows: fix UV_RUN_ONCE mode if progress was made 2014-12-23 09:49:12 +01:00
darwin-proctitle.c unix: fix long line introduced in commit 94e628fa 2015-01-21 13:04:50 +01:00
darwin.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
dl.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
freebsd.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
fs.c unix: clean up uv_fs_open() O_CLOEXEC logic 2015-04-29 15:10:08 +02:00
fsevents.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
getaddrinfo.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
getnameinfo.c unix, win: add synchronous uv_get{addr,name}info 2015-01-23 01:12:05 +01:00
internal.h darwin: fix size calculation in select() fallback 2015-03-05 21:05:00 +01:00
kqueue.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
linux-core.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
linux-inotify.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
linux-syscalls.c linux: intercept syscall when running under memory sanitizer 2015-05-05 10:26:20 +02:00
linux-syscalls.h linux: fix epoll_pwait() sigmask size calculation 2014-12-25 14:37:02 +01:00
loop-watcher.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
loop.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
netbsd.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
openbsd.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
pipe.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
poll.c unix, windows: set non-block mode in uv_poll_init 2015-01-16 10:41:00 +01:00
process.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
proctitle.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
pthread-fixes.c unix: workaround broken pthread_sigmask on Android 2014-03-06 11:54:50 +01:00
signal.c unix: fix various memory leaks and undef behavior 2013-12-07 02:29:43 +04:00
spinlock.h unix: add spinlock.h 2013-10-20 13:58:34 +02:00
stream.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
sunos.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
tcp.c unix: set non-block mode in uv_{pipe,tcp,udp}_open 2015-01-14 19:46:54 +01:00
thread.c Revert "memory: add uv_replace_allocator" 2015-04-29 09:37:02 +02:00
timer.c unix, windows: don't allow a NULL callback on timers 2014-09-05 16:59:18 +02:00
tty.c unix: reject non-tty fds in uv_tty_init() 2015-03-11 16:45:51 +01:00
udp.c aix: fix setsockopt for multicast options 2015-05-07 20:14:20 +02:00