swrap: call libc_write() directly for internal fds
[socket_wrapper.git] / tests /
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
2013-11-20 Andreas Schneidertests: Fix test on Solaris.
2013-11-15 Andreas Schneidertests: Add SIOCGPGRP test.
2013-11-15 Andreas Schneidertests: Remove ioctl tty test it doesn't work in ctest.
2013-11-14 Andreas Schneidertests: Make sure the struct is zeroed.
2013-11-14 Andreas Schneidertests: Add a ioctl tty test.
2013-11-14 Andreas Schneidercmake: Fix running tests on OSX.
2013-11-14 Andreas Schneidertests: Add simple ioctl test.
2013-07-10 Andreas Schneidertests: Fix a build warning.
2013-07-09 Andreas Schneidertests: Add unistd.h for mkdtemp() on MacOSX.
2013-07-08 Andreas Schneidercmake: Link testsuite against socket libraries.
2013-07-01 Andreas Schneidertests: Use a rc variable.
2013-07-01 Andreas Schneidertest: Initialize the remove_cmd buffer.
2013-07-01 Andreas Schneidercmake: Fix make test.
2013-06-30 Andreas Schneidercmake: Fix setting the environment variables.
2013-06-06 Andreas Schneidercmake: Rename options to UNIT_TESTING.
2013-06-04 Andreas Schneidertests: Get the testsuite working with 'make test'.
2013-05-28 Andreas Schneidertests: Add test as cmocka test.
2013-02-07 Andreas SchneiderInitial commit.