summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* swrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendmsg_before().Andreas Schneider2014-05-261-2/+31
* swrap: Add swrap_msghdr_filter_cmsg_pktinfo().Andreas Schneider2014-05-261-7/+26
* swrap: Add swrap_sendmsg_filter_cmsg_socket().Andreas Schneider2014-05-261-1/+35
* swrap: Add swrap_sendmsg_copy_cmsg().Andreas Schneider2014-05-261-1/+41
* swrap: Add swrap_sendmsg_filter_cmsghdr().Andreas Schneider2014-05-261-0/+27
* swrap: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-05-261-1/+22
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-05-261-1/+1
* swrap: Silence a warning on OpenIndiana.Andreas Schneider2014-05-261-0/+2
* swrap: Properly cache the handle also in LIBC_SO case.Pino Toscano2014-05-261-0/+2
* swrap: Truncate the address if the buffer is to small.Andreas Schneider2014-05-221-2/+14
* swrap: Process control messages in recvmsg().Andreas Schneider2014-05-221-1/+40
* swrap: Call swrap_msghdr_socket_info in swrap_recvmsg_after().Andreas Schneider2014-05-221-5/+17
* swrap: Add swrap_msghdr_socket_info().Andreas Schneider2014-05-221-0/+11
* swrap: Add swrap_msghdr_add_pktinfo().Andreas Schneider2014-05-221-0/+65
* swrap: Add swrap_msghdr_add_cmsghdr().Andreas Schneider2014-05-211-0/+71
* swrap: Add IP_PKTINFO support in setsockopt.Andreas Schneider2014-05-211-0/+21
* cmake: Build swrap with _GNU_SOURCE.Andreas Schneider2014-05-211-0/+6
* swrap: Correctly set the bind iface address on connect().Andreas Schneider2014-05-081-0/+57
* swrap: use LIBC_SO from GNU libc, if availablePino Toscano2014-05-081-0/+8
* swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-05-051-4/+4
* Fix some typos.Jakub Wilk2014-05-051-4/+4
* swrap: Use the loaded libc open() directly.Andreas Schneider2014-04-251-2/+14
* cmake: Fix policy check.Andreas Schneider2014-04-251-1/+1
* swrap: Do not leak memory in swrap_recvmsg_after().Andreas Schneider2014-04-141-3/+4
* cmake: Only set policy in cmake 3.0.Andreas Schneider2014-04-101-1/+3
* cmake: Fix configure warning with cmake 3.0.Andreas Schneider2014-04-071-0/+1
* cmake: Add --libs output for pkg-config.Andreas Schneider2014-02-041-0/+4
* src: Add a public socket_wrapper_enabled() function.socket_wrapper-1.0.0Andreas Schneider2014-02-011-1/+9
* src: Fix va arg passing in open().Andreas Schneider2014-01-291-7/+15
* src: Handle stale fds in dup() and dup2().Andreas Schneider2014-01-281-0/+6
* src: Add timerfd_create() to handle stale fds.Andreas Schneider2014-01-281-0/+38
* src: Add eventfd() to handle stale fds.Andreas Schneider2014-01-281-0/+38
* src: Add signalfd() to handle stale fds.Andreas Schneider2014-01-281-0/+38
* src: Add socketpair() to handle stale fds.Andreas Schneider2014-01-281-0/+30
* src: Add pipe() to handle stale fds.Andreas Schneider2014-01-281-0/+30
* src: Check for stale fds in swrap_accept().Andreas Schneider2014-01-281-0/+4
* src: Check for stale fds in swrap_socket().Andreas Schneider2014-01-281-1/+9
* src: Handle stale fds in swrap_recvmsg_after().Andreas Schneider2014-01-281-9/+16
* src: Handle stale fds in swrap_sendmsg_after().Andreas Schneider2014-01-281-7/+13
* src: Try to recover when reading from a fd returns ENOTSOCK.Nalin Dahyabhai2014-01-281-8/+25
* src: Try to recover when writing to fd returns ENOTSOCK.Nalin Dahyabhai2014-01-281-9/+32
* src: Try to recover when sockets are closed elsewhere.Nalin Dahyabhai2014-01-281-0/+61
* src: Use swrap_recvmsg_(before|after) for swrap_readv().Andreas Schneider2014-01-281-53/+27
* src: Fix warnings on Solaris.Andreas Schneider2014-01-211-5/+7
* src: Initialize sockaddr_un.Andreas Schneider2014-01-211-1/+1
* src: Make sure the memory is zeroed.Andreas Schneider2014-01-211-1/+4
* src: Case pid_t to an int in SWRAP_LOG.Andreas Schneider2014-01-211-16/+8
* src: Fix setting the temp iovec.Andreas Schneider2014-01-211-9/+9
* src: Fix build on Solaris.Andreas Schneider2014-01-211-18/+32
* src: Fix build warnings on FreeBSD.Andreas Schneider2014-01-211-8/+8