Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | torture: Add torture_server_port(). | Andreas Schneider | 2013-12-20 | 2 | -0/+16 | |
| | ||||||
* | torture: Add torture_server_address(). | Andreas Schneider | 2013-12-20 | 2 | -0/+30 | |
| | | | | This should make it easier to run the test without socket_wrapper. | |||||
* | torture: Let the echo server listen on anyaddr. | Andreas Schneider | 2013-12-20 | 2 | -9/+5 | |
| | ||||||
* | echo_srv: Add missing includes. | Andreas Schneider | 2013-12-20 | 1 | -7/+11 | |
| | | | | This should fix the build on FreeBSD. | |||||
* | torture: Set different default interface for client and server. | Andreas Schneider | 2013-12-19 | 1 | -1/+7 | |
| | ||||||
* | tests: Add test_echo_tcp_write_read. | Andreas Schneider | 2013-12-17 | 2 | -1/+141 | |
| | ||||||
* | torture: Add tcp function to setup echo server. | Andreas Schneider | 2013-12-17 | 2 | -0/+17 | |
| | ||||||
* | torture: Pass socket type to torture_setup_echo_srv_ip(). | Andreas Schneider | 2013-12-17 | 1 | -5/+21 | |
| | ||||||
* | torture: Add torture_generate_random_buffer(). | Andreas Schneider | 2013-12-17 | 2 | -0/+14 | |
| | ||||||
* | tests: Add test_echo_udp_send_recv test. | Andreas Schneider | 2013-12-13 | 2 | -1/+145 | |
| | ||||||
* | tests: Use inet_pton() instead of inet_aton(). | Andreas Schneider | 2013-12-13 | 1 | -1/+1 | |
| | ||||||
* | tests: Rename testsuite to test_ioctl. | Andreas Schneider | 2013-12-12 | 2 | -1/+1 | |
| | ||||||
* | tests: Remove unused code. | Andreas Schneider | 2013-12-12 | 1 | -32/+0 | |
| | ||||||
* | tests: Remove FIONBIO cause it doesn't work on x86. | Andreas Schneider | 2013-12-12 | 1 | -24/+19 | |
| | ||||||
* | echo_srv: Fix a build warning. | Andreas Schneider | 2013-12-12 | 1 | -1/+1 | |
| | ||||||
* | cmake: Fix linking echo_srv on Solaris. | Andreas Schneider | 2013-12-12 | 1 | -0/+1 | |
| | ||||||
* | tests: use discard_const to get rid of a warning on Solaris | Jakub Hrozek | 2013-12-11 | 1 | -7/+15 | |
| | ||||||
* | tests: Also check recvfrom() with NULL pointer. | Andreas Schneider | 2013-12-11 | 1 | -8/+47 | |
| | ||||||
* | tests: Check the returned ip from recvfrom. | Andreas Schneider | 2013-12-11 | 2 | -14/+22 | |
| | ||||||
* | tests: Fix passing uninitialized values. | Andreas Schneider | 2013-12-11 | 1 | -2/+6 | |
| | ||||||
* | tests: Add test_sendto_recvfrom_ipv6(). | Andreas Schneider | 2013-12-10 | 1 | -0/+58 | |
| | ||||||
* | torture: Add torture_setup_echo_srv_udp_ipv6(). | Andreas Schneider | 2013-12-10 | 2 | -3/+15 | |
| | ||||||
* | torture_teardown_echo_srv | Andreas Schneider | 2013-12-10 | 1 | -4/+5 | |
| | ||||||
* | tests: Use torture helpers in test_echo_udp_sendto_recvfrom. | Andreas Schneider | 2013-12-10 | 1 | -121/+6 | |
| | ||||||
* | tests: Add teardown functions to torture lib. | Andreas Schneider | 2013-12-10 | 2 | -2/+72 | |
| | ||||||
* | tests: Add a torture library with helpers. | Andreas Schneider | 2013-12-10 | 3 | -4/+121 | |
| | ||||||
* | tests: Fix the help output of the echo server | Jakub Hrozek | 2013-12-10 | 1 | -2/+9 | |
| | ||||||
* | tests: Add test_echo_udp_sendto_recvfrom. | Andreas Schneider | 2013-12-10 | 3 | -13/+263 | |
| | ||||||
* | cmake: Remove swrap env variables. | Andreas Schneider | 2013-12-10 | 1 | -12/+0 | |
| | | | | They should be set up in the test! | |||||
* | tests: Add a simple echo server | Jakub Hrozek | 2013-12-10 | 2 | -0/+332 | |
| | ||||||
* | tests: Fix test on Solaris. | Andreas Schneider | 2013-11-20 | 1 | -0/+2 | |
| | ||||||
* | tests: Add SIOCGPGRP test. | Andreas Schneider | 2013-11-15 | 1 | -0/+8 | |
| | ||||||
* | tests: Remove ioctl tty test it doesn't work in ctest. | Andreas Schneider | 2013-11-15 | 1 | -17/+0 | |
| | ||||||
* | tests: Make sure the struct is zeroed. | Andreas Schneider | 2013-11-14 | 1 | -0/+2 | |
| | ||||||
* | tests: Add a ioctl tty test. | Andreas Schneider | 2013-11-14 | 1 | -2/+17 | |
| | ||||||
* | cmake: Fix running tests on OSX. | Andreas Schneider | 2013-11-14 | 1 | -0/+8 | |
| | ||||||
* | tests: Add simple ioctl test. | Andreas Schneider | 2013-11-14 | 1 | -0/+16 | |
| | ||||||
* | tests: Fix a build warning. | Andreas Schneider | 2013-07-10 | 1 | -1/+6 | |
| | ||||||
* | tests: Add unistd.h for mkdtemp() on MacOSX. | Andreas Schneider | 2013-07-09 | 1 | -0/+1 | |
| | ||||||
* | cmake: Link testsuite against socket libraries. | Andreas Schneider | 2013-07-08 | 1 | -1/+1 | |
| | ||||||
* | tests: Use a rc variable. | Andreas Schneider | 2013-07-01 | 1 | -3/+8 | |
| | ||||||
* | test: Initialize the remove_cmd buffer. | Andreas Schneider | 2013-07-01 | 1 | -1/+1 | |
| | ||||||
* | cmake: Fix make test. | Andreas Schneider | 2013-07-01 | 1 | -4/+17 | |
| | ||||||
* | cmake: Fix setting the environment variables. | Andreas Schneider | 2013-06-30 | 1 | -3/+1 | |
| | ||||||
* | cmake: Rename options to UNIT_TESTING. | Andreas Schneider | 2013-06-06 | 1 | -0/+2 | |
| | ||||||
* | tests: Get the testsuite working with 'make test'. | Andreas Schneider | 2013-06-04 | 1 | -0/+4 | |
| | ||||||
* | tests: Add test as cmocka test. | Andreas Schneider | 2013-05-28 | 2 | -66/+69 | |
| | ||||||
* | Initial commit. | Andreas Schneider | 2013-02-07 | 1 | -0/+105 | |