summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* swrap: wrap __close_nocancel() if availableStefan Metzmacher2021-03-151-1/+19
* swrap: export a public socket_wrapper_indicate_no_inet_fd() helper functionStefan Metzmacher2021-03-151-0/+31
* swrap: introduce a socket_wrapper_noop.so and socket_wrapper.h to provide noo...Stefan Metzmacher2021-03-152-1/+80
* test_echo_tcp_sendmsg_recvmsg_fd: add test_tcp_sendmsg_recvmsg_fd_mixed() testsStefan Metzmacher2021-02-081-0/+165
* test_echo_tcp_sendmsg_recvmsg_fd: add test_tcp_sendmsg_recvmsg_fd_different()...Stefan Metzmacher2021-02-081-0/+82
* test_echo_tcp_sendmsg_recvmsg_fd: also test passing the same socket up to 6 t...Stefan Metzmacher2021-02-081-1/+46
* test_echo_tcp_sendmsg_recvmsg_fd: split out test_tcp_sendmsg_recvmsg_fd_same()Stefan Metzmacher2021-02-081-4/+16
* test_echo_tcp_sendmsg_recvmsg_fd: split out test_tcp_sendmsg_recvmsg_fd_array()Stefan Metzmacher2021-02-081-53/+145
* tests/echo_srv: allow more than once tcp connection at a timeStefan Metzmacher2021-02-081-1/+1
* tests/echo_srv: make the main server logic resilient to ECONNABORTED from acc...Stefan Metzmacher2021-02-051-0/+3
* swrap: add basic support for fd-passing via SCM_RIGHTSStefan Metzmacher2021-02-021-4/+0
* tests: Add test for socket_wrapper fd-passing supportAnoop C S2021-02-022-1/+193
* gitlab-ci: Add job for ThreadSanitizerAndreas Schneider2021-01-291-0/+9
* socket_wrapper.c/tests: fall back to pragma init/fini for constructor/destruc...Björn Jacke2020-11-041-1/+4
* test_echo_tcp_socket_options.c: add tests for TCP_INFOStefan Metzmacher2020-06-222-0/+82
* Revert "test_echo_tcp_socket_options.c: add tests for TCP_INFO"Stefan Metzmacher2020-06-192-82/+0
* test_echo_tcp_socket_options.c: add tests for TCP_INFOStefan Metzmacher2020-06-192-0/+82
* tests: do not truncate pid to 16 bitsMike Gilbert2020-05-141-6/+4
* tests: Fix a compile warning on UbuntuAndreas Schneider2020-03-241-1/+3
* tests: Fix a coverty warning in echo_srvAndreas Schneider2020-03-231-1/+3
* tests: Fix typo in echo_srv helpAndreas Schneider2019-03-211-1/+1
* cmake: Disable deep binding for helgrindAndreas Schneider2019-02-121-1/+1
* tests: Enable threaded test cases on FreeBSDAnoop C S2018-11-121-12/+0
* tests: Increase backlog count for listen() in echo_srvAnoop C S2018-11-121-1/+1
* tests: Protect IPv6 in st_echo_tcp_get_peer_sock_nameAndreas Schneider2018-11-071-0/+15
* cmake: Set LINK_FLAGS for echo_srvAndreas Schneider2018-11-071-0/+5
* tests: Disable failing tests as on FreeBSDAndreas Schneider2018-11-061-0/+12
* tests: Protect IPv6 function in setup_echo_srv_tcp_ipv6Andreas Schneider2018-11-061-0/+2
* tests: Protect IPv6 case in echo_srvAndreas Schneider2018-11-061-0/+6
* cmake: Don't use string PREPENDAndreas Schneider2018-10-301-2/+2
* tests: Init in_addr only once in test_tcp_socket_overwriteAndreas Schneider2018-10-231-7/+3
* tests: Return an error if setenv() fails in test_max_socketsAndreas Schneider2018-10-231-1/+1
* tests: Check the correct return code in test_thread_echo_tcp_write_readAndreas Schneider2018-10-231-1/+1
* tests: Check return code of connect in test_thread_echo_tcp_sendmsg_recvmsgAndreas Schneider2018-10-231-0/+2
* tests: Check the return code of connect in test_echo_udp_sendmsg_recvmsgAndreas Schneider2018-10-231-0/+3
* tests: Check return code of connnect in test_echo_tcp_sendmsg_recvmsgAndreas Schneider2018-10-231-0/+3
* echo_srv: Check for a valid pidfile pointerAndreas Schneider2018-10-231-1/+1
* echo_srv: Only use 128K as buffer size instead of 4MBAndreas Schneider2018-10-231-1/+1
* torture: Wait longer for echo_srv startupAndreas Schneider2018-10-231-2/+2
* echo_srv: Do not close bogus file descriptorsAndreas Schneider2018-10-231-4/+2
* tests: Use assert_return_code() to get errnoAndreas Schneider2018-10-231-8/+8
* tests: Avoid -Wcast-align warningAnoop C S2018-10-231-28/+18
* tests: Fix -Wformat gcc warningAnoop C S2018-10-231-1/+1
* cmake: Update AddCMockaTestAndreas Schneider2018-10-231-42/+41
* cmake: Support running the tests with AddressSanitizerAndreas Schneider2018-10-231-1/+27
* cmake: Improve checks for compiler flagsAndreas Schneider2018-10-231-0/+14
* cmake: Suppress helgrind race condition warning we created on purposeAndreas Schneider2018-10-232-1/+12
* cmake: Create an error if helgrind finds a bugAndreas Schneider2018-10-231-1/+1
* cmake: Write helgrind logs to stderr so we can see themAndreas Schneider2018-10-231-2/+2
* tests: Update valgrind suppression fileAndreas Schneider2018-08-171-1/+9