summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Add a ioctl tty test.Andreas Schneider2013-11-141-2/+17
* swrap: Delete obsolete line.Andreas Schneider2013-11-141-2/+0
* cmake: Fix running tests on OSX.Andreas Schneider2013-11-141-0/+8
* swrap: Fix symbol loading on OSX.Andreas Schneider2013-11-141-11/+6
* tests: Add simple ioctl test.Andreas Schneider2013-11-141-0/+16
* swrap: Fix wrong initializers.Andreas Schneider2013-11-141-4/+4
* cmake: Set nightly start time to UTC.Andreas Schneider2013-07-241-1/+1
* tests: Fix a build warning.Andreas Schneider2013-07-101-1/+6
* src: Correctly allocalate and zero socket info.Andreas Schneider2013-07-101-2/+3
* src: socket_info should be shared trough all threads.Andreas Schneider2013-07-101-1/+5
* tests: Add unistd.h for mkdtemp() on MacOSX.Andreas Schneider2013-07-091-0/+1
* cmake: Link testsuite against socket libraries.Andreas Schneider2013-07-082-2/+2
* src: Fix build on OpenIndiana.Andreas Schneider2013-07-083-10/+46
* cmake: Try to fix compilation on Solaris.Andreas Schneider2013-07-081-3/+3
* cmake: Try to fix compilation on FreeBSD.Andreas Schneider2013-07-081-0/+4
* ctest: Fix CDash project name.Andreas Schneider2013-07-081-2/+2
* src: Correctly load symbols on APPLE.Andreas Schneider2013-07-054-7/+24
* src: Fix #ifdef around swrap_log().Andreas Schneider2013-07-051-6/+6
* example: Don't use ecdsa keys they are not available everywhere.Andreas Schneider2013-07-031-4/+4
* src: Also support loading MacOSX libc.Andreas Schneider2013-07-031-0/+6
* example: Add OSX variables for preloading.Andreas Schneider2013-07-032-2/+6
* src: Add missing include for sys/uio.h.Andreas Schneider2013-07-031-1/+2
* cmake: Check for getimeofday on MacOSX correctly.Andreas Schneider2013-07-033-1/+8
* cmake: Check for Thread Local Storage.Andreas Schneider2013-07-033-1/+9
* cmake: Fix ctest config.Andreas Schneider2013-07-021-3/+3
* src: Remove unused and obsolete files.Andreas Schneider2013-07-023-1110/+0
* Improve README.Andreas Schneider2013-07-021-6/+12
* tests: Use a rc variable.Andreas Schneider2013-07-011-3/+8
* src: Make sure addr is not NULL.Andreas Schneider2013-07-011-3/+5
* src: Initialize const variables of socket_wrapper_pcap_file().Andreas Schneider2013-07-011-4/+4
* src: Fix a possible memory leak in swrap_accept().Andreas Schneider2013-07-011-0/+1
* test: Initialize the remove_cmd buffer.Andreas Schneider2013-07-011-1/+1
* src: Make the sockets pointer thread local.Andreas Schneider2013-07-011-82/+88
* src: Define SOCKET_MAX_SOCKETS and log if we reach it.Andreas Schneider2013-07-011-2/+10
* Add AUTHORS and ChangeLog file.Andreas Schneider2013-07-012-0/+3
* cmake: Set version numbers.Andreas Schneider2013-07-012-5/+5
* cmake: Fix make test.Andreas Schneider2013-07-011-4/+17
* cmake: Set library version.Andreas Schneider2013-07-011-0/+9
* src: Add a destructor to cleanup unix socket files.Andreas Schneider2013-06-303-0/+42
* cmake: Fix setting the environment variables.Andreas Schneider2013-06-301-3/+1
* src: Make sure nothing overrides libc symbols.Andreas Schneider2013-06-281-1/+6
* src: Rename to SOCKET_WRAPPER_DEBUGLEVEL.Andreas Schneider2013-06-282-1/+6
* src: Add some logging.Andreas Schneider2013-06-211-0/+13
* src: Add SWRAP_LOG().Andreas Schneider2013-06-211-5/+70
* src: Fix the type of several return values.Andreas Schneider2013-06-211-4/+4
* src: Fix broken ioctl().Andreas Schneider2013-06-211-19/+19
* src: Fix argument passing to libc ioctl().Andreas Schneider2013-06-061-3/+9
* src: Create swrap_ functions for each glibc function.Andreas Schneider2013-06-061-29/+232
* cmake: Rename options to UNIT_TESTING.Andreas Schneider2013-06-063-3/+5
* tests: Get the testsuite working with 'make test'.Andreas Schneider2013-06-041-0/+4