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: 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
*
swrap: fix use-after-free in swrap_close
Michael Adam
2016-10-25
1
-2
/
+4
*
swrap: Fix build on Solaris
Andreas Schneider
2016-10-25
1
-1
/
+1
*
swrap: Mark flags in swrap_accept4 as unused
Andreas Schneider
2016-10-21
1
-0
/
+4
*
swrap: Fix the build on BSD and Solaris
Andreas Schneider
2016-10-21
1
-0
/
+2
*
swrap: Handle threads that fork
Andreas Schneider
2016-10-20
1
-0
/
+43
*
cmake: Check for constructor attribute
Andreas Schneider
2016-10-20
3
-0
/
+19
*
swrap: Make symbol loading thread-safe
Andreas Schneider
2016-10-20
1
-3
/
+22
*
cmake: Link pthread library headers
Michael Adam
2016-10-20
2
-2
/
+3
*
swrap: Fix strict-aliasing issues while loading symbols
Andreas Schneider
2016-10-20
1
-143
/
+221
*
tests: Add a test for max_sockets
Michael Adam
2016-10-20
2
-1
/
+112
*
swrap: Introduce a freelist in the socket_info array
Michael Adam
2016-10-20
1
-7
/
+37
*
swrap: Replace linked list of socket_info with preallocated array of structures
Anoop C S
2016-10-20
1
-28
/
+120
*
swrap: Optimization in (commented out) check_addr_port_in_use()
Michael Adam
2016-10-20
1
-0
/
+6
[prev]
[next]