aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-03-21tests: Fix typo in echo_srv helpAndreas Schneider1-1/+1
2019-02-12cmake: Disable deep binding for helgrindAndreas Schneider1-1/+1
2018-11-12tests: Enable threaded test cases on FreeBSDAnoop C S1-12/+0
2018-11-12tests: Increase backlog count for listen() in echo_srvAnoop C S1-1/+1
2018-11-07tests: Protect IPv6 in st_echo_tcp_get_peer_sock_nameAndreas Schneider1-0/+15
2018-11-07cmake: Set LINK_FLAGS for echo_srvAndreas Schneider1-0/+5
2018-11-06tests: Disable failing tests as on FreeBSDAndreas Schneider1-0/+12
2018-11-06tests: Protect IPv6 function in setup_echo_srv_tcp_ipv6Andreas Schneider1-0/+2
2018-11-06tests: Protect IPv6 case in echo_srvAndreas Schneider1-0/+6
2018-10-30cmake: Don't use string PREPENDAndreas Schneider1-2/+2
2018-10-23tests: Init in_addr only once in test_tcp_socket_overwriteAndreas Schneider1-7/+3
2018-10-23tests: Return an error if setenv() fails in test_max_socketsAndreas Schneider1-1/+1
2018-10-23tests: Check the correct return code in test_thread_echo_tcp_write_readAndreas Schneider1-1/+1
2018-10-23tests: Check return code of connect in test_thread_echo_tcp_sendmsg_recvmsgAndreas Schneider1-0/+2
2018-10-23tests: Check the return code of connect in test_echo_udp_sendmsg_recvmsgAndreas Schneider1-0/+3
2018-10-23tests: Check return code of connnect in test_echo_tcp_sendmsg_recvmsgAndreas Schneider1-0/+3
2018-10-23echo_srv: Check for a valid pidfile pointerAndreas Schneider1-1/+1
2018-10-23echo_srv: Only use 128K as buffer size instead of 4MBAndreas Schneider1-1/+1
2018-10-23torture: Wait longer for echo_srv startupAndreas Schneider1-2/+2
2018-10-23echo_srv: Do not close bogus file descriptorsAndreas Schneider1-4/+2
2018-10-23tests: Use assert_return_code() to get errnoAndreas Schneider1-8/+8
2018-10-23tests: Avoid -Wcast-align warningAnoop C S1-28/+18
2018-10-23tests: Fix -Wformat gcc warningAnoop C S1-1/+1
2018-10-23cmake: Update AddCMockaTestAndreas Schneider1-42/+41
2018-10-23cmake: Support running the tests with AddressSanitizerAndreas Schneider1-1/+27
2018-10-23cmake: Improve checks for compiler flagsAndreas Schneider1-0/+14
2018-10-23cmake: Suppress helgrind race condition warning we created on purposeAndreas Schneider2-1/+12
2018-10-23cmake: Create an error if helgrind finds a bugAndreas Schneider1-1/+1
2018-10-23cmake: Write helgrind logs to stderr so we can see themAndreas Schneider1-2/+2
2018-08-17tests: Update valgrind suppression fileAndreas Schneider1-1/+9
2018-08-09tests: Prevent child process falling to defunct stateAnoop C S1-0/+2
2018-08-09tests: Add missing header for IPPROTO_TCPAndreas Schneider1-0/+1
2018-05-04tests: Fix resouce leak in echo_srv tcp handlingAndreas Schneider1-2/+1
2018-05-03cmake: Run threaded tests with helgrindAndreas Schneider1-6/+35
2018-05-02tests: Add test case to validate free-list indexesAnoop C S2-1/+76
2018-05-02tests: New threaded test casesAnoop C S5-1/+591
2018-05-02tests: Modify echo server to accept multiple connectionsAnoop C S1-23/+35
2018-05-02tests: Add new test to check mutex lock contentionMichael Adam2-1/+74
2018-05-02swrap: set errno to ENFILE if there is no more free socket_infoMichael Adam1-2/+2
2018-05-02tests: Increase wait time for setup and teardown to 5msAndreas Schneider1-2/+2
2018-03-26tests: Remove extra test by moving getsockname() to anotherAnoop C S3-70/+2
2017-12-04tests: Add a thread deadlock reproducerAndreas Schneider3-1/+175
2017-12-04tests: Fix sa_socklen for sockaddr_inAndreas Schneider1-2/+2
2017-09-07tests: Add a simple fnctl() testAndreas Schneider2-0/+68
2017-03-17tests: Fix test_close_failure test caseMichael Adam1-3/+1
2017-02-27Increase wait time during echo_server's pid-file checkAnoop C S1-1/+1
2017-02-10Avoid mutex lock wait in socket close failureAnoop C S2-1/+52
2016-10-27tests: Clean-up max_sockets test caseAnoop C S1-20/+4
2016-10-20cmake: Link pthread library headersMichael Adam1-1/+2
2016-10-20tests: Add a test for max_socketsMichael Adam2-1/+112