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
...
*
Update TODO
Andreas Schneider
2015-07-15
1
-7
/
+13
*
Regenerate manpage.
Andreas Schneider
2015-04-20
1
-2
/
+2
*
doc: Add a specific date to manpage
Jelmer Vernooij
2015-04-20
1
-0
/
+1
*
cmake: Drop test results via https.
Andreas Schneider
2015-02-25
1
-1
/
+1
*
Bump version to 1.1.3
socket_wrapper-1.1.3
Andreas Schneider
2015-02-23
1
-2
/
+2
*
Update ChangeLog
Andreas Schneider
2015-02-23
1
-0
/
+5
*
swrap: If we remove the socket_info also unlink the unix socket
Andreas Schneider
2015-02-18
1
-0
/
+3
*
torture: Increase time to wait for pid file.
Andreas Schneider
2014-12-16
1
-1
/
+1
*
swrap: Do not leak the socket_info we just removed.
Andreas Schneider
2014-10-24
1
-0
/
+1
*
cmake: Treat no_sanitize_address attribute warnings as error.
Andreas Schneider
2014-10-24
1
-0
/
+3
*
src: Add support for running with address sanitizer.
Andreas Schneider
2014-10-20
3
-0
/
+20
*
torture: Check the return code of kill().
Andreas Schneider
2014-10-20
1
-4
/
+16
*
swrap: Fix the loop for older gcc versions.
Andreas Schneider
2014-10-01
1
-2
/
+8
*
Bump version to 1.1.2.
socket_wrapper-1.1.2
Andreas Schneider
2014-10-01
2
-2
/
+6
*
swrap: Add support for eventfd with unsigned count variable.
Andreas Schneider
2014-10-01
3
-0
/
+13
*
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
*
tests: Add missing breaks in sockaddr assert functions.
Andreas Schneider
2014-09-03
1
-0
/
+4
*
swrap: Fix out of bound access.
Andreas Schneider
2014-09-03
1
-1
/
+1
*
tests: Pass the sockaddr structure to system functions.
Andreas Schneider
2014-09-02
3
-4
/
+4
*
echo_srv: Silence alignment warnings.
Andreas Schneider
2014-09-02
1
-4
/
+8
*
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
*
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
[prev]
[next]