swrap: Fix a TOCTOU issue in swrap_auto_bind()
[socket_wrapper.git] / tests /
2022-07-21 Andreas Schneidertests: Fix compiler warning that arrays might not be...
2021-03-15 Stefan Metzmacherswrap: wrap __close_nocancel() if available
2021-03-15 Stefan Metzmacherswrap: export a public socket_wrapper_indicate_no_inet_...
2021-03-15 Stefan Metzmacherswrap: introduce a socket_wrapper_noop.so and socket_wr...
2021-02-08 Stefan Metzmachertest_echo_tcp_sendmsg_recvmsg_fd: add test_tcp_sendmsg_...
2021-02-08 Stefan Metzmachertest_echo_tcp_sendmsg_recvmsg_fd: add test_tcp_sendmsg_...
2021-02-08 Stefan Metzmachertest_echo_tcp_sendmsg_recvmsg_fd: also test passing...
2021-02-08 Stefan Metzmachertest_echo_tcp_sendmsg_recvmsg_fd: split out test_tcp_se...
2021-02-08 Stefan Metzmachertest_echo_tcp_sendmsg_recvmsg_fd: split out test_tcp_se...
2021-02-08 Stefan Metzmachertests/echo_srv: allow more than once tcp connection...
2021-02-05 Stefan Metzmachertests/echo_srv: make the main server logic resilient...
2021-02-02 Stefan Metzmacherswrap: add basic support for fd-passing via SCM_RIGHTS
2021-02-02 Anoop C Stests: Add test for socket_wrapper fd-passing support
2021-01-29 Andreas Schneidergitlab-ci: Add job for ThreadSanitizer
2020-11-04 Björn Jackesocket_wrapper.c/tests: fall back to pragma init/fini...
2020-06-22 Stefan Metzmachertest_echo_tcp_socket_options.c: add tests for TCP_INFO
2020-06-19 Stefan MetzmacherRevert "test_echo_tcp_socket_options.c: add tests for...
2020-06-19 Stefan MetzmacherMerge branch 'tcp_info' into 'master'
2020-06-19 Stefan Metzmachertest_echo_tcp_socket_options.c: add tests for TCP_INFO
2020-05-14 Mike Gilberttests: do not truncate pid to 16 bits
2020-03-24 Andreas Schneidertests: Fix a compile warning on Ubuntu
2020-03-23 Andreas Schneidertests: Fix a coverty warning in echo_srv
2019-03-21 Andreas Schneidertests: Fix typo in echo_srv help
2019-02-12 Andreas Schneidercmake: Disable deep binding for helgrind
2018-11-12 Anoop C Stests: Enable threaded test cases on FreeBSD
2018-11-12 Anoop C Stests: Increase backlog count for listen() in echo_srv
2018-11-07 Andreas Schneidertests: Protect IPv6 in st_echo_tcp_get_peer_sock_name
2018-11-07 Andreas Schneidercmake: Set LINK_FLAGS for echo_srv
2018-11-06 Andreas Schneidertests: Disable failing tests as on FreeBSD
2018-11-06 Andreas Schneidertests: Protect IPv6 function in setup_echo_srv_tcp_ipv6
2018-11-06 Andreas Schneidertests: Protect IPv6 case in echo_srv
2018-10-30 Andreas Schneidercmake: Don't use string PREPEND
2018-10-23 Andreas Schneidertests: Init in_addr only once in test_tcp_socket_overwrite
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...
next