summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* swrap: Improve vfcntl to add the dup'd fd after the source fdMichael Adam2016-10-201-7/+7
* swrap: Improve dup2 to add the dup'd fd after the source fdMichael Adam2016-10-201-5/+6
* swrap: Improve dup to add the dup'd fd after the source fdMichael Adam2016-10-201-5/+6
* swrap: Add SWRAP_DLIST_ADD_AFTER macroMichael Adam2016-10-201-0/+14
* swrap: Untangle socket_info_fd from socket_info structure.Anoop C S2016-10-201-58/+76
* swrap: remove ununsed members from struct swrap.Michael Adam2016-08-231-5/+0
* swrap: Add test case to validate oldfd = newfd case in dup2()Anoop C S2016-08-232-0/+51
* swrap: Treat the case of fd == newfd correctly in dup2()Michael Adam2016-08-231-0/+10
* swrap: Delay addition of child socket_info_fd into socket_info listAnoop C S2016-08-121-2/+1
* swrap: Remove redunant check in swrap_socketAnoop C S2016-08-121-4/+1
* swrap: Simplify swrap_remove_stale by early returnAnoop C S2016-08-121-14/+16
* Bump version to 1.1.7socket_wrapper-1.1.7Andreas Schneider2016-05-202-2/+8
* tests: Add test_connect_sendto_null_ipv4() testAndreas Schneider2016-05-171-0/+52
* tests: Add a udp test case for sendto() after a connect()Richard Sharpe2016-05-171-0/+52
* swrap: Fix sendto() with connected socketsRichard Sharpe2016-05-171-9/+28
* swrap: Allow to open RAW sockets when loadedAndreas Schneider2016-05-171-0/+3
* swrap: Add support for accept4()Andreas Schneider2016-05-033-2/+43
* swrap: Add support for running on OpenBSDAndreas Schneider2016-05-033-0/+13
* Bump version to 1.1.6socket_wrapper-1.1.6Andreas Schneider2016-03-152-2/+8
* swrap: Fix buliding on unix systems without AF_NETLINKAndreas Schneider2016-03-021-0/+2
* swrap: Use calloc() instead of malloc and memsetAndreas Schneider2016-02-241-6/+8
* swrap: Allow to open NETLINK sockets when loadedAndreas Schneider2016-02-241-0/+1
* tests: Add test for ephemeral port binding in listen()Andreas Schneider2015-11-042-0/+116
* swrap: Automatically bind an ephemeral port if neededAndreas Schneider2015-11-041-0/+8
* tests: Add valgrind suppression file for dlopen() issuesAndreas Schneider2015-10-281-0/+16
* swrap: Add a wrapper for write()Andreas Schneider2015-10-281-0/+60
* torture: Use a short torture socket dirAndreas Schneider2015-10-271-1/+1
* swrap: Fix recvmsg() with UDPAndreas Schneider2015-10-271-0/+10
* swrap: Fix compare of signed and unsigned integer expressionsAndreas Schneider2015-10-191-2/+4
* tests: Fix compile warningAndreas Schneider2015-10-191-1/+1
* 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