Bump version to 1.1.4
[slow/socket_wrapper.git] / src /
2015-08-17 Andreas Schneiderswrap: Call dlclose() in the destructor
2015-08-17 Andreas Schneiderswrap: Fix signed comparsion warnings
2015-08-11 Andreas Schneiderswrap: Add enviornment variable to specify mtu size
2015-08-11 Andreas Schneiderswrap: Fix TCP support with sendmsg/recvmsg
2015-08-11 Andreas Schneiderswrap: Correctly update the msg_name in recvmsg()
2015-02-18 Andreas Schneiderswrap: If we remove the socket_info also unlink the...
2014-10-24 Andreas Schneiderswrap: Do not leak the socket_info we just removed.
2014-10-20 Andreas Schneidersrc: Add support for running with address sanitizer.
2014-10-01 Andreas Schneiderswrap: Fix the loop for older gcc versions.
2014-10-01 Andreas Schneiderswrap: Add support for eventfd with unsigned count...
2014-10-01 Andreas Schneiderswrap: Add a trace message for swrap_socket().
2014-10-01 Andreas Schneiderswrap: Implement fcntl() to catch F_DUPFD.
2014-10-01 Andreas Schneiderswrap: Include the function name in the debug output.
2014-09-03 Andreas Schneiderswrap: Fix out of bound access.
2014-09-02 Andreas Schneiderswrap: Silence alignment warnings.
2014-09-02 Andreas Schneiderswrap: Fix type punning warnings when loading functions.
2014-09-02 Andreas Schneiderswrap: Fix access to struct members in log messages.
2014-09-01 Andreas Schneiderswrap: Fix whitespace errors.
2014-09-01 Andreas Schneiderswrap: Update copyright notice.
2014-09-01 Andreas Schneiderswrap: Wrap fopen to detect stale file descriptors.
2014-09-01 Andreas Schneiderswrap: Use swrap_address in swrap_accept().
2014-09-01 Andreas Schneiderswrap: Remove unused sockaddr_dup() function.
2014-09-01 Andreas Schneiderswrap: Use swrap_address in the socket_info struct.
2014-09-01 Andreas Schneiderswrap: Use a sockaddr_un for the unix path in socket_info.
2014-09-01 Andreas Schneiderswrap: Rename swrap_pcap_dump_packet().
2014-09-01 Andreas Schneiderswrap: Rename swrap_pcap_get_fd().
2014-09-01 Andreas Schneiderswrap: Rename swrap_marshall_packet().
2014-09-01 Andreas Schneiderswrap: Rename swrap_packet_init().
2014-09-01 Andreas Schneiderswrap: Rename socket_wrapper_pcap_file().
2014-09-01 Andreas Schneiderswrap: Fix type punning warnings.
2014-08-15 Jakub HrozekDefine _GNU_SOURCE on one place only.
2014-07-29 Jakub HrozekProvide a compatible declaration of CMSG_ALIGN
2014-07-29 Jakub HrozekSO_PROTOCOL is platform-dependent
2014-07-09 Michael Adamswrap: fix another discard const warning in swrap_bind()
2014-07-09 Michael Adamswrap: fix discard const warning in swrap_bind()
2014-07-09 Michael Adamswrap: fix discard const warning in swrap_remove_stale()
2014-07-09 Michael Adamswrap: fix build when neither HAVE_STRUCT_IN_PKTINFO...
2014-06-05 Andreas Schneiderswrap: Disable incomplete bind checks for EADDRINUSE.
2014-06-01 Michael Adamswrap: check whether an address:port is already in...
2014-06-01 Michael Adamswrap: implement check_addr_port_in_use()
2014-06-01 Michael Adamswrap: fix AF_UNSPEC special case in swrap_bind()
2014-06-01 Michael Adamswrap: extend input checks in swrap_bind()
2014-06-01 Andreas SchneiderUpdate the todo list.
2014-06-01 Michael Adamswrap: add check for rpc/rpc.h - needed on freebsd...
2014-05-31 Andreas Schneiderswrap: Add support for bindresvport().
2014-05-31 Andreas Schneiderswrap: Add missing family check in bind().
2014-05-31 Andreas Schneiderswrap: Setup myname in swrap_socket() for getsockname().
2014-05-27 Andreas Schneiderswrap: Make sure cmbuf is not NULL.
2014-05-27 Andreas Schneiderswrap: We need to pass a pointer-pointer to not leak...
2014-05-26 Andreas Schneiderswrap: Support more socket options in getsockopt().
2014-05-26 Andreas Schneiderswrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendms...
2014-05-26 Andreas Schneiderswrap: Add swrap_msghdr_filter_cmsg_pktinfo().
2014-05-26 Andreas Schneiderswrap: Add swrap_sendmsg_filter_cmsg_socket().
2014-05-26 Andreas Schneiderswrap: Add swrap_sendmsg_copy_cmsg().
2014-05-26 Andreas Schneiderswrap: Add swrap_sendmsg_filter_cmsghdr().
2014-05-26 Andreas Schneiderswrap: Implement support for IP_RECVDSTADDR on BSD.
2014-05-26 Andreas Schneiderswrap: Check if the in_pktinfo structure is available.
2014-05-26 Andreas Schneiderswrap: Silence a warning on OpenIndiana.
2014-05-26 Pino Toscanoswrap: Properly cache the handle also in LIBC_SO case.
2014-05-22 Andreas Schneiderswrap: Truncate the address if the buffer is to small.
2014-05-22 Andreas Schneiderswrap: Process control messages in recvmsg().
2014-05-22 Andreas Schneiderswrap: Call swrap_msghdr_socket_info in swrap_recvmsg_a...
2014-05-22 Andreas Schneiderswrap: Add swrap_msghdr_socket_info().
2014-05-22 Andreas Schneiderswrap: Add swrap_msghdr_add_pktinfo().
2014-05-21 Andreas Schneiderswrap: Add swrap_msghdr_add_cmsghdr().
2014-05-21 Andreas Schneiderswrap: Add IP_PKTINFO support in setsockopt.
2014-05-21 Andreas Schneidercmake: Build swrap with _GNU_SOURCE.
2014-05-08 Andreas Schneiderswrap: Correctly set the bind iface address on connect().
2014-05-08 Pino Toscanoswrap: use LIBC_SO from GNU libc, if available
2014-05-05 Andreas Schneiderswrap: Fall back to RTLD_NEXT if we can't find libc.
2014-05-05 Jakub WilkFix some typos.
2014-04-25 Andreas Schneiderswrap: Use the loaded libc open() directly.
2014-04-25 Andreas Schneidercmake: Fix policy check.
2014-04-14 Andreas Schneiderswrap: Do not leak memory in swrap_recvmsg_after().
2014-04-10 Andreas Schneidercmake: Only set policy in cmake 3.0.
2014-04-07 Andreas Schneidercmake: Fix configure warning with cmake 3.0.
2014-02-04 Andreas Schneidercmake: Add --libs output for pkg-config.
2014-02-01 Andreas Schneidersrc: Add a public socket_wrapper_enabled() function.
2014-01-29 Andreas Schneidersrc: Fix va arg passing in open().
2014-01-28 Andreas Schneidersrc: Handle stale fds in dup() and dup2().
2014-01-28 Andreas Schneidersrc: Add timerfd_create() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add eventfd() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add signalfd() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add socketpair() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add pipe() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Check for stale fds in swrap_accept().
2014-01-28 Andreas Schneidersrc: Check for stale fds in swrap_socket().
2014-01-28 Andreas Schneidersrc: Handle stale fds in swrap_recvmsg_after().
2014-01-28 Andreas Schneidersrc: Handle stale fds in swrap_sendmsg_after().
2014-01-28 Nalin Dahyabhaisrc: Try to recover when reading from a fd returns...
2014-01-28 Nalin Dahyabhaisrc: Try to recover when writing to fd returns ENOTSOCK.
2014-01-28 Nalin Dahyabhaisrc: Try to recover when sockets are closed elsewhere.
2014-01-28 Andreas Schneidersrc: Use swrap_recvmsg_(before|after) for swrap_readv().
2014-01-21 Andreas Schneidersrc: Fix warnings on Solaris.
2014-01-21 Andreas Schneidersrc: Initialize sockaddr_un.
2014-01-21 Andreas Schneidersrc: Make sure the memory is zeroed.
2014-01-21 Andreas Schneidersrc: Case pid_t to an int in SWRAP_LOG.
2014-01-21 Andreas Schneidersrc: Fix setting the temp iovec.
2014-01-21 Andreas Schneidersrc: Fix build on Solaris.
2014-01-21 Andreas Schneidersrc: Fix build warnings on FreeBSD.
next