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
...
*
cmake: Add socket_wrapper-config.cmake.
Andreas Schneider
2014-02-04
2
-0
/
+3
*
cmake: Use SOCKET_WRAPPER_LOCATION.
Andreas Schneider
2014-02-04
1
-2
/
+2
*
cmake: Add --libs output for pkg-config.
Andreas Schneider
2014-02-04
3
-8
/
+16
*
cpack: Don't package the obj directory.
Andreas Schneider
2014-02-04
1
-1
/
+1
*
src: Add a public socket_wrapper_enabled() function.
socket_wrapper-1.0.0
Andreas Schneider
2014-02-01
1
-1
/
+9
*
src: Fix va arg passing in open().
Andreas Schneider
2014-01-29
1
-7
/
+15
*
src: Handle stale fds in dup() and dup2().
Andreas Schneider
2014-01-28
1
-0
/
+6
*
src: Add timerfd_create() to handle stale fds.
Andreas Schneider
2014-01-28
3
-0
/
+42
*
src: Add eventfd() to handle stale fds.
Andreas Schneider
2014-01-28
3
-0
/
+42
*
src: Add signalfd() to handle stale fds.
Andreas Schneider
2014-01-28
3
-7
/
+43
*
src: Add socketpair() to handle stale fds.
Andreas Schneider
2014-01-28
1
-0
/
+30
*
src: Add pipe() to handle stale fds.
Andreas Schneider
2014-01-28
1
-0
/
+30
*
src: Check for stale fds in swrap_accept().
Andreas Schneider
2014-01-28
1
-0
/
+4
*
src: Check for stale fds in swrap_socket().
Andreas Schneider
2014-01-28
1
-1
/
+9
*
src: Handle stale fds in swrap_recvmsg_after().
Andreas Schneider
2014-01-28
1
-9
/
+16
*
src: Handle stale fds in swrap_sendmsg_after().
Andreas Schneider
2014-01-28
1
-7
/
+13
*
src: Try to recover when reading from a fd returns ENOTSOCK.
Nalin Dahyabhai
2014-01-28
1
-8
/
+25
*
src: Try to recover when writing to fd returns ENOTSOCK.
Nalin Dahyabhai
2014-01-28
1
-9
/
+32
*
src: Try to recover when sockets are closed elsewhere.
Nalin Dahyabhai
2014-01-28
1
-0
/
+61
*
src: Use swrap_recvmsg_(before|after) for swrap_readv().
Andreas Schneider
2014-01-28
1
-53
/
+27
*
Update TODO.
Andreas Schneider
2014-01-28
1
-0
/
+3
*
Update ChangeLog.
Andreas Schneider
2014-01-28
1
-0
/
+5
*
Update TODO.
Andreas Schneider
2014-01-24
1
-3
/
+19
*
src: Fix warnings on Solaris.
Andreas Schneider
2014-01-21
1
-5
/
+7
*
src: Initialize sockaddr_un.
Andreas Schneider
2014-01-21
1
-1
/
+1
*
src: Make sure the memory is zeroed.
Andreas Schneider
2014-01-21
1
-1
/
+4
*
src: Case pid_t to an int in SWRAP_LOG.
Andreas Schneider
2014-01-21
1
-16
/
+8
*
cmake: Only build test_sendmsg_recvmsg_fd if we have msg_control.
Andreas Schneider
2014-01-21
1
-2
/
+5
*
src: Fix setting the temp iovec.
Andreas Schneider
2014-01-21
1
-9
/
+9
*
src: Fix build on Solaris.
Andreas Schneider
2014-01-21
1
-18
/
+32
*
cmake: Check for HAVE_STRUCT_MSGHDR_MSG_CONTROL.
Andreas Schneider
2014-01-21
2
-0
/
+2
*
cmake: Fix HAVE_STRUCT_SOCKADDR_SA_LEN detection.
Andreas Schneider
2014-01-21
2
-1
/
+5
*
src: Fix build warnings on FreeBSD.
Andreas Schneider
2014-01-21
1
-8
/
+8
*
cmake: Add cmake config version script.
Andreas Schneider
2014-01-20
3
-12
/
+39
*
cmake: Add pkg-config file.
Andreas Schneider
2014-01-20
2
-0
/
+14
*
Improve the README.
Andreas Schneider
2014-01-20
1
-9
/
+20
*
tests: Add sendmsg_recvmsg_fd test.
Jakub Hrozek
2014-01-20
2
-1
/
+118
*
tests: Add test_echo_udp_sendmsg_recvmsg.
Andreas Schneider
2014-01-20
2
-1
/
+201
*
swrap: Implement recvmsg().
Andreas Schneider
2014-01-20
1
-1
/
+50
*
swrap: Fix DGRAM in swrap_recvmsg(before|after).
Andreas Schneider
2014-01-20
1
-30
/
+74
*
swrap: Use swrap_recvmsg_* in swrap_read().
Stefan Metzmacher
2014-01-20
1
-10
/
+28
*
swrap: Use swrap_recvmsg_* in swrap_recv().
Stefan Metzmacher
2014-01-20
1
-10
/
+28
*
swrap: Use swrap_recvmsg_* in swrap_recvfrom().
Stefan Metzmacher
2014-01-20
1
-9
/
+30
*
swrap: Add swrap_recvmsg_after().
Stefan Metzmacher
2014-01-20
1
-0
/
+78
*
swrap: Add swrap_recvmsg_before().
Stefan Metzmacher
2014-01-20
1
-0
/
+49
*
echo_srv: Add fd duplication and test it works.
Andreas Schneider
2013-12-24
1
-4
/
+206
*
test: Fix getsockopt on Solaris.
Andreas Schneider
2013-12-23
1
-2
/
+3
*
tests: Fix getsockopt() on Solaris.
Andreas Schneider
2013-12-23
1
-2
/
+2
*
tests: writev/readv must have iovec > 0
Jakub Hrozek
2013-12-23
1
-2
/
+2
*
tests: Remove unused variable warning
Jakub Hrozek
2013-12-23
1
-0
/
+2
[prev]
[next]