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
/
socket_wrapper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrap: Fix MSGHDR check in sendmsg()
Anoop C S
2021-02-02
1
-38
/
+48
*
swrap: print out SOCKET_WRAPPER_PACKAGE and SOCKET_WRAPPER_VERSION on first use
Stefan Metzmacher
2021-02-02
1
-0
/
+4
*
src/socket_wrapper.c: Improve checks and debug output of socket_wrapper_dir()
Andreas Schneider
2021-01-29
1
-2
/
+3
*
src/socket_wrapper.c: fix mutex fork handling
Stefan Metzmacher
2021-01-29
1
-75
/
+89
*
src/socket_wrapper.c: always go through swrap_bind_symbol_all() protected by ...
Stefan Metzmacher
2021-01-28
1
-52
/
+55
*
src/socket_wrapper.c: split out _swrap_bind_symbol_generic()
Stefan Metzmacher
2021-01-28
1
-10
/
+6
*
src/socket_wrapper.c: remove unused swrap_bind_symbol_libnsl()
Stefan Metzmacher
2021-01-28
1
-14
/
+0
*
socket_wrapper.c/tests: fall back to pragma init/fini for constructor/destruc...
Björn Jacke
2020-11-04
1
-0
/
+7
*
socket_wrapper.c: let swrap_vioctl() handle SIOCOUTQ/TIOCOUTQ/FIONWRITE expli...
Stefan Metzmacher
2020-06-22
1
-0
/
+18
*
socket_wrapper.c: make FIONREAD handling more robust in swrap_vioctl()
Stefan Metzmacher
2020-06-22
1
-3
/
+5
*
socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supports it
Stefan Metzmacher
2020-06-22
1
-0
/
+57
*
swrap: Add SOCKET_WRAPPER_DIR_ALLOW_ORIG to allow fall back
Martin Schwenke
2020-06-22
1
-2
/
+25
*
swrap: Abort if socket wrapper directory is too long to be usable
Martin Schwenke
2020-06-22
1
-0
/
+31
*
swrap: Add abstractions to construct Unix domain socket paths
Martin Schwenke
2020-06-22
1
-16
/
+54
*
swrap: Abort on failure to use SOCKET_WRAPPER_DIR
Martin Schwenke
2020-06-22
1
-1
/
+1
*
Revert "socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supp...
Stefan Metzmacher
2020-06-19
1
-57
/
+0
*
Revert "socket_wrapper.c: make FIONREAD handling more robust in swrap_vioctl()"
Stefan Metzmacher
2020-06-19
1
-5
/
+3
*
Revert "socket_wrapper.c: let swrap_vioctl() handle SIOCOUTQ/TIOCOUTQ/FIONWRI...
Stefan Metzmacher
2020-06-19
1
-18
/
+0
*
socket_wrapper.c: let swrap_vioctl() handle SIOCOUTQ/TIOCOUTQ/FIONWRITE expli...
Stefan Metzmacher
2020-06-19
1
-0
/
+18
*
socket_wrapper.c: make FIONREAD handling more robust in swrap_vioctl()
Stefan Metzmacher
2020-06-19
1
-3
/
+5
*
socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supports it
Stefan Metzmacher
2020-06-19
1
-0
/
+57
*
swrap: Remove extra new line towards end of SWRAP_LOG()
Anoop C S
2020-05-14
1
-20
/
+20
*
swrap: add support for SOCKET_WRAPPER_IPV4_NETWORK=10.53.57.0
Stefan Metzmacher
2020-03-21
1
-6
/
+21
*
swrap: implement swrap_ipv4_{net,bcast,iface}() helper functions
Stefan Metzmacher
2020-03-21
1
-9
/
+96
*
swrap: provide _{socket,close,connect,...} symbols on FreeBSD
Stefan Metzmacher
2020-03-19
1
-0
/
+51
*
swrap: detect stale fd for socket(PF_UNIX) and accept()
Stefan Metzmacher
2020-03-19
1
-1
/
+22
*
swrap: trace the SOCKET_WRAPPER_PCAP_FILE location
Stefan Metzmacher
2020-03-19
1
-0
/
+1
*
swrap: Do not leak buf in swrap_sendmsg()
socket_wrapper-1.2.3
Andreas Schneider
2019-03-21
1
-0
/
+1
*
swrap: Add missing NULL checks to socket_wrapper_dir()
Andreas Schneider
2019-03-21
1
-0
/
+19
*
swrap: Print a warning if SOCKET_WRAPPER_DIR is not set
Andreas Schneider
2019-03-21
1
-0
/
+1
*
swrap: Add paranoia NULL checks
Andreas Schneider
2019-03-21
1
-0
/
+10
*
swrap: Fix strict aliasing issues in swrap_pcap_packet_init()
Andreas Schneider
2019-03-21
1
-51
/
+61
*
swrap: Fix "Value stored never used" warning
Anoop C S
2019-03-21
1
-1
/
+0
*
swrap: Do not use FALL_THROUGH for empty case statements
Amitay Isaacs
2019-03-06
1
-2
/
+0
*
swrap: Fix a TODO
Anoop C S
2019-02-12
1
-19
/
+54
*
swrap: Add env variable to disable deep binding
Andreas Schneider
2019-02-12
1
-5
/
+15
*
swrap: Use #ifdef instead of #if for config.h definitions
Andreas Schneider
2019-01-11
1
-6
/
+6
*
swrap: Add an overflow check
Volker Lendecke
2019-01-11
1
-0
/
+5
*
swrap: Do not log if we are over the limit in find_socket_info_index()
Andreas Schneider
2018-11-13
1
-4
/
+16
*
swrap: Also log the fd in swrap_socket()
Andreas Schneider
2018-11-13
1
-2
/
+3
*
swrap: Fix comparison of different signedness
Andreas Schneider
2018-11-13
1
-2
/
+2
*
swrap: Also log the process name
Andreas Schneider
2018-11-13
1
-2
/
+24
*
swrap: Better handling for default values in socket_wrapper_max_sockets()
Andreas Schneider
2018-11-13
1
-5
/
+15
*
swrap: Always allocate the socket fd array to the maximum
Andreas Schneider
2018-11-13
1
-9
/
+16
*
swrap: Rename global variable for max sockets
Andreas Schneider
2018-11-13
1
-6
/
+8
*
swrap: Protect IPv6 case in swrap_socket()
Andreas Schneider
2018-11-06
1
-0
/
+2
*
swrap: Fix coverity issues
Anoop C S
2018-10-29
1
-4
/
+2
*
swrap: Don't do a deep bind if we run with libasan
Andreas Schneider
2018-10-23
1
-1
/
+9
*
swrap: Add a mutex for resetting socket index
Andreas Schneider
2018-10-23
1
-2
/
+22
*
swrap: Fix helgrind errors
Anoop C S
2018-10-23
1
-4
/
+32
[next]