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: Add a swrap structure.
Andreas Schneider
2013-12-05
1
-0
/
+61
*
Add .gitignore.
Andreas Schneider
2013-12-05
1
-0
/
+9
*
cmake: Set _FORTIFY_SOURCE only for optimized builds.
Andreas Schneider
2013-12-04
1
-3
/
+3
*
tests: Fix test on Solaris.
Andreas Schneider
2013-11-20
1
-0
/
+2
*
cmake: Check for ioctl in unistd.h on Solaris.
Andreas Schneider
2013-11-20
1
-1
/
+1
*
cmake: Fix ioctl configure check.
Andreas Schneider
2013-11-15
1
-2
/
+2
*
tests: Add SIOCGPGRP test.
Andreas Schneider
2013-11-15
1
-0
/
+8
*
tests: Remove ioctl tty test it doesn't work in ctest.
Andreas Schneider
2013-11-15
1
-17
/
+0
*
tests: Make sure the struct is zeroed.
Andreas Schneider
2013-11-14
1
-0
/
+2
*
tests: Add a ioctl tty test.
Andreas Schneider
2013-11-14
1
-2
/
+17
*
swrap: Delete obsolete line.
Andreas Schneider
2013-11-14
1
-2
/
+0
*
cmake: Fix running tests on OSX.
Andreas Schneider
2013-11-14
1
-0
/
+8
*
swrap: Fix symbol loading on OSX.
Andreas Schneider
2013-11-14
1
-11
/
+6
*
tests: Add simple ioctl test.
Andreas Schneider
2013-11-14
1
-0
/
+16
*
swrap: Fix wrong initializers.
Andreas Schneider
2013-11-14
1
-4
/
+4
*
cmake: Set nightly start time to UTC.
Andreas Schneider
2013-07-24
1
-1
/
+1
*
tests: Fix a build warning.
Andreas Schneider
2013-07-10
1
-1
/
+6
*
src: Correctly allocalate and zero socket info.
Andreas Schneider
2013-07-10
1
-2
/
+3
*
src: socket_info should be shared trough all threads.
Andreas Schneider
2013-07-10
1
-1
/
+5
*
tests: Add unistd.h for mkdtemp() on MacOSX.
Andreas Schneider
2013-07-09
1
-0
/
+1
*
cmake: Link testsuite against socket libraries.
Andreas Schneider
2013-07-08
2
-2
/
+2
*
src: Fix build on OpenIndiana.
Andreas Schneider
2013-07-08
3
-10
/
+46
*
cmake: Try to fix compilation on Solaris.
Andreas Schneider
2013-07-08
1
-3
/
+3
*
cmake: Try to fix compilation on FreeBSD.
Andreas Schneider
2013-07-08
1
-0
/
+4
*
ctest: Fix CDash project name.
Andreas Schneider
2013-07-08
1
-2
/
+2
*
src: Correctly load symbols on APPLE.
Andreas Schneider
2013-07-05
4
-7
/
+24
*
src: Fix #ifdef around swrap_log().
Andreas Schneider
2013-07-05
1
-6
/
+6
*
example: Don't use ecdsa keys they are not available everywhere.
Andreas Schneider
2013-07-03
1
-4
/
+4
*
src: Also support loading MacOSX libc.
Andreas Schneider
2013-07-03
1
-0
/
+6
*
example: Add OSX variables for preloading.
Andreas Schneider
2013-07-03
2
-2
/
+6
*
src: Add missing include for sys/uio.h.
Andreas Schneider
2013-07-03
1
-1
/
+2
*
cmake: Check for getimeofday on MacOSX correctly.
Andreas Schneider
2013-07-03
3
-1
/
+8
*
cmake: Check for Thread Local Storage.
Andreas Schneider
2013-07-03
3
-1
/
+9
*
cmake: Fix ctest config.
Andreas Schneider
2013-07-02
1
-3
/
+3
*
src: Remove unused and obsolete files.
Andreas Schneider
2013-07-02
3
-1110
/
+0
*
Improve README.
Andreas Schneider
2013-07-02
1
-6
/
+12
*
tests: Use a rc variable.
Andreas Schneider
2013-07-01
1
-3
/
+8
*
src: Make sure addr is not NULL.
Andreas Schneider
2013-07-01
1
-3
/
+5
*
src: Initialize const variables of socket_wrapper_pcap_file().
Andreas Schneider
2013-07-01
1
-4
/
+4
*
src: Fix a possible memory leak in swrap_accept().
Andreas Schneider
2013-07-01
1
-0
/
+1
*
test: Initialize the remove_cmd buffer.
Andreas Schneider
2013-07-01
1
-1
/
+1
*
src: Make the sockets pointer thread local.
Andreas Schneider
2013-07-01
1
-82
/
+88
*
src: Define SOCKET_MAX_SOCKETS and log if we reach it.
Andreas Schneider
2013-07-01
1
-2
/
+10
*
Add AUTHORS and ChangeLog file.
Andreas Schneider
2013-07-01
2
-0
/
+3
*
cmake: Set version numbers.
Andreas Schneider
2013-07-01
2
-5
/
+5
*
cmake: Fix make test.
Andreas Schneider
2013-07-01
1
-4
/
+17
*
cmake: Set library version.
Andreas Schneider
2013-07-01
1
-0
/
+9
*
src: Add a destructor to cleanup unix socket files.
Andreas Schneider
2013-06-30
3
-0
/
+42
*
cmake: Fix setting the environment variables.
Andreas Schneider
2013-06-30
1
-3
/
+1
*
src: Make sure nothing overrides libc symbols.
Andreas Schneider
2013-06-28
1
-1
/
+6
[next]