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: Improve checks for compiler flags
Andreas Schneider
2018-10-23
7
-8
/
+178
*
cmake: Update CMake defaults
Andreas Schneider
2018-10-23
1
-12
/
+3
*
cmake: Suppress helgrind race condition warning we created on purpose
Andreas Schneider
2018-10-23
3
-1
/
+18
*
cmake: Create an error if helgrind finds a bug
Andreas Schneider
2018-10-23
1
-1
/
+1
*
cmake: Write helgrind logs to stderr so we can see them
Andreas Schneider
2018-10-23
1
-2
/
+2
*
cmake: Don't misuse CMAKE_REQUIRED_LIBRARIES
Andreas Schneider
2018-10-23
1
-5
/
+5
*
tests: Update valgrind suppression file
Andreas Schneider
2018-08-17
1
-1
/
+9
*
cmake: Require at least cmake 3.2.0
Andreas Schneider
2018-08-17
6
-22
/
+14
*
ctest: Move to new dashboard
Andreas Schneider
2018-08-09
1
-3
/
+3
*
swrap: Add error check around pthread mutex locks
Anoop C S
2018-08-09
1
-52
/
+114
*
tests: Prevent child process falling to defunct state
Anoop C S
2018-08-09
1
-0
/
+2
*
doc: Add SOCKET_WRAPPER_MAX_SOCKETS to manual page
Anoop C S
2018-08-09
2
-5
/
+26
*
swrap: Fix thread deadlock found by Coverity scan
Anoop C S
2018-08-09
1
-2
/
+4
*
tests: Add missing header for IPPROTO_TCP
Andreas Schneider
2018-08-09
1
-0
/
+1
*
swrap: Update header
Andreas Schneider
2018-08-09
1
-4
/
+6
*
Update LICENSE
Andreas Schneider
2018-08-09
1
-3
/
+6
*
Rename COPYING to LICENSE
Andreas Schneider
2018-08-09
2
-1
/
+1
*
cpack: Do not package build dirs in source tarball
Andreas Schneider
2018-08-09
2
-2
/
+2
*
swrap: Replace socket_fds linked list with an array
Anoop C S
2018-06-14
1
-192
/
+122
*
tests: Fix resouce leak in echo_srv tcp handling
Andreas Schneider
2018-05-04
1
-2
/
+1
*
cmake: Run threaded tests with helgrind
Andreas Schneider
2018-05-03
2
-6
/
+36
*
tests: Add test case to validate free-list indexes
Anoop C S
2018-05-02
2
-1
/
+76
*
swrap: Update free-list only when refcount is zero
Anoop C S
2018-05-02
1
-5
/
+6
*
swrap: Move metadata into socket_info_meta structure
Michael Adam
2018-05-02
1
-10
/
+16
*
tests: New threaded test cases
Anoop C S
2018-05-02
5
-1
/
+591
*
tests: Modify echo server to accept multiple connections
Anoop C S
2018-05-02
1
-23
/
+35
*
tests: Add new test to check mutex lock contention
Michael Adam
2018-05-02
2
-1
/
+74
*
swrap: Implement thread safety using pthread mutexes
Anoop C S
2018-05-02
1
-38
/
+235
*
swrap: Rearrange swrap_remove_stale
Anoop C S
2018-05-02
1
-6
/
+8
*
swrap: Rearrange swrap_close
Anoop C S
2018-05-02
1
-5
/
+6
*
swrap: Remove swrap_first_free_index
Anoop C S
2018-05-02
1
-22
/
+0
*
swrap: Use swrap_create_socket within swrap_accept
Anoop C S
2018-05-02
1
-28
/
+12
*
swrap: Use swrap_create_socket within swrap_socket
Anoop C S
2018-05-02
1
-27
/
+5
*
swrap: Add new routines to handle socket creation
Anoop C S
2018-05-02
1
-0
/
+50
*
swrap: Internal reorganization of core socket_info structures
Michael Adam
2018-05-02
1
-14
/
+29
*
swrap: Reorder code inside swrap_socket
Michael Adam
2018-05-02
1
-16
/
+18
*
swrap: Use swrap_get_socket_info inside socket_wrapper_first_free_index
Michael Adam
2018-05-02
1
-3
/
+5
*
swrap: set errno to ENFILE if there is no more free socket_info
Michael Adam
2018-05-02
2
-4
/
+3
*
swrap: New helper functions to treat next_free
Michael Adam
2018-05-02
1
-10
/
+20
*
swrap: Use helper functions to manage refcount
Anoop C S
2018-05-02
1
-9
/
+24
*
swrap: Use helper function swrap_get_socket_info
Anoop C S
2018-05-02
1
-12
/
+20
*
swrap: Make early-libc-out more obvious by removing else
Michael Adam
2018-05-02
1
-1
/
+3
*
tests: Increase wait time for setup and teardown to 5ms
Andreas Schneider
2018-05-02
1
-2
/
+2
*
tests: Remove extra test by moving getsockname() to another
Anoop C S
2018-03-26
3
-70
/
+2
*
cmake: Fix configure check for fall-through attribute
Andreas Schneider
2018-03-22
1
-13
/
+4
*
cmake: Fix checks for attributes
Andreas Schneider
2018-02-22
1
-5
/
+11
*
swrap: Avoid double semicolons in the code
Andreas Schneider
2018-02-20
1
-1
/
+1
*
Bump version to 1.1.9
socket_wrapper-1.1.9
Andreas Schneider
2017-12-04
2
-2
/
+5
*
tests: Add a thread deadlock reproducer
Andreas Schneider
2017-12-04
3
-1
/
+175
*
swrap: Avoid symbol binding deadlocks during fork
Andreas Schneider
2017-12-04
1
-15
/
+21
[prev]
[next]