summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* swrap: Fix loading of system libraries.Andreas Schneider2013-12-201-4/+2
* 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
* swrap: Add documentation for SOCK_CLOEXEC in socket().Andreas Schneider2013-12-191-0/+6
* 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
* swrap: Don't build with swrap_str_lib() if NDEBUG is defined.Andreas Schneider2013-12-121-0/+2
* cmake: Fix linking echo_srv on Solaris.Andreas Schneider2013-12-121-0/+1
* cmake: Increase required cmake version number.Andreas Schneider2013-12-111-1/+1
* Fix formatting of variables of type pid_tJakub Hrozek2013-12-113-4/+16
* tests: use discard_const to get rid of a warning on SolarisJakub Hrozek2013-12-111-7/+15
* logging: log creating the socketsJakub Hrozek2013-12-111-0/+31
* logging: Add logging when loading system functionsJakub Hrozek2013-12-111-2/+20
* cmake: Detect attribute formatJakub Hrozek2013-12-113-2/+11
* 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
* tests: Add teardown functions to torture lib.Andreas Schneider2013-12-102-2/+72
* tests: Add a torture library with helpers.Andreas Schneider2013-12-103-4/+121
* tests: Fix the help output of the echo serverJakub Hrozek2013-12-101-2/+9
* tests: Add test_echo_udp_sendto_recvfrom.Andreas Schneider2013-12-103-13/+263
* cmake: Remove swrap env variables.Andreas Schneider2013-12-101-12/+0
* tests: Add a simple echo serverJakub Hrozek2013-12-102-0/+332
* swrap: Remove obsolete init functions.Andreas Schneider2013-12-101-149/+1
* swrap: Add libc_writev().Andreas Schneider2013-12-101-2/+9
* swrap: Add libc_socket().Andreas Schneider2013-12-101-3/+10
* swrap: Add libc_setsockopt().Andreas Schneider2013-12-101-10/+21