| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | torture: Add TORTURE_SKIP_CLEANUP to not delete socket_dir. | Andreas Schneider | 2013-12-23 | 1 | -4/+9 | |
| | | ||||||
| * | torture: Generate network traces for each test. | Andreas Schneider | 2013-12-23 | 2 | -0/+13 | |
| | | ||||||
| * | tests: Add test_echo_tcp_socket_options(). | Andreas Schneider | 2013-12-23 | 2 | -0/+152 | |
| | | ||||||
| * | tests: Add test_echo_tcp_connect test. | Andreas Schneider | 2013-12-23 | 2 | -1/+102 | |
| | | | | | This tests some corner cases we fixed in the past. | |||||
| * | tests: Add missing include for writev/readv. | Andreas Schneider | 2013-12-21 | 1 | -0/+1 | |
| | | ||||||
| * | tests: Add an ifdef around static IPv6 only functions | Jakub Hrozek | 2013-12-20 | 3 | -0/+6 | |
| | | | | | | This would prevent an uninitialized function warning in case IPv6 was not available. | |||||
| * | tests: Add test_echo_tcp_write_readv | Jakub Hrozek | 2013-12-20 | 2 | -1/+177 | |
| | | ||||||
| * | tests: Use torture_server_(address|port). | Andreas Schneider | 2013-12-20 | 6 | -25/+59 | |
| | | | | | This makes it possible to run tests without socket_wrapper. | |||||
| * | 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 | |
| | | ||||||
| * | swrap: Fix loading of system libraries. | Andreas Schneider | 2013-12-20 | 1 | -4/+2 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | swrap: Add documentation for SOCK_CLOEXEC in socket(). | Andreas Schneider | 2013-12-19 | 1 | -0/+6 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | swrap: Don't build with swrap_str_lib() if NDEBUG is defined. | Andreas Schneider | 2013-12-12 | 1 | -0/+2 | |
| | | | | | This fixes a compile warning on optimized builds. | |||||
| * | cmake: Fix linking echo_srv on Solaris. | Andreas Schneider | 2013-12-12 | 1 | -0/+1 | |
| | | ||||||
| * | cmake: Increase required cmake version number. | Andreas Schneider | 2013-12-11 | 1 | -1/+1 | |
| | | | | | We need CheckPrototypeDefinition. | |||||
| * | Fix formatting of variables of type pid_t | Jakub Hrozek | 2013-12-11 | 3 | -4/+16 | |
| | | ||||||
| * | tests: use discard_const to get rid of a warning on Solaris | Jakub Hrozek | 2013-12-11 | 1 | -7/+15 | |
| | | ||||||
| * | logging: log creating the sockets | Jakub Hrozek | 2013-12-11 | 1 | -0/+31 | |
| | | ||||||
| * | logging: Add logging when loading system functions | Jakub Hrozek | 2013-12-11 | 1 | -2/+20 | |
| | | | | | Also fix some whitespace errors | |||||
| * | cmake: Detect attribute format | Jakub Hrozek | 2013-12-11 | 3 | -2/+11 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | swrap: Remove obsolete init functions. | Andreas Schneider | 2013-12-10 | 1 | -149/+1 | |
| | | | | | This fixes preloading libsocket_wrapper.so with gdb. | |||||
| * | swrap: Add libc_writev(). | Andreas Schneider | 2013-12-10 | 1 | -2/+9 | |
| | | ||||||
| * | swrap: Add libc_socket(). | Andreas Schneider | 2013-12-10 | 1 | -3/+10 | |
| | | ||||||
| * | swrap: Add libc_setsockopt(). | Andreas Schneider | 2013-12-10 | 1 | -10/+21 | |
| | | ||||||
