summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.2.4socket_wrapper-1.2.4Andreas Schneider2020-03-242-7/+15
* Rename CHANGELOGAndreas Schneider2020-03-241-0/+0
* gitlab-ci: Add ubuntu runnerAndreas Schneider2020-03-241-0/+19
* gitlab-ci: Remove debian cross mips buildAndreas Schneider2020-03-241-25/+0
* 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
* swrap: add support for SOCKET_WRAPPER_IPV4_NETWORK=10.53.57.0Stefan Metzmacher2020-03-213-10/+42
* swrap: implement swrap_ipv4_{net,bcast,iface}() helper functionsStefan Metzmacher2020-03-211-9/+96
* doc/socket_wrapper.1: clarify the possible values for SOCKET_WRAPPER_DEFAULT_...Stefan Metzmacher2020-03-212-7/+7
* gitlab-ci: Whitelist metze to use the FreeBSD runnerAndreas Schneider2020-03-211-0/+1
* swrap: provide _{socket,close,connect,...} symbols on FreeBSDStefan Metzmacher2020-03-193-2/+55
* swrap: detect stale fd for socket(PF_UNIX) and accept()Stefan Metzmacher2020-03-191-1/+22
* swrap: trace the SOCKET_WRAPPER_PCAP_FILE locationStefan Metzmacher2020-03-191-0/+1
* swrap: Do not leak buf in swrap_sendmsg()socket_wrapper-1.2.3Andreas Schneider2019-03-211-0/+1
* Bump version to 1.2.3Andreas Schneider2019-03-212-2/+6
* swrap: Add missing NULL checks to socket_wrapper_dir()Andreas Schneider2019-03-211-0/+19
* swrap: Print a warning if SOCKET_WRAPPER_DIR is not setAndreas Schneider2019-03-211-0/+1
* Bump version to 1.2.2socket_wrapper-1.2.2Andreas Schneider2019-03-212-2/+7
* swrap: Add paranoia NULL checksAndreas Schneider2019-03-211-0/+10
* swrap: Fix strict aliasing issues in swrap_pcap_packet_init()Andreas Schneider2019-03-211-51/+61
* swrap: Fix "Value stored never used" warningAnoop C S2019-03-211-1/+0
* tests: Fix typo in echo_srv helpAndreas Schneider2019-03-211-1/+1
* doc: Fix some typos in the manpageAndreas Schneider2019-03-212-7/+7
* swrap: Do not use FALL_THROUGH for empty case statementsAmitay Isaacs2019-03-061-2/+0
* README: Create a markdown fileAndreas Schneider2019-02-202-4/+4
* gitlab-ci: Check last 20 commits on force pushAndreas Schneider2019-02-201-2/+2
* cmake: Remove unused config.h variablesAndreas Schneider2019-02-202-9/+0
* 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