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: fix use-after-free in swrap_close
Michael Adam
2016-10-25
1
-2
/
+4
*
swrap: Fix build on Solaris
Andreas Schneider
2016-10-25
1
-1
/
+1
*
swrap: Mark flags in swrap_accept4 as unused
Andreas Schneider
2016-10-21
1
-0
/
+4
*
swrap: Fix the build on BSD and Solaris
Andreas Schneider
2016-10-21
1
-0
/
+2
*
swrap: Handle threads that fork
Andreas Schneider
2016-10-20
1
-0
/
+43
*
cmake: Check for constructor attribute
Andreas Schneider
2016-10-20
3
-0
/
+19
*
swrap: Make symbol loading thread-safe
Andreas Schneider
2016-10-20
1
-3
/
+22
*
cmake: Link pthread library headers
Michael Adam
2016-10-20
2
-2
/
+3
*
swrap: Fix strict-aliasing issues while loading symbols
Andreas Schneider
2016-10-20
1
-143
/
+221
*
tests: Add a test for max_sockets
Michael Adam
2016-10-20
2
-1
/
+112
*
swrap: Introduce a freelist in the socket_info array
Michael Adam
2016-10-20
1
-7
/
+37
*
swrap: Replace linked list of socket_info with preallocated array of structures
Anoop C S
2016-10-20
1
-28
/
+120
*
swrap: Optimization in (commented out) check_addr_port_in_use()
Michael Adam
2016-10-20
1
-0
/
+6
*
swrap: Improve vfcntl to add the dup'd fd after the source fd
Michael Adam
2016-10-20
1
-7
/
+7
*
swrap: Improve dup2 to add the dup'd fd after the source fd
Michael Adam
2016-10-20
1
-5
/
+6
*
swrap: Improve dup to add the dup'd fd after the source fd
Michael Adam
2016-10-20
1
-5
/
+6
*
swrap: Add SWRAP_DLIST_ADD_AFTER macro
Michael Adam
2016-10-20
1
-0
/
+14
*
swrap: Untangle socket_info_fd from socket_info structure.
Anoop C S
2016-10-20
1
-58
/
+76
*
swrap: remove ununsed members from struct swrap.
Michael Adam
2016-08-23
1
-5
/
+0
*
swrap: Add test case to validate oldfd = newfd case in dup2()
Anoop C S
2016-08-23
2
-0
/
+51
*
swrap: Treat the case of fd == newfd correctly in dup2()
Michael Adam
2016-08-23
1
-0
/
+10
*
swrap: Delay addition of child socket_info_fd into socket_info list
Anoop C S
2016-08-12
1
-2
/
+1
*
swrap: Remove redunant check in swrap_socket
Anoop C S
2016-08-12
1
-4
/
+1
*
swrap: Simplify swrap_remove_stale by early return
Anoop C S
2016-08-12
1
-14
/
+16
*
Bump version to 1.1.7
socket_wrapper-1.1.7
Andreas Schneider
2016-05-20
2
-2
/
+8
*
tests: Add test_connect_sendto_null_ipv4() test
Andreas Schneider
2016-05-17
1
-0
/
+52
*
tests: Add a udp test case for sendto() after a connect()
Richard Sharpe
2016-05-17
1
-0
/
+52
*
swrap: Fix sendto() with connected sockets
Richard Sharpe
2016-05-17
1
-9
/
+28
*
swrap: Allow to open RAW sockets when loaded
Andreas Schneider
2016-05-17
1
-0
/
+3
*
swrap: Add support for accept4()
Andreas Schneider
2016-05-03
3
-2
/
+43
*
swrap: Add support for running on OpenBSD
Andreas Schneider
2016-05-03
3
-0
/
+13
*
Bump version to 1.1.6
socket_wrapper-1.1.6
Andreas Schneider
2016-03-15
2
-2
/
+8
*
swrap: Fix buliding on unix systems without AF_NETLINK
Andreas Schneider
2016-03-02
1
-0
/
+2
*
swrap: Use calloc() instead of malloc and memset
Andreas Schneider
2016-02-24
1
-6
/
+8
*
swrap: Allow to open NETLINK sockets when loaded
Andreas Schneider
2016-02-24
1
-0
/
+1
*
tests: Add test for ephemeral port binding in listen()
Andreas Schneider
2015-11-04
2
-0
/
+116
*
swrap: Automatically bind an ephemeral port if needed
Andreas Schneider
2015-11-04
1
-0
/
+8
*
tests: Add valgrind suppression file for dlopen() issues
Andreas Schneider
2015-10-28
1
-0
/
+16
*
swrap: Add a wrapper for write()
Andreas Schneider
2015-10-28
1
-0
/
+60
*
torture: Use a short torture socket dir
Andreas Schneider
2015-10-27
1
-1
/
+1
*
swrap: Fix recvmsg() with UDP
Andreas Schneider
2015-10-27
1
-0
/
+10
*
swrap: Fix compare of signed and unsigned integer expressions
Andreas Schneider
2015-10-19
1
-2
/
+4
*
tests: Fix compile warning
Andreas Schneider
2015-10-19
1
-1
/
+1
*
Bump version to 1.1.5
socket_wrapper-1.1.5
Andreas Schneider
2015-10-15
2
-2
/
+6
*
swrap: Simplify cmspace calculation in swrap_sendmsg_copy_cmsg()
Ralph Boehme
2015-10-14
1
-3
/
+1
*
tests: Add a unit test for wrap_sendmsg_filter_cmsghdr()
Ralph Boehme
2015-10-14
2
-1
/
+122
*
tests: Add test for TCP_NODELAY setsockopt()
Andreas Schneider
2015-10-14
1
-0
/
+11
*
tests: Add test for TCP_NODELAY getsockopt()
Andreas Schneider
2015-10-14
1
-0
/
+38
*
swrap: Add support for TCP_NODELAY in getsockopt()
Andreas Schneider
2015-10-14
1
-0
/
+23
*
swrap: Add support for TCP_NODELAY in setsockopt()
Andreas Schneider
2015-10-14
1
-0
/
+30
[prev]
[next]