summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Add test for different length passed to get(sock|peer)name.Andreas Schneider2014-05-221-0/+58
* swrap: Truncate the address if the buffer is to small.Andreas Schneider2014-05-221-2/+14
* tests: Add support to sending IP_PKTINFO in echo_srv.Andreas Schneider2014-05-221-3/+88
* tests: Add support to receive IP_PKTINFO in echo_srv.Andreas Schneider2014-05-222-5/+195
* 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: Add check for HAVE_STRUCT_IN6_PKTINFO.Andreas Schneider2014-05-212-0/+9
* cmake: Build swrap with _GNU_SOURCE.Andreas Schneider2014-05-212-1/+7
* tests: Add test to verify that the binded iface address is correct.Andreas Schneider2014-05-082-0/+356
* 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-083-0/+10
* Bump version to 1.0.2.socket_wrapper-1.0.2Andreas Schneider2014-05-052-2/+7
* swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-05-051-4/+4
* Fix some typos.Jakub Wilk2014-05-054-7/+7
* swrap: Use the loaded libc open() directly.Andreas Schneider2014-04-251-2/+14
* echo_srv: Fix possible resouce leaks on error in socket_dup().Andreas Schneider2014-04-251-0/+8
* tests: Fix use of tainted string in test_ioctl.Andreas Schneider2014-04-251-1/+6
* cmake: Fix policy check.Andreas Schneider2014-04-251-1/+1
* cmake: Install cmake config in the correct directory.Andreas Schneider2014-04-251-1/+1
* echo_srv: Improve reopening low fds.Andreas Schneider2014-04-141-7/+16
* echo_srv: Don't leak client_sock on failures in echo_tcpJakub Hrozek2014-04-141-8/+9
* tests: Fix an out of bound access.Andreas Schneider2014-04-141-2/+4
* tests: Fix a possible resource leak on error in sockopt test.Andreas Schneider2014-04-141-2/+2
* swrap: Do not leak memory in swrap_recvmsg_after().Andreas Schneider2014-04-141-3/+4
* echo_srv: Fix resource leak of fd in pidfile().Andreas Schneider2014-04-141-3/+10
* 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