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: Add swrap_sendmsg_filter_cmsg_socket().
Andreas Schneider
2014-05-26
1
-1
/
+35
*
swrap: Add swrap_sendmsg_copy_cmsg().
Andreas Schneider
2014-05-26
1
-1
/
+41
*
swrap: Add swrap_sendmsg_filter_cmsghdr().
Andreas Schneider
2014-05-26
1
-0
/
+27
*
echo_srv: Implement support for IP_RECVDSTADDR on BSD.
Andreas Schneider
2014-05-26
1
-14
/
+52
*
swrap: Implement support for IP_RECVDSTADDR on BSD.
Andreas Schneider
2014-05-26
2
-6
/
+23
*
echo_srv: Fix building on OpenIndiana.
Andreas Schneider
2014-05-26
1
-7
/
+33
*
swrap: Check if the in_pktinfo structure is available.
Andreas Schneider
2014-05-26
4
-1
/
+5
*
swrap: Silence a warning on OpenIndiana.
Andreas Schneider
2014-05-26
1
-0
/
+2
*
tests: Fix assert_sockaddr_equal() file and line output.
Andreas Schneider
2014-05-26
1
-1
/
+2
*
cmake: Add some warnings were we should error out.
Andreas Schneider
2014-05-26
1
-0
/
+6
*
swrap: Properly cache the handle also in LIBC_SO case.
Pino Toscano
2014-05-26
1
-0
/
+2
*
cmake: Fix a typo in socket_wrapper-config.cmake.in.
Andreas Schneider
2014-05-22
1
-1
/
+1
*
cmake: Require cmocka versin 0.4.1.
Andreas Schneider
2014-05-22
2
-52
/
+4
*
tests: Add test for different length passed to get(sock|peer)name.
Andreas Schneider
2014-05-22
1
-0
/
+58
*
swrap: Truncate the address if the buffer is to small.
Andreas Schneider
2014-05-22
1
-2
/
+14
*
tests: Add support to sending IP_PKTINFO in echo_srv.
Andreas Schneider
2014-05-22
1
-3
/
+88
*
tests: Add support to receive IP_PKTINFO in echo_srv.
Andreas Schneider
2014-05-22
2
-5
/
+195
*
swrap: Process control messages in recvmsg().
Andreas Schneider
2014-05-22
1
-1
/
+40
*
swrap: Call swrap_msghdr_socket_info in swrap_recvmsg_after().
Andreas Schneider
2014-05-22
1
-5
/
+17
*
swrap: Add swrap_msghdr_socket_info().
Andreas Schneider
2014-05-22
1
-0
/
+11
*
swrap: Add swrap_msghdr_add_pktinfo().
Andreas Schneider
2014-05-22
1
-0
/
+65
*
swrap: Add swrap_msghdr_add_cmsghdr().
Andreas Schneider
2014-05-21
1
-0
/
+71
*
swrap: Add IP_PKTINFO support in setsockopt.
Andreas Schneider
2014-05-21
1
-0
/
+21
*
cmake: Add check for HAVE_STRUCT_IN6_PKTINFO.
Andreas Schneider
2014-05-21
2
-0
/
+9
*
cmake: Build swrap with _GNU_SOURCE.
Andreas Schneider
2014-05-21
2
-1
/
+7
*
tests: Add test to verify that the binded iface address is correct.
Andreas Schneider
2014-05-08
2
-0
/
+356
*
swrap: Correctly set the bind iface address on connect().
Andreas Schneider
2014-05-08
1
-0
/
+57
*
swrap: use LIBC_SO from GNU libc, if available
Pino Toscano
2014-05-08
3
-0
/
+10
*
Bump version to 1.0.2.
socket_wrapper-1.0.2
Andreas Schneider
2014-05-05
2
-2
/
+7
*
swrap: Fall back to RTLD_NEXT if we can't find libc.
Andreas Schneider
2014-05-05
1
-4
/
+4
*
Fix some typos.
Jakub Wilk
2014-05-05
4
-7
/
+7
*
swrap: Use the loaded libc open() directly.
Andreas Schneider
2014-04-25
1
-2
/
+14
*
echo_srv: Fix possible resouce leaks on error in socket_dup().
Andreas Schneider
2014-04-25
1
-0
/
+8
*
tests: Fix use of tainted string in test_ioctl.
Andreas Schneider
2014-04-25
1
-1
/
+6
*
cmake: Fix policy check.
Andreas Schneider
2014-04-25
1
-1
/
+1
*
cmake: Install cmake config in the correct directory.
Andreas Schneider
2014-04-25
1
-1
/
+1
*
echo_srv: Improve reopening low fds.
Andreas Schneider
2014-04-14
1
-7
/
+16
*
echo_srv: Don't leak client_sock on failures in echo_tcp
Jakub Hrozek
2014-04-14
1
-8
/
+9
*
tests: Fix an out of bound access.
Andreas Schneider
2014-04-14
1
-2
/
+4
*
tests: Fix a possible resource leak on error in sockopt test.
Andreas Schneider
2014-04-14
1
-2
/
+2
*
swrap: Do not leak memory in swrap_recvmsg_after().
Andreas Schneider
2014-04-14
1
-3
/
+4
*
echo_srv: Fix resource leak of fd in pidfile().
Andreas Schneider
2014-04-14
1
-3
/
+10
*
echo_srv: Fix resource leak of s2 on error.
Andreas Schneider
2014-04-14
1
-1
/
+1
*
echo_srv: Fix resource leak of sock.
Andreas Schneider
2014-04-14
1
-0
/
+1
*
tests: Fix creating remove_cmd.
Andreas Schneider
2014-04-14
1
-2
/
+3
*
tests: Don't leak file description in test_ioctl.
Andreas Schneider
2014-04-14
1
-0
/
+2
*
cmake: Only set policy in cmake 3.0.
Andreas Schneider
2014-04-10
1
-1
/
+3
*
cmake: Fix configure warning with cmake 3.0.
Andreas Schneider
2014-04-07
1
-0
/
+1
*
cmake: Create the compile command database by default.
Andreas Schneider
2014-04-07
1
-0
/
+3
*
Bump version to 1.0.1.
socket_wrapper-1.0.1
Andreas Schneider
2014-02-04
2
-1
/
+6
[prev]
[next]