summaryrefslogtreecommitdiffstats
path: root/lib/socket_wrapper
Commit message (Expand)AuthorAgeFilesLines
* swrap: Bump version to 1.1.3Andreas Schneider2015-02-231-1/+1
* swrap: If we remove the socket_info also unlink the unix socketAndreas Schneider2015-02-231-0/+3
* swrap: Do not leak the socket_info we just removed.Andreas Schneider2015-02-231-0/+1
* src: Add support for running with address sanitizer.Andreas Schneider2015-02-231-0/+8
* swrap: Fix the loop for older gcc versions.Andreas Schneider2015-02-231-2/+8
* socket_wrapper: Add missing prototype check for eventfd.Andreas Schneider2014-12-081-0/+5
* swrap: Bump version to 1.1.2.Andreas Schneider2014-10-021-1/+1
* swrap: Add support for eventfd with unsigned count variable.Andreas Schneider2014-10-021-0/+4
* swrap: Add a trace message for swrap_socket().Andreas Schneider2014-10-021-0/+5
* swrap: Implement fcntl() to catch F_DUPFD.Andreas Schneider2014-10-021-1/+86
* swrap: Include the function name in the debug output.Andreas Schneider2014-10-021-12/+14
* swrap: Silence alignment warnings.Andreas Schneider2014-10-021-16/+16
* swrap: Fix type punning warnings when loading functions.Andreas Schneider2014-10-021-1/+2
* swrap: Fix access to struct members in log messages.Andreas Schneider2014-10-021-2/+2
* swrap: Fix whitespace errors.Andreas Schneider2014-10-021-16/+16
* swrap: Update copyright notice.Andreas Schneider2014-10-021-3/+3
* swrap: Wrap fopen to detect stale file descriptors.Andreas Schneider2014-10-021-0/+31
* swrap: Use swrap_address in swrap_accept().Andreas Schneider2014-10-021-28/+23
* swrap: Remove unused sockaddr_dup() function.Andreas Schneider2014-10-021-7/+0
* swrap: Use swrap_address in the socket_info struct.Andreas Schneider2014-10-021-107/+109
* swrap: Use a sockaddr_un for the unix path in socket_info.Andreas Schneider2014-10-021-5/+7
* swrap: Rename swrap_pcap_dump_packet().Andreas Schneider2014-10-021-29/+29
* swrap: Rename swrap_pcap_get_fd().Andreas Schneider2014-10-021-2/+2
* swrap: Rename swrap_marshall_packet().Andreas Schneider2014-10-021-8/+13
* swrap: Rename swrap_packet_init().Andreas Schneider2014-10-021-15/+22
* swrap: Rename socket_wrapper_pcap_file().Andreas Schneider2014-10-021-2/+2
* swrap: Fix type punning warnings.Andreas Schneider2014-10-021-75/+127
* Provide a compatible declaration of CMSG_ALIGNJakub Hrozek2014-10-021-1/+1
* SO_PROTOCOL is platform-dependentJakub Hrozek2014-10-021-0/+3
* swrap: fix another discard const warning in swrap_bind()Michael Adam2014-10-021-1/+1
* swrap: fix discard const warning in swrap_bind()Michael Adam2014-10-021-1/+1
* swrap: fix discard const warning in swrap_remove_stale()Michael Adam2014-10-021-2/+2
* swrap: fix build when neither HAVE_STRUCT_IN_PKTINFO nor IP_RECVDSTADDR is de...Michael Adam2014-10-021-2/+1
* waf: socket_wrapper should check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.Andreas Schneider2014-07-311-0/+12
* lib: Bump socket_wrapper version to 1.1.1.Michael Adam2014-06-051-1/+1
* swrap: Disable incomplete bind checks (and tests) for EADDRINUSE.Andreas Schneider2014-06-051-1/+6
* lib: Bump socket_wrapper version to 1.1.0.Andreas Schneider2014-06-051-1/+1
* swrap: check whether an address:port is already in use in swrap_bind()Michael Adam2014-06-051-0/+7
* swrap: implement check_addr_port_in_use()Michael Adam2014-06-051-0/+83
* swrap: fix AF_UNSPEC special case in swrap_bind()Michael Adam2014-06-051-0/+20
* swrap: extend input checks in swrap_bind()Michael Adam2014-06-051-2/+49
* swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2014-06-052-0/+4
* swrap: Add support for bindresvport().Andreas Schneider2014-06-052-0/+88
* swrap: Add missing family check in bind().Andreas Schneider2014-06-051-0/+5
* swrap: Setup myname in swrap_socket() for getsockname().Andreas Schneider2014-06-051-0/+35
* swrap: Make sure cmbuf is not NULL.Andreas Schneider2014-06-051-1/+1
* swrap: We need to pass a pointer-pointer to not leak memory.Andreas Schneider2014-06-051-11/+11
* swrap: Support more socket options in getsockopt().Andreas Schneider2014-06-051-5/+46
* swrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendmsg_before().Andreas Schneider2014-06-051-2/+31
* swrap: Add swrap_msghdr_filter_cmsg_pktinfo().Andreas Schneider2014-06-051-7/+26