Bump version to 1.1.4
[slow/socket_wrapper.git] / tests /
2015-08-17 Andreas Schneidertests: Rename s_addr to send_addr
2015-08-17 Andreas Schneidertests: Fix memset() call in new tests
2015-08-17 Andreas Schneidertests: Fix passing pointer of incompatible type
2015-08-11 Andreas Schneidertests: Add tcp sendmsg/recvmsg test
2015-08-11 Andreas Schneidertests: Tests for msg_name(len) in sendmsg/revcmsg
2015-08-11 Andreas Schneidertests: Fix testname of sendmsg tests
2015-08-11 Andreas Schneidertests: Migrate to new cmocka API
2014-12-16 Andreas Schneidertorture: Increase time to wait for pid file.
2014-10-20 Andreas Schneidertorture: Check the return code of kill().
2014-09-03 Andreas Schneidertests: Add missing breaks in sockaddr assert functions.
2014-09-02 Andreas Schneidertests: Pass the sockaddr structure to system functions.
2014-09-02 Andreas Schneiderecho_srv: Silence alignment warnings.
2014-09-01 Andreas Schneiderecho_srv: Fix type punning warnings.
2014-09-01 Andreas Schneidertests: Fix type punning warnings.
2014-08-15 Jakub HrozekDefine _GNU_SOURCE on one place only.
2014-07-29 Jakub HrozekSO_PROTOCOL is platform-dependent
2014-07-09 Michael Adamtorture: add HAVE_IPV6 guard to torture_server_address()
2014-06-05 Andreas Schneidertests: Disable addr_in_use bind test while the swrap...
2014-06-02 Andreas Schneidertests: Fix conflicting variable name on Solaris.
2014-06-02 Andreas Schneidertests: Fix building without bindresvport().
2014-06-01 Michael Adamtests: add new test test_bind_ipv4_addr_in_use()
2014-06-01 Michael Adamtests: extend the ipv6 bind test
2014-06-01 Michael Adamtests: greatly extend the ipv4 bind test
2014-06-01 Andreas Schneidertests: Avoid using getenv() to retrieve the path.
2014-06-01 Michael Adamswrap: add check for rpc/rpc.h - needed on freebsd...
2014-05-31 Andreas Schneidertests: Add tests for bindresvport().
2014-05-31 Andreas Schneidertests: Add tests for bind().
2014-05-31 Andreas Schneidertests: Add test that getsockname is correct after socket().
2014-05-31 Andreas Schneidertorture: Wait for the pidfile and then start the tests.
2014-05-31 Andreas Schneiderecho_srv: Write pidfile after we setup the listeners.
2014-05-27 Andreas Schneidertests: Fix possible format string attack.
2014-05-26 Andreas Schneidertests: Add more tests for socket options.
2014-05-26 Andreas Schneiderecho_srv: Add support for IP_SENDSRCADDR.
2014-05-26 Andreas Schneiderecho_srv: Implement support for IP_RECVDSTADDR on BSD.
2014-05-26 Andreas Schneiderswrap: Implement support for IP_RECVDSTADDR on BSD.
2014-05-26 Andreas Schneiderecho_srv: Fix building on OpenIndiana.
2014-05-26 Andreas Schneiderswrap: Check if the in_pktinfo structure is available.
2014-05-26 Andreas Schneidertests: Fix assert_sockaddr_equal() file and line output.
2014-05-22 Andreas Schneidertests: Add test for different length passed to get...
2014-05-22 Andreas Schneidertests: Add support to sending IP_PKTINFO in echo_srv.
2014-05-22 Andreas Schneidertests: Add support to receive IP_PKTINFO in echo_srv.
2014-05-08 Andreas Schneidertests: Add test to verify that the binded iface address...
2014-04-25 Andreas Schneiderecho_srv: Fix possible resouce leaks on error in socket...
2014-04-25 Andreas Schneidertests: Fix use of tainted string in test_ioctl.
2014-04-14 Andreas Schneiderecho_srv: Improve reopening low fds.
2014-04-14 Jakub Hrozekecho_srv: Don't leak client_sock on failures in echo_tcp
2014-04-14 Andreas Schneidertests: Fix an out of bound access.
2014-04-14 Andreas Schneidertests: Fix a possible resource leak on error in sockopt...
2014-04-14 Andreas Schneiderecho_srv: Fix resource leak of fd in pidfile().
2014-04-14 Andreas Schneiderecho_srv: Fix resource leak of s2 on error.
2014-04-14 Andreas Schneiderecho_srv: Fix resource leak of sock.
2014-04-14 Andreas Schneidertests: Fix creating remove_cmd.
2014-04-14 Andreas Schneidertests: Don't leak file description in test_ioctl.
2014-02-04 Andreas Schneidercmake: Use SOCKET_WRAPPER_LOCATION.
2014-01-21 Andreas Schneidercmake: Only build test_sendmsg_recvmsg_fd if we have...
2014-01-20 Jakub Hrozektests: Add sendmsg_recvmsg_fd test.
2014-01-20 Andreas Schneidertests: Add test_echo_udp_sendmsg_recvmsg.
2013-12-24 Andreas Schneiderecho_srv: Add fd duplication and test it works.
2013-12-23 Andreas Schneidertest: Fix getsockopt on Solaris.
2013-12-23 Andreas Schneidertests: Fix getsockopt() on Solaris.
2013-12-23 Jakub Hrozektests: writev/readv must have iovec > 0
2013-12-23 Jakub Hrozektests: Remove unused variable warning
2013-12-23 Andreas Schneidertorture: Add TORTURE_SKIP_CLEANUP to not delete socket_dir.
2013-12-23 Andreas Schneidertorture: Generate network traces for each test.
2013-12-23 Andreas Schneidertests: Add test_echo_tcp_socket_options().
2013-12-23 Andreas Schneidertests: Add test_echo_tcp_connect test.
2013-12-21 Andreas Schneidertests: Add missing include for writev/readv.
2013-12-20 Jakub Hrozektests: Add an ifdef around static IPv6 only functions
2013-12-20 Jakub Hrozektests: Add test_echo_tcp_write_readv
2013-12-20 Andreas Schneidertests: Use torture_server_(address|port).
2013-12-20 Andreas Schneidertorture: Add torture_server_port().
2013-12-20 Andreas Schneidertorture: Add torture_server_address().
2013-12-20 Andreas Schneidertorture: Let the echo server listen on anyaddr.
2013-12-20 Andreas Schneiderecho_srv: Add missing includes.
2013-12-19 Andreas Schneidertorture: Set different default interface for client...
2013-12-17 Andreas Schneidertests: Add test_echo_tcp_write_read.
2013-12-17 Andreas Schneidertorture: Add tcp function to setup echo server.
2013-12-17 Andreas Schneidertorture: Pass socket type to torture_setup_echo_srv_ip().
2013-12-17 Andreas Schneidertorture: Add torture_generate_random_buffer().
2013-12-13 Andreas Schneidertests: Add test_echo_udp_send_recv test.
2013-12-13 Andreas Schneidertests: Use inet_pton() instead of inet_aton().
2013-12-12 Andreas Schneidertests: Rename testsuite to test_ioctl.
2013-12-12 Andreas Schneidertests: Remove unused code.
2013-12-12 Andreas Schneidertests: Remove FIONBIO cause it doesn't work on x86.
2013-12-12 Andreas Schneiderecho_srv: Fix a build warning.
2013-12-12 Andreas Schneidercmake: Fix linking echo_srv on Solaris.
2013-12-11 Jakub Hrozektests: use discard_const to get rid of a warning on...
2013-12-11 Andreas Schneidertests: Also check recvfrom() with NULL pointer.
2013-12-11 Andreas Schneidertests: Check the returned ip from recvfrom.
2013-12-11 Andreas Schneidertests: Fix passing uninitialized values.
2013-12-10 Andreas Schneidertests: Add test_sendto_recvfrom_ipv6().
2013-12-10 Andreas Schneidertorture: Add torture_setup_echo_srv_udp_ipv6().
2013-12-10 Andreas Schneidertorture_teardown_echo_srv
2013-12-10 Andreas Schneidertests: Use torture helpers in test_echo_udp_sendto_recv...
2013-12-10 Andreas Schneidertests: Add teardown functions to torture lib.
2013-12-10 Andreas Schneidertests: Add a torture library with helpers.
2013-12-10 Jakub Hrozektests: Fix the help output of the echo server
2013-12-10 Andreas Schneidertests: Add test_echo_udp_sendto_recvfrom.
2013-12-10 Andreas Schneidercmake: Remove swrap env variables.
2013-12-10 Jakub Hrozektests: Add a simple echo server
next