socket_wrapper.git
2020-03-24 Andreas SchneiderBump version to 1.2.4 socket_wrapper-1.2.4
2020-03-24 Andreas SchneiderRename CHANGELOG
2020-03-24 Andreas Schneidergitlab-ci: Add ubuntu runner
2020-03-24 Andreas Schneidergitlab-ci: Remove debian cross mips build
2020-03-24 Andreas Schneidertests: Fix a compile warning on Ubuntu
2020-03-23 Andreas Schneidertests: Fix a coverty warning in echo_srv
2020-03-21 Stefan Metzmacherswrap: add support for SOCKET_WRAPPER_IPV4_NETWORK...
2020-03-21 Stefan Metzmacherswrap: implement swrap_ipv4_{net,bcast,iface}() helper...
2020-03-21 Stefan Metzmacherdoc/socket_wrapper.1: clarify the possible values for...
2020-03-21 Andreas Schneidergitlab-ci: Whitelist metze to use the FreeBSD runner
2020-03-19 Stefan Metzmacherswrap: provide _{socket,close,connect,...} symbols...
2020-03-19 Stefan Metzmacherswrap: detect stale fd for socket(PF_UNIX) and accept()
2020-03-19 Stefan Metzmacherswrap: trace the SOCKET_WRAPPER_PCAP_FILE location
2019-03-21 Andreas Schneiderswrap: Do not leak buf in swrap_sendmsg() socket_wrapper-1.2.3
2019-03-21 Andreas SchneiderBump version to 1.2.3
2019-03-21 Andreas Schneiderswrap: Add missing NULL checks to socket_wrapper_dir()
2019-03-21 Andreas Schneiderswrap: Print a warning if SOCKET_WRAPPER_DIR is not set
2019-03-21 Andreas SchneiderBump version to 1.2.2 socket_wrapper-1.2.2
2019-03-21 Andreas Schneiderswrap: Add paranoia NULL checks
2019-03-21 Andreas Schneiderswrap: Fix strict aliasing issues in swrap_pcap_packet_...
2019-03-21 Anoop C Sswrap: Fix "Value stored never used" warning
2019-03-21 Andreas Schneidertests: Fix typo in echo_srv help
2019-03-21 Andreas Schneiderdoc: Fix some typos in the manpage
2019-03-06 Amitay Isaacsswrap: Do not use FALL_THROUGH for empty case statements
2019-02-20 Andreas SchneiderREADME: Create a markdown file
2019-02-20 Andreas Schneidergitlab-ci: Check last 20 commits on force push
2019-02-20 Andreas Schneidercmake: Remove unused config.h variables
2019-02-20 Andreas Schneidercmake: Use GNUInstallDirs
2019-02-12 Anoop C Sswrap: Fix a TODO
2019-02-12 Anoop C SRemove thread-safety task from TODO
2019-02-12 Andreas Schneidercmake: Disable deep binding for helgrind
2019-02-12 Andreas Schneiderswrap: Add env variable to disable deep binding
2019-01-11 Andreas Schneiderswrap: Use #ifdef instead of #if for config.h definitions
2019-01-11 Volker Lendeckeswrap: Add an overflow check
2018-11-14 Andreas SchneiderBump version to 1.2.1 socket_wrapper-1.2.1
2018-11-13 Andreas Schneiderswrap: Do not log if we are over the limit in find_sock...
2018-11-13 Andreas Schneiderswrap: Also log the fd in swrap_socket()
2018-11-13 Andreas Schneiderswrap: Fix comparison of different signedness
2018-11-13 Andreas SchneiderBump version to 1.2.0 socket_wrapper-1.2.0
2018-11-13 Andreas Schneiderswrap: Also log the process name
2018-11-13 Andreas Schneiderswrap: Better handling for default values in socket_wra...
2018-11-13 Andreas Schneiderswrap: Always allocate the socket fd array to the maximum
2018-11-13 Andreas Schneiderswrap: Rename global variable for max sockets
2018-11-12 Anoop C Stests: Enable threaded test cases on FreeBSD
2018-11-12 Anoop C Stests: Increase backlog count for listen() in echo_srv
2018-11-07 Andreas Schneidergitlab-ci: Add csbuild
2018-11-07 Andreas Schneidertests: Protect IPv6 in st_echo_tcp_get_peer_sock_name
2018-11-07 Andreas Schneidercmake: SWRAP_REQUIRED_LIBRARIES should be a list
2018-11-07 Andreas Schneidercmake: Set LINK_FLAGS for echo_srv
2018-11-07 Andreas Schneidercmake: Set LINK_FLAGS for socket_wrapper
2018-11-07 Andreas Schneidercmake: Only set default flags if they have been detected
2018-11-07 Andreas Schneidercmake: Disable stack protector on Solaris
2018-11-06 Andreas Schneidergitlab-ci: Enable freebsd runner
2018-11-06 Andreas Schneidertests: Disable failing tests as on FreeBSD
2018-11-06 Andreas Schneidercmake: Create a list with required libraries
2018-11-06 Andreas Schneidertests: Protect IPv6 function in setup_echo_srv_tcp_ipv6
2018-11-06 Andreas Schneidertests: Protect IPv6 case in echo_srv
2018-11-06 Andreas Schneiderswrap: Protect IPv6 case in swrap_socket()
2018-10-30 Andreas Schneidercmake: Don't use string PREPEND
2018-10-29 Anoop C Sswrap: Fix coverity issues
2018-10-23 Andreas Schneidergitlab-ci: Disable the FreeBSD runner
2018-10-23 Andreas Schneidergitlab-ci: Add helgrind tests
2018-10-23 Andreas Schneidergitlab-ci: Add runners and toolchain files
2018-10-23 Andreas Schneidertests: Init in_addr only once in test_tcp_socket_overwrite
2018-10-23 Andreas Schneidertests: Return an error if setenv() fails in test_max_so...
2018-10-23 Andreas Schneidertests: Check the correct return code in test_thread_ech...
2018-10-23 Andreas Schneidertests: Check return code of connect in test_thread_echo...
2018-10-23 Andreas Schneidertests: Check the return code of connect in test_echo_ud...
2018-10-23 Andreas Schneidertests: Check return code of connnect in test_echo_tcp_s...
2018-10-23 Andreas Schneiderecho_srv: Check for a valid pidfile pointer
2018-10-23 Andreas Schneiderecho_srv: Only use 128K as buffer size instead of 4MB
2018-10-23 Andreas Schneidertorture: Wait longer for echo_srv startup
2018-10-23 Andreas Schneiderecho_srv: Do not close bogus file descriptors
2018-10-23 Andreas Schneiderswrap: Don't do a deep bind if we run with libasan
2018-10-23 Andreas Schneiderswrap: Add a mutex for resetting socket index
2018-10-23 Anoop C Sswrap: Fix helgrind errors
2018-10-23 Andreas Schneidertests: Use assert_return_code() to get errno
2018-10-23 Anoop C Stests: Avoid -Wcast-align warning
2018-10-23 Anoop C Stests: Fix -Wformat gcc warning
2018-10-23 Andreas Schneidercmake: Fix checking for required system libraries
2018-10-23 Andreas Schneidercmake: Use target_include_directories()
2018-10-23 Andreas Schneidercmake: Require modern cmake version
2018-10-23 Andreas Schneidercmake: Update AddCMockaTest
2018-10-23 Andreas Schneidercmake: Update cmocka requirement
2018-10-23 Andreas Schneidercmake: Support running the tests with AddressSanitizer
2018-10-23 Andreas Schneidercmake: Add CFLAGS for AddressSanitizer and UndefinedSan...
2018-10-23 Andreas Schneidercmake: Move Compiler flags to new file
2018-10-23 Andreas Schneidercmake: Remove obsolete DefineCompilerFlags.cmake
2018-10-23 Andreas Schneidercmake: Improve checks for compiler flags
2018-10-23 Andreas Schneidercmake: Update CMake defaults
2018-10-23 Andreas Schneidercmake: Suppress helgrind race condition warning we...
2018-10-23 Andreas Schneidercmake: Create an error if helgrind finds a bug
2018-10-23 Andreas Schneidercmake: Write helgrind logs to stderr so we can see...
2018-10-23 Andreas Schneidercmake: Don't misuse CMAKE_REQUIRED_LIBRARIES
2018-08-17 Andreas Schneidertests: Update valgrind suppression file
2018-08-17 Andreas Schneidercmake: Require at least cmake 3.2.0
2018-08-09 Andreas Schneiderctest: Move to new dashboard
2018-08-09 Anoop C Sswrap: Add error check around pthread mutex locks
2018-08-09 Anoop C Stests: Prevent child process falling to defunct state
2018-08-09 Anoop C Sdoc: Add SOCKET_WRAPPER_MAX_SOCKETS to manual page
next