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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-5
/
+11
*
swrap: Add fopen64() on systems which provide it
Andreas Schneider
2017-04-06
1
-0
/
+40
*
swrap: Add open64() on systems which provide it
Andreas Schneider
2017-04-06
1
-0
/
+57
*
swrap: Increase max wrapped interfaces
Andreas Schneider
2017-04-06
1
-1
/
+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
*
Avoid mutex lock wait in socket close failure
Anoop C S
2017-02-10
1
-4
/
+0
*
swrap: Add sanity check in socket_wrapper_max_sockets()
Andreas Schneider
2016-11-04
1
-0
/
+7
*
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
1
-0
/
+6
*
swrap: Make symbol loading thread-safe
Andreas Schneider
2016-10-20
1
-3
/
+22
*
cmake: Link pthread library headers
Michael Adam
2016-10-20
1
-1
/
+1
*
swrap: Fix strict-aliasing issues while loading symbols
Andreas Schneider
2016-10-20
1
-143
/
+221
*
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
*
swrap: Improve vfcntl to add the dup'd fd after the source fd
Michael Adam
2016-10-20
1
-7
/
+7
*
swrap: Improve dup2 to add the dup'd fd after the source fd
Michael Adam
2016-10-20
1
-5
/
+6
*
swrap: Improve dup to add the dup'd fd after the source fd
Michael Adam
2016-10-20
1
-5
/
+6
*
swrap: Add SWRAP_DLIST_ADD_AFTER macro
Michael Adam
2016-10-20
1
-0
/
+14
*
swrap: Untangle socket_info_fd from socket_info structure.
Anoop C S
2016-10-20
1
-58
/
+76
*
swrap: remove ununsed members from struct swrap.
Michael Adam
2016-08-23
1
-5
/
+0
*
swrap: Treat the case of fd == newfd correctly in dup2()
Michael Adam
2016-08-23
1
-0
/
+10
*
swrap: Delay addition of child socket_info_fd into socket_info list
Anoop C S
2016-08-12
1
-2
/
+1
*
swrap: Remove redunant check in swrap_socket
Anoop C S
2016-08-12
1
-4
/
+1
*
swrap: Simplify swrap_remove_stale by early return
Anoop C S
2016-08-12
1
-14
/
+16
*
swrap: Fix sendto() with connected sockets
Richard Sharpe
2016-05-17
1
-9
/
+28
*
swrap: Allow to open RAW sockets when loaded
Andreas Schneider
2016-05-17
1
-0
/
+3
*
swrap: Add support for accept4()
Andreas Schneider
2016-05-03
1
-2
/
+41
*
swrap: Add support for running on OpenBSD
Andreas Schneider
2016-05-03
1
-0
/
+10
*
swrap: Fix buliding on unix systems without AF_NETLINK
Andreas Schneider
2016-03-02
1
-0
/
+2
*
swrap: Use calloc() instead of malloc and memset
Andreas Schneider
2016-02-24
1
-6
/
+8
*
swrap: Allow to open NETLINK sockets when loaded
Andreas Schneider
2016-02-24
1
-0
/
+1
*
swrap: Automatically bind an ephemeral port if needed
Andreas Schneider
2015-11-04
1
-0
/
+8
*
swrap: Add a wrapper for write()
Andreas Schneider
2015-10-28
1
-0
/
+60
*
swrap: Fix recvmsg() with UDP
Andreas Schneider
2015-10-27
1
-0
/
+10
*
swrap: Fix compare of signed and unsigned integer expressions
Andreas Schneider
2015-10-19
1
-2
/
+4
*
swrap: Simplify cmspace calculation in swrap_sendmsg_copy_cmsg()
Ralph Boehme
2015-10-14
1
-3
/
+1
*
swrap: Add support for TCP_NODELAY in getsockopt()
Andreas Schneider
2015-10-14
1
-0
/
+23
*
swrap: Add support for TCP_NODELAY in setsockopt()
Andreas Schneider
2015-10-14
1
-0
/
+30
[prev]
[next]