summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Add missing breaks in sockaddr assert functions.Andreas Schneider2014-09-031-0/+4
* swrap: Fix out of bound access.Andreas Schneider2014-09-031-1/+1
* tests: Pass the sockaddr structure to system functions.Andreas Schneider2014-09-023-4/+4
* echo_srv: Silence alignment warnings.Andreas Schneider2014-09-021-4/+8
* swrap: Silence alignment warnings.Andreas Schneider2014-09-021-16/+16
* swrap: Fix type punning warnings when loading functions.Andreas Schneider2014-09-021-1/+2
* swrap: Fix access to struct members in log messages.Andreas Schneider2014-09-021-2/+2
* swrap: Fix whitespace errors.Andreas Schneider2014-09-011-16/+16
* swrap: Update copyright notice.Andreas Schneider2014-09-011-3/+3
* swrap: Wrap fopen to detect stale file descriptors.Andreas Schneider2014-09-011-0/+31
* swrap: Use swrap_address in swrap_accept().Andreas Schneider2014-09-011-28/+23
* swrap: Remove unused sockaddr_dup() function.Andreas Schneider2014-09-011-7/+0
* swrap: Use swrap_address in the socket_info struct.Andreas Schneider2014-09-011-107/+109
* swrap: Use a sockaddr_un for the unix path in socket_info.Andreas Schneider2014-09-011-5/+7
* swrap: Rename swrap_pcap_dump_packet().Andreas Schneider2014-09-011-29/+29
* swrap: Rename swrap_pcap_get_fd().Andreas Schneider2014-09-011-2/+2
* swrap: Rename swrap_marshall_packet().Andreas Schneider2014-09-011-8/+13
* swrap: Rename swrap_packet_init().Andreas Schneider2014-09-011-15/+22
* swrap: Rename socket_wrapper_pcap_file().Andreas Schneider2014-09-011-2/+2
* echo_srv: Fix type punning warnings.Andreas Schneider2014-09-011-88/+86
* tests: Fix type punning warnings.Andreas Schneider2014-09-0112-378/+477
* swrap: Fix type punning warnings.Andreas Schneider2014-09-011-75/+127
* cmake: Set strict aliasing and strict overflow checks.Andreas Schneider2014-09-011-0/+4
* Add #define __APPLE_USE_RFC_3542 to CFLAGSJakub Hrozek2014-08-151-0/+4
* Define _GNU_SOURCE on one place only.Jakub Hrozek2014-08-154-8/+1
* Provide a compatible declaration of CMSG_ALIGNJakub Hrozek2014-07-291-1/+1
* SO_PROTOCOL is platform-dependentJakub Hrozek2014-07-292-1/+12
* swrap: fix another discard const warning in swrap_bind()Michael Adam2014-07-091-1/+1
* swrap: fix discard const warning in swrap_bind()Michael Adam2014-07-091-1/+1
* swrap: fix discard const warning in swrap_remove_stale()Michael Adam2014-07-091-2/+2
* swrap: fix build when neither HAVE_STRUCT_IN_PKTINFO nor IP_RECVDSTADDR is de...Michael Adam2014-07-091-2/+1
* torture: add HAVE_IPV6 guard to torture_server_address()Michael Adam2014-07-091-0/+2
* cmake: Add more build warnings and errors.Andreas Schneider2014-07-091-2/+3
* fix .gitignore for vi backup filesMichael Adam2014-07-091-1/+1
* doc: Add a socket_wrapper manpage.Andreas Schneider2014-07-096-44/+316
* Bump version to 1.1.1socket_wrapper-1.1.1Andreas Schneider2014-06-052-3/+6
* swrap: Disable incomplete bind checks for EADDRINUSE.Andreas Schneider2014-06-051-1/+6
* tests: Disable addr_in_use bind test while the swrap code is incomplete.Andreas Schneider2014-06-051-0/+4
* Bump version to 1.1.0.socket_wrapper-1.1.0Andreas Schneider2014-06-022-3/+14
* tests: Fix conflicting variable name on Solaris.Andreas Schneider2014-06-021-7/+7
* tests: Fix building without bindresvport().Andreas Schneider2014-06-021-1/+8
* tests: add new test test_bind_ipv4_addr_in_use()Michael Adam2014-06-011-0/+157
* tests: extend the ipv6 bind testMichael Adam2014-06-011-0/+23
* tests: greatly extend the ipv4 bind testMichael Adam2014-06-011-0/+88
* swrap: check whether an address:port is already in use in swrap_bind()Michael Adam2014-06-011-0/+7
* swrap: implement check_addr_port_in_use()Michael Adam2014-06-011-0/+83
* swrap: fix AF_UNSPEC special case in swrap_bind()Michael Adam2014-06-011-0/+20
* swrap: extend input checks in swrap_bind()Michael Adam2014-06-011-2/+48
* Update the todo list.Andreas Schneider2014-06-012-1/+7
* tests: Avoid using getenv() to retrieve the path.Andreas Schneider2014-06-011-7/+7