summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* echo_srv: Improve reopening low fds.Andreas Schneider2014-04-141-7/+16
* echo_srv: Don't leak client_sock on failures in echo_tcpJakub Hrozek2014-04-141-8/+9
* tests: Fix an out of bound access.Andreas Schneider2014-04-141-2/+4
* tests: Fix a possible resource leak on error in sockopt test.Andreas Schneider2014-04-141-2/+2
* echo_srv: Fix resource leak of fd in pidfile().Andreas Schneider2014-04-141-3/+10
* echo_srv: Fix resource leak of s2 on error.Andreas Schneider2014-04-141-1/+1
* echo_srv: Fix resource leak of sock.Andreas Schneider2014-04-141-0/+1
* tests: Fix creating remove_cmd.Andreas Schneider2014-04-141-2/+3
* tests: Don't leak file description in test_ioctl.Andreas Schneider2014-04-141-0/+2
* cmake: Use SOCKET_WRAPPER_LOCATION.Andreas Schneider2014-02-041-2/+2
* cmake: Only build test_sendmsg_recvmsg_fd if we have msg_control.Andreas Schneider2014-01-211-2/+5
* tests: Add sendmsg_recvmsg_fd test.Jakub Hrozek2014-01-202-1/+118
* tests: Add test_echo_udp_sendmsg_recvmsg.Andreas Schneider2014-01-202-1/+201
* echo_srv: Add fd duplication and test it works.Andreas Schneider2013-12-241-4/+206
* test: Fix getsockopt on Solaris.Andreas Schneider2013-12-231-2/+3
* tests: Fix getsockopt() on Solaris.Andreas Schneider2013-12-231-2/+2
* tests: writev/readv must have iovec > 0Jakub Hrozek2013-12-231-2/+2
* tests: Remove unused variable warningJakub Hrozek2013-12-231-0/+2
* torture: Add TORTURE_SKIP_CLEANUP to not delete socket_dir.Andreas Schneider2013-12-231-4/+9
* torture: Generate network traces for each test.Andreas Schneider2013-12-232-0/+13
* tests: Add test_echo_tcp_socket_options().Andreas Schneider2013-12-232-0/+152
* tests: Add test_echo_tcp_connect test.Andreas Schneider2013-12-232-1/+102
* tests: Add missing include for writev/readv.Andreas Schneider2013-12-211-0/+1
* tests: Add an ifdef around static IPv6 only functionsJakub Hrozek2013-12-203-0/+6
* tests: Add test_echo_tcp_write_readvJakub Hrozek2013-12-202-1/+177
* tests: Use torture_server_(address|port).Andreas Schneider2013-12-206-25/+59
* torture: Add torture_server_port().Andreas Schneider2013-12-202-0/+16
* torture: Add torture_server_address().Andreas Schneider2013-12-202-0/+30
* torture: Let the echo server listen on anyaddr.Andreas Schneider2013-12-202-9/+5
* echo_srv: Add missing includes.Andreas Schneider2013-12-201-7/+11
* torture: Set different default interface for client and server.Andreas Schneider2013-12-191-1/+7
* tests: Add test_echo_tcp_write_read.Andreas Schneider2013-12-172-1/+141
* torture: Add tcp function to setup echo server.Andreas Schneider2013-12-172-0/+17
* torture: Pass socket type to torture_setup_echo_srv_ip().Andreas Schneider2013-12-171-5/+21
* torture: Add torture_generate_random_buffer().Andreas Schneider2013-12-172-0/+14
* tests: Add test_echo_udp_send_recv test.Andreas Schneider2013-12-132-1/+145
* tests: Use inet_pton() instead of inet_aton().Andreas Schneider2013-12-131-1/+1
* tests: Rename testsuite to test_ioctl.Andreas Schneider2013-12-122-1/+1
* tests: Remove unused code.Andreas Schneider2013-12-121-32/+0
* tests: Remove FIONBIO cause it doesn't work on x86.Andreas Schneider2013-12-121-24/+19
* echo_srv: Fix a build warning.Andreas Schneider2013-12-121-1/+1
* cmake: Fix linking echo_srv on Solaris.Andreas Schneider2013-12-121-0/+1
* tests: use discard_const to get rid of a warning on SolarisJakub Hrozek2013-12-111-7/+15
* tests: Also check recvfrom() with NULL pointer.Andreas Schneider2013-12-111-8/+47
* tests: Check the returned ip from recvfrom.Andreas Schneider2013-12-112-14/+22
* tests: Fix passing uninitialized values.Andreas Schneider2013-12-111-2/+6
* tests: Add test_sendto_recvfrom_ipv6().Andreas Schneider2013-12-101-0/+58
* torture: Add torture_setup_echo_srv_udp_ipv6().Andreas Schneider2013-12-102-3/+15
* torture_teardown_echo_srvAndreas Schneider2013-12-101-4/+5
* tests: Use torture helpers in test_echo_udp_sendto_recvfrom.Andreas Schneider2013-12-101-121/+6