aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-21swrap: Add missing NULL checks to socket_wrapper_dir()HEADmasterAndreas Schneider1-0/+19
2019-03-21swrap: Print a warning if SOCKET_WRAPPER_DIR is not setAndreas Schneider1-0/+1
2019-03-21Bump version to 1.2.2Andreas Schneider2-2/+7
2019-03-21swrap: Add paranoia NULL checksAndreas Schneider1-0/+10
2019-03-21swrap: Fix strict aliasing issues in swrap_pcap_packet_init()Andreas Schneider1-51/+61
2019-03-21swrap: Fix "Value stored never used" warningAnoop C S1-1/+0
2019-03-21tests: Fix typo in echo_srv helpAndreas Schneider1-1/+1
2019-03-21doc: Fix some typos in the manpageAndreas Schneider2-7/+7
2019-03-06swrap: Do not use FALL_THROUGH for empty case statementsAmitay Isaacs1-2/+0
2019-02-20README: Create a markdown fileAndreas Schneider2-4/+4
2019-02-20gitlab-ci: Check last 20 commits on force pushAndreas Schneider1-2/+2
2019-02-20cmake: Remove unused config.h variablesAndreas Schneider2-9/+0
2019-02-20cmake: Use GNUInstallDirsAndreas Schneider6-121/+10
2019-02-12swrap: Fix a TODOAnoop C S1-19/+54
2019-02-12Remove thread-safety task from TODOAnoop C S1-2/+0
2019-02-12cmake: Disable deep binding for helgrindAndreas Schneider1-1/+1
2019-02-12swrap: Add env variable to disable deep bindingAndreas Schneider3-8/+28
2019-01-11swrap: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-6/+6
2019-01-11swrap: Add an overflow checkVolker Lendecke1-0/+5
2018-11-14Bump version to 1.2.1Andreas Schneider2-2/+5
2018-11-13swrap: Do not log if we are over the limit in find_socket_info_index()Andreas Schneider1-4/+16
2018-11-13swrap: Also log the fd in swrap_socket()Andreas Schneider1-2/+3
2018-11-13swrap: Fix comparison of different signednessAndreas Schneider1-2/+2
2018-11-13Bump version to 1.2.0Andreas Schneider2-2/+7
2018-11-13swrap: Also log the process nameAndreas Schneider3-2/+39
2018-11-13swrap: Better handling for default values in socket_wrapper_max_sockets()Andreas Schneider1-5/+15
2018-11-13swrap: Always allocate the socket fd array to the maximumAndreas Schneider1-9/+16
2018-11-13swrap: Rename global variable for max socketsAndreas Schneider1-6/+8
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-07gitlab-ci: Add csbuildAndreas Schneider1-0/+31
2018-11-07tests: Protect IPv6 in st_echo_tcp_get_peer_sock_nameAndreas Schneider1-0/+15
2018-11-07cmake: SWRAP_REQUIRED_LIBRARIES should be a listAndreas Schneider1-1/+0
2018-11-07cmake: Set LINK_FLAGS for echo_srvAndreas Schneider1-0/+5
2018-11-07cmake: Set LINK_FLAGS for socket_wrapperAndreas Schneider1-9/+10
2018-11-07cmake: Only set default flags if they have been detectedAndreas Schneider1-2/+6
2018-11-07cmake: Disable stack protector on SolarisAndreas Schneider1-17/+19
2018-11-06gitlab-ci: Enable freebsd runnerAndreas Schneider1-4/+1
2018-11-06tests: Disable failing tests as on FreeBSDAndreas Schneider1-0/+12
2018-11-06cmake: Create a list with required librariesAndreas Schneider1-3/+4
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-11-06swrap: Protect IPv6 case in swrap_socket()Andreas Schneider1-0/+2
2018-10-30cmake: Don't use string PREPENDAndreas Schneider1-2/+2
2018-10-29swrap: Fix coverity issuesAnoop C S1-4/+2
2018-10-23gitlab-ci: Disable the FreeBSD runnerAndreas Schneider1-1/+4
2018-10-23gitlab-ci: Add helgrind testsAndreas Schneider1-0/+19
2018-10-23gitlab-ci: Add runners and toolchain filesAndreas Schneider2-0/+221
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