summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.2.5socket_wrapper-1.2.5Andreas Schneider2020-06-222-2/+7
* socket_wrapper.c: let swrap_vioctl() handle SIOCOUTQ/TIOCOUTQ/FIONWRITE expli...Stefan Metzmacher2020-06-221-0/+18
* socket_wrapper.c: make FIONREAD handling more robust in swrap_vioctl()Stefan Metzmacher2020-06-221-3/+5
* test_echo_tcp_socket_options.c: add tests for TCP_INFOStefan Metzmacher2020-06-222-0/+82
* socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supports itStefan Metzmacher2020-06-223-0/+59
* doc: Document SOCKET_WRAPPER_DIR_ALLOW_ORIGMartin Schwenke2020-06-222-1/+16
* swrap: Add SOCKET_WRAPPER_DIR_ALLOW_ORIG to allow fall backMartin Schwenke2020-06-221-2/+25
* swrap: Abort if socket wrapper directory is too long to be usableMartin Schwenke2020-06-221-0/+31
* swrap: Add abstractions to construct Unix domain socket pathsMartin Schwenke2020-06-221-16/+54
* swrap: Abort on failure to use SOCKET_WRAPPER_DIRMartin Schwenke2020-06-221-1/+1
* Revert "socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supp...Stefan Metzmacher2020-06-193-59/+0
* Revert "test_echo_tcp_socket_options.c: add tests for TCP_INFO"Stefan Metzmacher2020-06-192-82/+0
* Revert "socket_wrapper.c: make FIONREAD handling more robust in swrap_vioctl()"Stefan Metzmacher2020-06-191-5/+3
* Revert "socket_wrapper.c: let swrap_vioctl() handle SIOCOUTQ/TIOCOUTQ/FIONWRI...Stefan Metzmacher2020-06-191-18/+0
* Merge branch 'tcp_info' into 'master'Stefan Metzmacher2020-06-195-3/+164
|\
| * socket_wrapper.c: let swrap_vioctl() handle SIOCOUTQ/TIOCOUTQ/FIONWRITE expli...Stefan Metzmacher2020-06-191-0/+18
| * socket_wrapper.c: make FIONREAD handling more robust in swrap_vioctl()Stefan Metzmacher2020-06-191-3/+5
| * test_echo_tcp_socket_options.c: add tests for TCP_INFOStefan Metzmacher2020-06-192-0/+82
| * socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supports itStefan Metzmacher2020-06-193-0/+59
|/
* tests: do not truncate pid to 16 bitsMike Gilbert2020-05-141-6/+4
* swrap: Remove extra new line towards end of SWRAP_LOG()Anoop C S2020-05-141-20/+20
* 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