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
...
*
echo_srv: Fix type punning warnings.
Andreas Schneider
2014-09-01
1
-88
/
+86
*
tests: Fix type punning warnings.
Andreas Schneider
2014-09-01
12
-378
/
+477
*
swrap: Fix type punning warnings.
Andreas Schneider
2014-09-01
1
-75
/
+127
*
cmake: Set strict aliasing and strict overflow checks.
Andreas Schneider
2014-09-01
1
-0
/
+4
*
Add #define __APPLE_USE_RFC_3542 to CFLAGS
Jakub Hrozek
2014-08-15
1
-0
/
+4
*
Define _GNU_SOURCE on one place only.
Jakub Hrozek
2014-08-15
4
-8
/
+1
*
Provide a compatible declaration of CMSG_ALIGN
Jakub Hrozek
2014-07-29
1
-1
/
+1
*
SO_PROTOCOL is platform-dependent
Jakub Hrozek
2014-07-29
2
-1
/
+12
*
swrap: fix another discard const warning in swrap_bind()
Michael Adam
2014-07-09
1
-1
/
+1
*
swrap: fix discard const warning in swrap_bind()
Michael Adam
2014-07-09
1
-1
/
+1
*
swrap: fix discard const warning in swrap_remove_stale()
Michael Adam
2014-07-09
1
-2
/
+2
*
swrap: fix build when neither HAVE_STRUCT_IN_PKTINFO nor IP_RECVDSTADDR is de...
Michael Adam
2014-07-09
1
-2
/
+1
*
torture: add HAVE_IPV6 guard to torture_server_address()
Michael Adam
2014-07-09
1
-0
/
+2
*
cmake: Add more build warnings and errors.
Andreas Schneider
2014-07-09
1
-2
/
+3
*
fix .gitignore for vi backup files
Michael Adam
2014-07-09
1
-1
/
+1
*
doc: Add a socket_wrapper manpage.
Andreas Schneider
2014-07-09
6
-44
/
+316
*
Bump version to 1.1.1
socket_wrapper-1.1.1
Andreas Schneider
2014-06-05
2
-3
/
+6
*
swrap: Disable incomplete bind checks for EADDRINUSE.
Andreas Schneider
2014-06-05
1
-1
/
+6
*
tests: Disable addr_in_use bind test while the swrap code is incomplete.
Andreas Schneider
2014-06-05
1
-0
/
+4
*
Bump version to 1.1.0.
socket_wrapper-1.1.0
Andreas Schneider
2014-06-02
2
-3
/
+14
*
tests: Fix conflicting variable name on Solaris.
Andreas Schneider
2014-06-02
1
-7
/
+7
*
tests: Fix building without bindresvport().
Andreas Schneider
2014-06-02
1
-1
/
+8
*
tests: add new test test_bind_ipv4_addr_in_use()
Michael Adam
2014-06-01
1
-0
/
+157
*
tests: extend the ipv6 bind test
Michael Adam
2014-06-01
1
-0
/
+23
*
tests: greatly extend the ipv4 bind test
Michael Adam
2014-06-01
1
-0
/
+88
*
swrap: check whether an address:port is already in use in swrap_bind()
Michael Adam
2014-06-01
1
-0
/
+7
*
swrap: implement check_addr_port_in_use()
Michael Adam
2014-06-01
1
-0
/
+83
*
swrap: fix AF_UNSPEC special case in swrap_bind()
Michael Adam
2014-06-01
1
-0
/
+20
*
swrap: extend input checks in swrap_bind()
Michael Adam
2014-06-01
1
-2
/
+48
*
Update the todo list.
Andreas Schneider
2014-06-01
2
-1
/
+7
*
tests: Avoid using getenv() to retrieve the path.
Andreas Schneider
2014-06-01
1
-7
/
+7
*
swrap: add check for rpc/rpc.h - needed on freebsd for bindresvport
Michael Adam
2014-06-01
4
-0
/
+8
*
tests: Add tests for bindresvport().
Andreas Schneider
2014-05-31
1
-0
/
+113
*
swrap: Add support for bindresvport().
Andreas Schneider
2014-05-31
3
-0
/
+92
*
tests: Add tests for bind().
Andreas Schneider
2014-05-31
2
-0
/
+111
*
swrap: Add missing family check in bind().
Andreas Schneider
2014-05-31
1
-0
/
+5
*
tests: Add test that getsockname is correct after socket().
Andreas Schneider
2014-05-31
2
-0
/
+70
*
swrap: Setup myname in swrap_socket() for getsockname().
Andreas Schneider
2014-05-31
1
-0
/
+35
*
torture: Wait for the pidfile and then start the tests.
Andreas Schneider
2014-05-31
1
-1
/
+13
*
echo_srv: Write pidfile after we setup the listeners.
Andreas Schneider
2014-05-31
1
-9
/
+11
*
README.install: improvements and fixes.
Michael Adam
2014-05-28
1
-10
/
+14
*
Add README.install - instructions for building and installing.
Michael Adam
2014-05-27
1
-0
/
+74
*
tests: Fix possible format string attack.
Andreas Schneider
2014-05-27
1
-6
/
+3
*
swrap: Make sure cmbuf is not NULL.
Andreas Schneider
2014-05-27
1
-1
/
+1
*
swrap: We need to pass a pointer-pointer to not leak memory.
Andreas Schneider
2014-05-27
1
-11
/
+11
*
tests: Add more tests for socket options.
Andreas Schneider
2014-05-26
1
-0
/
+147
*
swrap: Support more socket options in getsockopt().
Andreas Schneider
2014-05-26
1
-5
/
+46
*
echo_srv: Add support for IP_SENDSRCADDR.
Andreas Schneider
2014-05-26
1
-5
/
+13
*
swrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendmsg_before().
Andreas Schneider
2014-05-26
1
-2
/
+31
*
swrap: Add swrap_msghdr_filter_cmsg_pktinfo().
Andreas Schneider
2014-05-26
1
-7
/
+26
[prev]
[next]