summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.1.5socket_wrapper-1.1.5Andreas Schneider2015-10-152-2/+6
* swrap: Simplify cmspace calculation in swrap_sendmsg_copy_cmsg()Ralph Boehme2015-10-141-3/+1
* tests: Add a unit test for wrap_sendmsg_filter_cmsghdr()Ralph Boehme2015-10-142-1/+122
* tests: Add test for TCP_NODELAY setsockopt()Andreas Schneider2015-10-141-0/+11
* tests: Add test for TCP_NODELAY getsockopt()Andreas Schneider2015-10-141-0/+38
* swrap: Add support for TCP_NODELAY in getsockopt()Andreas Schneider2015-10-141-0/+23
* swrap: Add support for TCP_NODELAY in setsockopt()Andreas Schneider2015-10-141-0/+30
* Bump version to 1.1.4socket_wrapper-1.1.4Andreas Schneider2015-08-252-2/+8
* swrap: Call dlclose() in the destructorAndreas Schneider2015-08-171-0/+7
* tests: Rename s_addr to send_addrAndreas Schneider2015-08-172-20/+20
* tests: Fix memset() call in new testsAndreas Schneider2015-08-172-4/+4
* tests: Fix passing pointer of incompatible typeAndreas Schneider2015-08-173-3/+3
* swrap: Fix signed comparsion warningsAndreas Schneider2015-08-171-2/+2
* swrap: Add enviornment variable to specify mtu sizeAndreas Schneider2015-08-113-15/+67
* tests: Add tcp sendmsg/recvmsg testAndreas Schneider2015-08-112-0/+274
* swrap: Fix TCP support with sendmsg/recvmsgAndreas Schneider2015-08-111-5/+10
* tests: Tests for msg_name(len) in sendmsg/revcmsgAndreas Schneider2015-08-111-0/+196
* tests: Fix testname of sendmsg testsAndreas Schneider2015-08-111-4/+4
* swrap: Correctly update the msg_name in recvmsg()Andreas Schneider2015-08-111-13/+30
* tests: Migrate to new cmocka APIAndreas Schneider2015-08-1112-100/+184
* Update TODOAndreas Schneider2015-07-151-7/+13
* Regenerate manpage.Andreas Schneider2015-04-201-2/+2
* doc: Add a specific date to manpageJelmer Vernooij2015-04-201-0/+1
* cmake: Drop test results via https.Andreas Schneider2015-02-251-1/+1
* Bump version to 1.1.3socket_wrapper-1.1.3Andreas Schneider2015-02-231-2/+2
* Update ChangeLogAndreas Schneider2015-02-231-0/+5
* swrap: If we remove the socket_info also unlink the unix socketAndreas Schneider2015-02-181-0/+3
* torture: Increase time to wait for pid file.Andreas Schneider2014-12-161-1/+1
* swrap: Do not leak the socket_info we just removed.Andreas Schneider2014-10-241-0/+1
* cmake: Treat no_sanitize_address attribute warnings as error.Andreas Schneider2014-10-241-0/+3
* src: Add support for running with address sanitizer.Andreas Schneider2014-10-203-0/+20
* torture: Check the return code of kill().Andreas Schneider2014-10-201-4/+16
* swrap: Fix the loop for older gcc versions.Andreas Schneider2014-10-011-2/+8
* Bump version to 1.1.2.socket_wrapper-1.1.2Andreas Schneider2014-10-012-2/+6
* swrap: Add support for eventfd with unsigned count variable.Andreas Schneider2014-10-013-0/+13
* swrap: Add a trace message for swrap_socket().Andreas Schneider2014-10-011-0/+5
* swrap: Implement fcntl() to catch F_DUPFD.Andreas Schneider2014-10-011-1/+86
* swrap: Include the function name in the debug output.Andreas Schneider2014-10-011-11/+13
* 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