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: 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
*
swrap: Call dlclose() in the destructor
Andreas Schneider
2015-08-17
1
-0
/
+7
*
swrap: Fix signed comparsion warnings
Andreas Schneider
2015-08-17
1
-2
/
+2
*
swrap: Add enviornment variable to specify mtu size
Andreas Schneider
2015-08-11
1
-12
/
+50
*
swrap: Fix TCP support with sendmsg/recvmsg
Andreas Schneider
2015-08-11
1
-5
/
+10
*
swrap: Correctly update the msg_name in recvmsg()
Andreas Schneider
2015-08-11
1
-13
/
+30
*
swrap: If we remove the socket_info also unlink the unix socket
Andreas Schneider
2015-02-18
1
-0
/
+3
*
swrap: Do not leak the socket_info we just removed.
Andreas Schneider
2014-10-24
1
-0
/
+1
*
src: Add support for running with address sanitizer.
Andreas Schneider
2014-10-20
1
-0
/
+8
*
swrap: Fix the loop for older gcc versions.
Andreas Schneider
2014-10-01
1
-2
/
+8
*
swrap: Add support for eventfd with unsigned count variable.
Andreas Schneider
2014-10-01
1
-0
/
+4
*
swrap: Add a trace message for swrap_socket().
Andreas Schneider
2014-10-01
1
-0
/
+5
*
swrap: Implement fcntl() to catch F_DUPFD.
Andreas Schneider
2014-10-01
1
-1
/
+86
*
swrap: Include the function name in the debug output.
Andreas Schneider
2014-10-01
1
-11
/
+13
*
swrap: Fix out of bound access.
Andreas Schneider
2014-09-03
1
-1
/
+1
*
swrap: Silence alignment warnings.
Andreas Schneider
2014-09-02
1
-16
/
+16
*
swrap: Fix type punning warnings when loading functions.
Andreas Schneider
2014-09-02
1
-1
/
+2
*
swrap: Fix access to struct members in log messages.
Andreas Schneider
2014-09-02
1
-2
/
+2
*
swrap: Fix whitespace errors.
Andreas Schneider
2014-09-01
1
-16
/
+16
*
swrap: Update copyright notice.
Andreas Schneider
2014-09-01
1
-3
/
+3
*
swrap: Wrap fopen to detect stale file descriptors.
Andreas Schneider
2014-09-01
1
-0
/
+31
*
swrap: Use swrap_address in swrap_accept().
Andreas Schneider
2014-09-01
1
-28
/
+23
*
swrap: Remove unused sockaddr_dup() function.
Andreas Schneider
2014-09-01
1
-7
/
+0
*
swrap: Use swrap_address in the socket_info struct.
Andreas Schneider
2014-09-01
1
-107
/
+109
*
swrap: Use a sockaddr_un for the unix path in socket_info.
Andreas Schneider
2014-09-01
1
-5
/
+7
*
swrap: Rename swrap_pcap_dump_packet().
Andreas Schneider
2014-09-01
1
-29
/
+29
*
swrap: Rename swrap_pcap_get_fd().
Andreas Schneider
2014-09-01
1
-2
/
+2
*
swrap: Rename swrap_marshall_packet().
Andreas Schneider
2014-09-01
1
-8
/
+13
*
swrap: Rename swrap_packet_init().
Andreas Schneider
2014-09-01
1
-15
/
+22
*
swrap: Rename socket_wrapper_pcap_file().
Andreas Schneider
2014-09-01
1
-2
/
+2
*
swrap: Fix type punning warnings.
Andreas Schneider
2014-09-01
1
-75
/
+127
[prev]
[next]