summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* swrap: Use swrap structure for accept.Andreas Schneider2013-12-051-17/+7
|
* swrap: Add swrap_init() and swrap_enabled().Andreas Schneider2013-12-051-0/+32
|
* swrap: Add swrap_libc_init() function.Andreas Schneider2013-12-052-0/+122
|
* swrap: Add a swrap structure.Andreas Schneider2013-12-051-0/+61
|
* Add .gitignore.Andreas Schneider2013-12-051-0/+9
|
* cmake: Set _FORTIFY_SOURCE only for optimized builds.Andreas Schneider2013-12-041-3/+3
|
* tests: Fix test on Solaris.Andreas Schneider2013-11-201-0/+2
|
* cmake: Check for ioctl in unistd.h on Solaris.Andreas Schneider2013-11-201-1/+1
|
* cmake: Fix ioctl configure check.Andreas Schneider2013-11-151-2/+2
|
* tests: Add SIOCGPGRP test.Andreas Schneider2013-11-151-0/+8
|
* tests: Remove ioctl tty test it doesn't work in ctest.Andreas Schneider2013-11-151-17/+0
|
* tests: Make sure the struct is zeroed.Andreas Schneider2013-11-141-0/+2
|
* 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
|