index
:
socket_wrapper.git
master
A library passing all socket communications through Unix sockets. It aims to help client/server software development teams willing to gain full functional test coverage.
Anoop C S
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
swrap: set errno to ENFILE if there is no more free socket_info
Michael Adam
2018-05-02
2
-4
/
+3
*
swrap: New helper functions to treat next_free
Michael Adam
2018-05-02
1
-10
/
+20
*
swrap: Use helper functions to manage refcount
Anoop C S
2018-05-02
1
-9
/
+24
*
swrap: Use helper function swrap_get_socket_info
Anoop C S
2018-05-02
1
-12
/
+20
*
swrap: Make early-libc-out more obvious by removing else
Michael Adam
2018-05-02
1
-1
/
+3
*
tests: Increase wait time for setup and teardown to 5ms
Andreas Schneider
2018-05-02
1
-2
/
+2
*
tests: Remove extra test by moving getsockname() to another
Anoop C S
2018-03-26
3
-70
/
+2
*
cmake: Fix configure check for fall-through attribute
Andreas Schneider
2018-03-22
1
-13
/
+4
*
cmake: Fix checks for attributes
Andreas Schneider
2018-02-22
1
-5
/
+11
*
swrap: Avoid double semicolons in the code
Andreas Schneider
2018-02-20
1
-1
/
+1
*
Bump version to 1.1.9
socket_wrapper-1.1.9
Andreas Schneider
2017-12-04
2
-2
/
+5
*
tests: Add a thread deadlock reproducer
Andreas Schneider
2017-12-04
3
-1
/
+175
*
swrap: Avoid symbol binding deadlocks during fork
Andreas Schneider
2017-12-04
1
-15
/
+21
*
swrap: Bind all symbols during prepare
Andreas Schneider
2017-12-04
1
-7
/
+72
*
tests: Fix sa_socklen for sockaddr_in
Andreas Schneider
2017-12-04
1
-2
/
+2
*
swrap: Whitespace fixes
Andreas Schneider
2017-12-04
1
-2
/
+2
*
Bump version to 1.1.8
socket_wrapper-1.1.8
Andreas Schneider
2017-10-13
2
-2
/
+12
*
swrap: Fix prototype of open[64] to prevent segfault on ppc64le
Andreas Schneider
2017-09-07
1
-2
/
+2
*
swrap: Improve argument handling for libc_vopen*()
Andreas Schneider
2017-09-07
1
-10
/
+16
*
swrap: Improve argument handling for libc_vioctl()
Andreas Schneider
2017-09-07
1
-11
/
+3
*
swrap: Improve argument handling for libc_fcntl()
Andreas Schneider
2017-09-07
1
-11
/
+3
*
tests: Add a simple fnctl() test
Andreas Schneider
2017-09-07
2
-0
/
+68
*
swrap: Simplify printing different log prefixes
Andreas Schneider
2017-09-07
1
-23
/
+18
*
swrap: Do an early return if log level doesn't match
Andreas Schneider
2017-09-07
1
-0
/
+4
*
swrap: Always enable logging
Andreas Schneider
2017-09-07
1
-7
/
+0
*
swrap: Protect the FALL_THROUGH define
Andreas Schneider
2017-07-27
1
-5
/
+7
*
cmake: Replace deprecated get_target_property()
Andreas Schneider
2017-07-27
1
-6
/
+1
*
swrap: Add common exit point to swrap_setsockopt
Anoop C S
2017-07-27
1
-6
/
+16
*
swrap: Add common exit point to swrap_getsockopt
Anoop C S
2017-07-27
1
-14
/
+27
*
swrap: Add common exit point to swrap_connect
Anoop C S
2017-07-27
1
-4
/
+7
*
swrap: Add common exit point to swrap_auto_bind
Anoop C S
2017-07-27
1
-7
/
+15
*
swrap: Fix tab vs space in swrap_auto_bind
Michael Adam
2017-07-27
1
-2
/
+2
*
swrap: Suppress intentional fall through warning
Anoop C S
2017-07-27
3
-5
/
+39
*
swrap: Add fopen64() on systems which provide it
Andreas Schneider
2017-04-06
1
-0
/
+40
*
cmake: Check for fopen64() function
Andreas Schneider
2017-04-06
2
-0
/
+2
*
swrap: Add open64() on systems which provide it
Andreas Schneider
2017-04-06
1
-0
/
+57
*
cmake: Check for open64() function
Andreas Schneider
2017-04-06
2
-0
/
+2
*
cmake: Do not check for LFS support
Andreas Schneider
2017-04-06
1
-29
/
+0
*
swrap: Increase max wrapped interfaces
Andreas Schneider
2017-04-06
1
-1
/
+1
*
tests: Fix test_close_failure test case
Michael Adam
2017-03-17
1
-3
/
+1
*
swrap: use proper blocks for early returns
Michael Adam
2017-03-02
1
-17
/
+51
*
swrap: Add support for openat()
Andreas Schneider
2017-03-02
1
-0
/
+64
*
Increase wait time during echo_server's pid-file check
Anoop C S
2017-02-27
1
-1
/
+1
*
Avoid mutex lock wait in socket close failure
Anoop C S
2017-02-10
3
-5
/
+52
*
swrap: Add sanity check in socket_wrapper_max_sockets()
Andreas Schneider
2016-11-04
1
-0
/
+7
*
tests: Clean-up max_sockets test case
Anoop C S
2016-10-27
1
-20
/
+4
*
swrap: Fix use-after-free
Anoop C S
2016-10-25
1
-1
/
+1
*
swrap: fix SWRAP_DLIST_ADD_AFTER
Anoop C S
2016-10-25
1
-1
/
+1
*
swrap: fix use-after-free in swrap_remove_stale()
Michael Adam
2016-10-25
1
-2
/
+4
*
swrap: slightly cleanup logic in swrap_close
Michael Adam
2016-10-25
1
-3
/
+3
[prev]
[next]