summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Avoid -Wcast-align warningAnoop C S2018-10-231-28/+18
* tests: Fix -Wformat gcc warningAnoop C S2018-10-231-1/+1
* cmake: Fix checking for required system librariesAndreas Schneider2018-10-231-11/+13
* cmake: Use target_include_directories()Andreas Schneider2018-10-231-3/+3
* cmake: Require modern cmake versionAndreas Schneider2018-10-231-1/+1
* cmake: Update AddCMockaTestAndreas Schneider2018-10-232-49/+152
* cmake: Update cmocka requirementAndreas Schneider2018-10-231-1/+1
* cmake: Support running the tests with AddressSanitizerAndreas Schneider2018-10-231-1/+27
* cmake: Add CFLAGS for AddressSanitizer and UndefinedSanitizerAndreas Schneider2018-10-231-0/+24
* cmake: Move Compiler flags to new fileAndreas Schneider2018-10-233-13/+22
* cmake: Remove obsolete DefineCompilerFlags.cmakeAndreas Schneider2018-10-231-64/+0