tests: Return an error if setenv() fails in test_max_sockets
[socket_wrapper.git] / tests /
2018-10-23 Andreas Schneidertests: Return an error if setenv() fails in test_max_so...
2018-10-23 Andreas Schneidertests: Check the correct return code in test_thread_ech...
2018-10-23 Andreas Schneidertests: Check return code of connect in test_thread_echo...
2018-10-23 Andreas Schneidertests: Check the return code of connect in test_echo_ud...
2018-10-23 Andreas Schneidertests: Check return code of connnect in test_echo_tcp_s...
2018-10-23 Andreas Schneiderecho_srv: Check for a valid pidfile pointer
2018-10-23 Andreas Schneiderecho_srv: Only use 128K as buffer size instead of 4MB
2018-10-23 Andreas Schneidertorture: Wait longer for echo_srv startup
2018-10-23 Andreas Schneiderecho_srv: Do not close bogus file descriptors
2018-10-23 Andreas Schneidertests: Use assert_return_code() to get errno
2018-10-23 Anoop C Stests: Avoid -Wcast-align warning
2018-10-23 Anoop C Stests: Fix -Wformat gcc warning
2018-10-23 Andreas Schneidercmake: Update AddCMockaTest
2018-10-23 Andreas Schneidercmake: Support running the tests with AddressSanitizer
2018-10-23 Andreas Schneidercmake: Improve checks for compiler flags
2018-10-23 Andreas Schneidercmake: Suppress helgrind race condition warning we...
2018-10-23 Andreas Schneidercmake: Create an error if helgrind finds a bug
2018-10-23 Andreas Schneidercmake: Write helgrind logs to stderr so we can see...
2018-08-17 Andreas Schneidertests: Update valgrind suppression file
2018-08-09 Anoop C Stests: Prevent child process falling to defunct state
2018-08-09 Andreas Schneidertests: Add missing header for IPPROTO_TCP
2018-05-04 Andreas Schneidertests: Fix resouce leak in echo_srv tcp handling
2018-05-03 Andreas Schneidercmake: Run threaded tests with helgrind
2018-05-02 Anoop C Stests: Add test case to validate free-list indexes
2018-05-02 Anoop C Stests: New threaded test cases
2018-05-02 Anoop C Stests: Modify echo server to accept multiple connections
2018-05-02 Michael Adamtests: Add new test to check mutex lock contention
2018-05-02 Michael Adamswrap: set errno to ENFILE if there is no more free...
2018-05-02 Andreas Schneidertests: Increase wait time for setup and teardown to 5ms
2018-03-26 Anoop C Stests: Remove extra test by moving getsockname() to...
2017-12-04 Andreas Schneidertests: Add a thread deadlock reproducer
2017-12-04 Andreas Schneidertests: Fix sa_socklen for sockaddr_in
2017-09-07 Andreas Schneidertests: Add a simple fnctl() test
2017-03-17 Michael Adamtests: Fix test_close_failure test case
2017-02-27 Anoop C SIncrease wait time during echo_server's pid-file check
2017-02-10 Anoop C SAvoid mutex lock wait in socket close failure
2016-10-27 Anoop C Stests: Clean-up max_sockets test case
2016-10-20 Michael Adamcmake: Link pthread library headers
2016-10-20 Michael Adamtests: Add a test for max_sockets
2016-08-23 Anoop C Sswrap: Add test case to validate oldfd = newfd case...
2016-05-17 Andreas Schneidertests: Add test_connect_sendto_null_ipv4() test
2016-05-17 Richard Sharpetests: Add a udp test case for sendto() after a connect()
2015-11-04 Andreas Schneidertests: Add test for ephemeral port binding in listen()
2015-10-28 Andreas Schneidertests: Add valgrind suppression file for dlopen() issues
2015-10-27 Andreas Schneidertorture: Use a short torture socket dir
2015-10-19 Andreas Schneidertests: Fix compile warning
2015-10-14 Ralph Boehmetests: Add a unit test for wrap_sendmsg_filter_cmsghdr()
2015-10-14 Andreas Schneidertests: Add test for TCP_NODELAY setsockopt()
2015-10-14 Andreas Schneidertests: Add test for TCP_NODELAY getsockopt()
2015-08-17 Andreas Schneidertests: Rename s_addr to send_addr
2015-08-17 Andreas Schneidertests: Fix memset() call in new tests
2015-08-17 Andreas Schneidertests: Fix passing pointer of incompatible type
2015-08-11 Andreas Schneidertests: Add tcp sendmsg/recvmsg test
2015-08-11 Andreas Schneidertests: Tests for msg_name(len) in sendmsg/revcmsg
2015-08-11 Andreas Schneidertests: Fix testname of sendmsg tests
2015-08-11 Andreas Schneidertests: Migrate to new cmocka API
2014-12-16 Andreas Schneidertorture: Increase time to wait for pid file.
2014-10-20 Andreas Schneidertorture: Check the return code of kill().
2014-09-03 Andreas Schneidertests: Add missing breaks in sockaddr assert functions.
2014-09-02 Andreas Schneidertests: Pass the sockaddr structure to system functions.
2014-09-02 Andreas Schneiderecho_srv: Silence alignment warnings.
2014-09-01 Andreas Schneiderecho_srv: Fix type punning warnings.
2014-09-01 Andreas Schneidertests: Fix type punning warnings.
2014-08-15 Jakub HrozekDefine _GNU_SOURCE on one place only.
2014-07-29 Jakub HrozekSO_PROTOCOL is platform-dependent
2014-07-09 Michael Adamtorture: add HAVE_IPV6 guard to torture_server_address()
2014-06-05 Andreas Schneidertests: Disable addr_in_use bind test while the swrap...
2014-06-02 Andreas Schneidertests: Fix conflicting variable name on Solaris.
2014-06-02 Andreas Schneidertests: Fix building without bindresvport().
2014-06-01 Michael Adamtests: add new test test_bind_ipv4_addr_in_use()
2014-06-01 Michael Adamtests: extend the ipv6 bind test
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.
next