summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* swrap: Implement recvmsg().Andreas Schneider2014-01-201-1/+50
* swrap: Fix DGRAM in swrap_recvmsg(before|after).Andreas Schneider2014-01-201-30/+74
* swrap: Use swrap_recvmsg_* in swrap_read().Stefan Metzmacher2014-01-201-10/+28
* swrap: Use swrap_recvmsg_* in swrap_recv().Stefan Metzmacher2014-01-201-10/+28
* swrap: Use swrap_recvmsg_* in swrap_recvfrom().Stefan Metzmacher2014-01-201-9/+30
* swrap: Add swrap_recvmsg_after().Stefan Metzmacher2014-01-201-0/+78
* swrap: Add swrap_recvmsg_before().Stefan Metzmacher2014-01-201-0/+49
* swrap: Fix loading of system libraries.Andreas Schneider2013-12-201-4/+2
* swrap: Add documentation for SOCK_CLOEXEC in socket().Andreas Schneider2013-12-191-0/+6
* swrap: Don't build with swrap_str_lib() if NDEBUG is defined.Andreas Schneider2013-12-121-0/+2
* Fix formatting of variables of type pid_tJakub Hrozek2013-12-111-4/+12
* logging: log creating the socketsJakub Hrozek2013-12-111-0/+31
* logging: Add logging when loading system functionsJakub Hrozek2013-12-111-2/+20
* cmake: Detect attribute formatJakub Hrozek2013-12-111-2/+2
* swrap: Remove obsolete init functions.Andreas Schneider2013-12-101-149/+1
* swrap: Add libc_writev().Andreas Schneider2013-12-101-2/+9
* swrap: Add libc_socket().Andreas Schneider2013-12-101-3/+10
* swrap: Add libc_setsockopt().Andreas Schneider2013-12-101-10/+21
* swrap: Add libc_sendto().Andreas Schneider2013-12-101-13/+25
* swrap: Add libc_sendmsg().Andreas Schneider2013-12-101-3/+10
* swrap: Add libc_send().Andreas Schneider2013-12-101-2/+9
* swrap: Add libc_recv().Andreas Schneider2013-12-101-2/+9
* swrap: Add libc_recvfrom().Andreas Schneider2013-12-101-12/+24
* swrap: Add libc_readv().Andreas Schneider2013-12-091-2/+9
* swrap: Add libc_read().Andreas Schneider2013-12-091-2/+9
* swrap: Add libc_listen().Andreas Schneider2013-12-091-2/+9
* swrap: Correctly load ioctl().Andreas Schneider2013-12-091-0/+2
* squash swrap_load_lib_handleAndreas Schneider2013-12-091-2/+2
* swrap: Add libc_getsockopt().Andreas Schneider2013-12-091-10/+21
* swrap: Add libc_getsockname().Andreas Schneider2013-12-091-4/+13