summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmake: Use GNUInstallDirsAndreas Schneider2019-02-206-121/+10
* swrap: Fix a TODOAnoop C S2019-02-121-19/+54
* Remove thread-safety task from TODOAnoop C S2019-02-121-2/+0
* cmake: Disable deep binding for helgrindAndreas Schneider2019-02-121-1/+1
* swrap: Add env variable to disable deep bindingAndreas Schneider2019-02-123-8/+28
* swrap: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2019-01-111-6/+6
* swrap: Add an overflow checkVolker Lendecke2019-01-111-0/+5
* Bump version to 1.2.1socket_wrapper-1.2.1Andreas Schneider2018-11-142-2/+5
* swrap: Do not log if we are over the limit in find_socket_info_index()Andreas Schneider2018-11-131-4/+16
* swrap: Also log the fd in swrap_socket()Andreas Schneider2018-11-131-2/+3
* swrap: Fix comparison of different signednessAndreas Schneider2018-11-131-2/+2
* Bump version to 1.2.0socket_wrapper-1.2.0Andreas Schneider2018-11-132-2/+7
* swrap: Also log the process nameAndreas Schneider2018-11-133-2/+39
* swrap: Better handling for default values in socket_wrapper_max_sockets()Andreas Schneider2018-11-131-5/+15
* swrap: Always allocate the socket fd array to the maximumAndreas Schneider2018-11-131-9/+16
* swrap: Rename global variable for max socketsAndreas Schneider2018-11-131-6/+8
* 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
* gitlab-ci: Add csbuildAndreas Schneider2018-11-071-0/+31
* tests: Protect IPv6 in st_echo_tcp_get_peer_sock_nameAndreas Schneider2018-11-071-0/+15
* cmake: SWRAP_REQUIRED_LIBRARIES should be a listAndreas Schneider2018-11-071-1/+0
* cmake: Set LINK_FLAGS for echo_srvAndreas Schneider2018-11-071-0/+5
* cmake: Set LINK_FLAGS for socket_wrapperAndreas Schneider2018-11-071-9/+10
* cmake: Only set default flags if they have been detectedAndreas Schneider2018-11-071-2/+6
* cmake: Disable stack protector on SolarisAndreas Schneider2018-11-071-17/+19
* gitlab-ci: Enable freebsd runnerAndreas Schneider2018-11-061-4/+1
* tests: Disable failing tests as on FreeBSDAndreas Schneider2018-11-061-0/+12
* cmake: Create a list with required librariesAndreas Schneider2018-11-061-3/+4
* 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
* swrap: Protect IPv6 case in swrap_socket()Andreas Schneider2018-11-061-0/+2
* cmake: Don't use string PREPENDAndreas Schneider2018-10-301-2/+2
* swrap: Fix coverity issuesAnoop C S2018-10-291-4/+2
* gitlab-ci: Disable the FreeBSD runnerAndreas Schneider2018-10-231-1/+4
* gitlab-ci: Add helgrind testsAndreas Schneider2018-10-231-0/+19
* gitlab-ci: Add runners and toolchain filesAndreas Schneider2018-10-232-0/+221
* 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
* swrap: Don't do a deep bind if we run with libasanAndreas Schneider2018-10-231-1/+9
* swrap: Add a mutex for resetting socket indexAndreas Schneider2018-10-231-2/+22
* swrap: Fix helgrind errorsAnoop C S2018-10-231-4/+32
* tests: Use assert_return_code() to get errnoAndreas Schneider2018-10-231-8/+8