summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* echo_srv: Fix resource leak of s2 on error.Andreas Schneider2014-04-141-1/+1
* echo_srv: Fix resource leak of sock.Andreas Schneider2014-04-141-0/+1
* tests: Fix creating remove_cmd.Andreas Schneider2014-04-141-2/+3
* tests: Don't leak file description in test_ioctl.Andreas Schneider2014-04-141-0/+2
* 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: Create the compile command database by default.Andreas Schneider2014-04-071-0/+3
* Bump version to 1.0.1.socket_wrapper-1.0.1Andreas Schneider2014-02-042-1/+6
* cmake: Add socket_wrapper-config.cmake.Andreas Schneider2014-02-042-0/+3
* cmake: Use SOCKET_WRAPPER_LOCATION.Andreas Schneider2014-02-041-2/+2
* cmake: Add --libs output for pkg-config.Andreas Schneider2014-02-043-8/+16
* cpack: Don't package the obj directory.Andreas Schneider2014-02-041-1/+1
* 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-283-0/+42
* src: Add eventfd() to handle stale fds.Andreas Schneider2014-01-283-0/+42
* src: Add signalfd() to handle stale fds.Andreas Schneider2014-01-283-7/+43
* 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
* Update TODO.Andreas Schneider2014-01-281-0/+3
* Update ChangeLog.Andreas Schneider2014-01-281-0/+5
* Update TODO.Andreas Schneider2014-01-241-3/+19
* 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
* cmake: Only build test_sendmsg_recvmsg_fd if we have msg_control.Andreas Schneider2014-01-211-2/+5
* src: Fix setting the temp iovec.Andreas Schneider2014-01-211-9/+9
* src: Fix build on Solaris.Andreas Schneider2014-01-211-18/+32
* cmake: Check for HAVE_STRUCT_MSGHDR_MSG_CONTROL.Andreas Schneider2014-01-212-0/+2
* cmake: Fix HAVE_STRUCT_SOCKADDR_SA_LEN detection.Andreas Schneider2014-01-212-1/+5
* src: Fix build warnings on FreeBSD.Andreas Schneider2014-01-211-8/+8
* cmake: Add cmake config version script.Andreas Schneider2014-01-203-12/+39
* cmake: Add pkg-config file.Andreas Schneider2014-01-202-0/+14
* Improve the README.Andreas Schneider2014-01-201-9/+20
* tests: Add sendmsg_recvmsg_fd test.Jakub Hrozek2014-01-202-1/+118
* tests: Add test_echo_udp_sendmsg_recvmsg.Andreas Schneider2014-01-202-1/+201
* 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