socket_wrapper.git
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
2017-07-27 Anoop C Sswrap: Add common exit point to swrap_getsockopt
2017-07-27 Anoop C Sswrap: Add common exit point to swrap_connect
2017-07-27 Anoop C Sswrap: Add common exit point to swrap_auto_bind
2017-07-27 Michael Adamswrap: Fix tab vs space in swrap_auto_bind
2017-07-27 Anoop C Sswrap: Suppress intentional fall through warning
2017-04-06 Andreas Schneiderswrap: Add fopen64() on systems which provide it
2017-04-06 Andreas Schneidercmake: Check for fopen64() function
2017-04-06 Andreas Schneiderswrap: Add open64() on systems which provide it
2017-04-06 Andreas Schneidercmake: Check for open64() function
2017-04-06 Andreas Schneidercmake: Do not check for LFS support
2017-04-06 Andreas Schneiderswrap: Increase max wrapped interfaces
2017-03-17 Michael Adamtests: Fix test_close_failure test case
2017-03-02 Michael Adamswrap: use proper blocks for early returns
2017-03-02 Andreas Schneiderswrap: Add support for openat()
2017-02-27 Anoop C SIncrease wait time during echo_server's pid-file check
2017-02-10 Anoop C SAvoid mutex lock wait in socket close failure
2016-11-04 Andreas Schneiderswrap: Add sanity check in socket_wrapper_max_sockets()
2016-10-27 Anoop C Stests: Clean-up max_sockets test case
2016-10-25 Anoop C Sswrap: Fix use-after-free
2016-10-25 Anoop C Sswrap: fix SWRAP_DLIST_ADD_AFTER
2016-10-25 Michael Adamswrap: fix use-after-free in swrap_remove_stale()
2016-10-25 Michael Adamswrap: slightly cleanup logic in swrap_close
2016-10-25 Michael Adamswrap: fix use-after-free in swrap_close
2016-10-25 Andreas Schneiderswrap: Fix build on Solaris
2016-10-21 Andreas Schneiderswrap: Mark flags in swrap_accept4 as unused
2016-10-21 Andreas Schneiderswrap: Fix the build on BSD and Solaris
2016-10-20 Andreas Schneiderswrap: Handle threads that fork
2016-10-20 Andreas Schneidercmake: Check for constructor attribute
2016-10-20 Andreas Schneiderswrap: Make symbol loading thread-safe
2016-10-20 Michael Adamcmake: Link pthread library headers
2016-10-20 Andreas Schneiderswrap: Fix strict-aliasing issues while loading symbols
2016-10-20 Michael Adamtests: Add a test for max_sockets
2016-10-20 Michael Adamswrap: Introduce a freelist in the socket_info array
2016-10-20 Anoop C Sswrap: Replace linked list of socket_info with prealloc...
2016-10-20 Michael Adamswrap: Optimization in (commented out) check_addr_port_...
2016-10-20 Michael Adamswrap: Improve vfcntl to add the dup'd fd after the...
2016-10-20 Michael Adamswrap: Improve dup2 to add the dup'd fd after the source fd
2016-10-20 Michael Adamswrap: Improve dup to add the dup'd fd after the source fd
2016-10-20 Michael Adamswrap: Add SWRAP_DLIST_ADD_AFTER macro
2016-10-20 Anoop C Sswrap: Untangle socket_info_fd from socket_info structure.
2016-08-23 Michael Adamswrap: remove ununsed members from struct swrap.
2016-08-23 Anoop C Sswrap: Add test case to validate oldfd = newfd case...
2016-08-23 Michael Adamswrap: Treat the case of fd == newfd correctly in dup2()
2016-08-12 Anoop C Sswrap: Delay addition of child socket_info_fd into...
2016-08-12 Anoop C Sswrap: Remove redunant check in swrap_socket
2016-08-12 Anoop C Sswrap: Simplify swrap_remove_stale by early return
2016-05-20 Andreas SchneiderBump version to 1.1.7 socket_wrapper-1.1.7
2016-05-17 Andreas Schneidertests: Add test_connect_sendto_null_ipv4() test
2016-05-17 Richard Sharpetests: Add a udp test case for sendto() after a connect()
2016-05-17 Richard Sharpeswrap: Fix sendto() with connected sockets
2016-05-17 Andreas Schneiderswrap: Allow to open RAW sockets when loaded
2016-05-03 Andreas Schneiderswrap: Add support for accept4()
2016-05-03 Andreas Schneiderswrap: Add support for running on OpenBSD
2016-03-15 Andreas SchneiderBump version to 1.1.6 socket_wrapper-1.1.6
2016-03-02 Andreas Schneiderswrap: Fix buliding on unix systems without AF_NETLINK
2016-02-24 Andreas Schneiderswrap: Use calloc() instead of malloc and memset
2016-02-24 Andreas Schneiderswrap: Allow to open NETLINK sockets when loaded
2015-11-04 Andreas Schneidertests: Add test for ephemeral port binding in listen()
2015-11-04 Andreas Schneiderswrap: Automatically bind an ephemeral port if needed
2015-10-28 Andreas Schneidertests: Add valgrind suppression file for dlopen() issues
next