socket_wrapper.git
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
2018-08-09 Anoop C Sswrap: Fix thread deadlock found by Coverity scan
2018-08-09 Andreas Schneidertests: Add missing header for IPPROTO_TCP
2018-08-09 Andreas Schneiderswrap: Update header
2018-08-09 Andreas SchneiderUpdate LICENSE
2018-08-09 Andreas SchneiderRename COPYING to LICENSE
2018-08-09 Andreas Schneidercpack: Do not package build dirs in source tarball
2018-06-14 Anoop C Sswrap: Replace socket_fds linked list with an array
2018-05-04 Andreas Schneidertests: Fix resouce leak in echo_srv tcp handling
2018-05-03 Andreas Schneidercmake: Run threaded tests with helgrind
2018-05-02 Anoop C Stests: Add test case to validate free-list indexes
2018-05-02 Anoop C Sswrap: Update free-list only when refcount is zero
2018-05-02 Michael Adamswrap: Move metadata into socket_info_meta structure
2018-05-02 Anoop C Stests: New threaded test cases
2018-05-02 Anoop C Stests: Modify echo server to accept multiple connections
2018-05-02 Michael Adamtests: Add new test to check mutex lock contention
2018-05-02 Anoop C Sswrap: Implement thread safety using pthread mutexes
2018-05-02 Anoop C Sswrap: Rearrange swrap_remove_stale
2018-05-02 Anoop C Sswrap: Rearrange swrap_close
2018-05-02 Anoop C Sswrap: Remove swrap_first_free_index
2018-05-02 Anoop C Sswrap: Use swrap_create_socket within swrap_accept
2018-05-02 Anoop C Sswrap: Use swrap_create_socket within swrap_socket
2018-05-02 Anoop C Sswrap: Add new routines to handle socket creation
2018-05-02 Michael Adamswrap: Internal reorganization of core socket_info...
2018-05-02 Michael Adamswrap: Reorder code inside swrap_socket
2018-05-02 Michael Adamswrap: Use swrap_get_socket_info inside socket_wrapper_...
2018-05-02 Michael Adamswrap: set errno to ENFILE if there is no more free...
2018-05-02 Michael Adamswrap: New helper functions to treat next_free
2018-05-02 Anoop C Sswrap: Use helper functions to manage refcount
2018-05-02 Anoop C Sswrap: Use helper function swrap_get_socket_info
2018-05-02 Michael Adamswrap: Make early-libc-out more obvious by removing...
2018-05-02 Andreas Schneidertests: Increase wait time for setup and teardown to 5ms
2018-03-26 Anoop C Stests: Remove extra test by moving getsockname() to...
2018-03-22 Andreas Schneidercmake: Fix configure check for fall-through attribute
2018-02-22 Andreas Schneidercmake: Fix checks for attributes
2018-02-20 Andreas Schneiderswrap: Avoid double semicolons in the code
2017-12-04 Andreas SchneiderBump version to 1.1.9 socket_wrapper-1.1.9
2017-12-04 Andreas Schneidertests: Add a thread deadlock reproducer
2017-12-04 Andreas Schneiderswrap: Avoid symbol binding deadlocks during fork
2017-12-04 Andreas Schneiderswrap: Bind all symbols during prepare
2017-12-04 Andreas Schneidertests: Fix sa_socklen for sockaddr_in
2017-12-04 Andreas Schneiderswrap: Whitespace fixes
2017-10-13 Andreas SchneiderBump version to 1.1.8 socket_wrapper-1.1.8
2017-09-07 Andreas Schneiderswrap: Fix prototype of open[64] to prevent segfault...
2017-09-07 Andreas Schneiderswrap: Improve argument handling for libc_vopen*()
2017-09-07 Andreas Schneiderswrap: Improve argument handling for libc_vioctl()
2017-09-07 Andreas Schneiderswrap: Improve argument handling for libc_fcntl()
2017-09-07 Andreas Schneidertests: Add a simple fnctl() test
2017-09-07 Andreas Schneiderswrap: Simplify printing different log prefixes
2017-09-07 Andreas Schneiderswrap: Do an early return if log level doesn't match
2017-09-07 Andreas Schneiderswrap: Always enable logging
2017-07-27 Andreas Schneiderswrap: Protect the FALL_THROUGH define
2017-07-27 Andreas Schneidercmake: Replace deprecated get_target_property()
2017-07-27 Anoop C Sswrap: Add common exit point to swrap_setsockopt
next