summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
Commit message (Expand)AuthorAgeFilesLines
* swrap: Build socket_wrapper path relative to blddirAmitay Isaacs2016-07-111-2/+2
* swrap: Update to version 1.1.7Andreas Schneider2016-05-202-12/+85
* lib: Update socket_wrapper to version 1.1.6Andreas Schneider2016-03-222-12/+148
* build: Build *_wrapper without -DNDEBUG for in-tree useAndrew Bartlett2015-10-161-1/+0
* swrap: Bump version to 1.1.4Andreas Schneider2015-09-081-1/+1
* swrap: Call dlclose() in the destructorAndreas Schneider2015-09-081-0/+7
* swrap: Fix signed comparsion warningsAndreas Schneider2015-09-081-2/+2
* swrap: Add environment variable to specify mtu sizeAndreas Schneider2015-09-081-12/+50
* swrap: Fix TCP support with sendmsg/recvmsgAndreas Schneider2015-09-081-5/+10
* swrap: Correctly update the msg_name in recvmsg()Andreas Schneider2015-09-081-13/+30
* 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