summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swrap: Use swrap structure for setsockopt.Andreas Schneider2013-12-051-21/+10
* swrap: Use swrap structure for sendto.Andreas Schneider2013-12-051-19/+13
* swrap: Use swrap structure for sendmsg.Andreas Schneider2013-12-051-14/+3
* swrap: Use swrap structure for send.Andreas Schneider2013-12-051-13/+2
* swrap: Use swrap structure for recvfrom.Andreas Schneider2013-12-051-16/+12
* swrap: Use swrap structure for recv.Andreas Schneider2013-12-051-13/+2
* swrap: Use swrap structure for readv.Andreas Schneider2013-12-051-13/+2
* swrap: Use swrap structure for read.Andreas Schneider2013-12-051-13/+2
* swrap: Use swrap structure for listen.Andreas Schneider2013-12-051-13/+2
* swrap: Use swrap structure for ioctl.Andreas Schneider2013-12-051-10/+10
* swrap: Use swrap structure for getsockopt.Andreas Schneider2013-12-051-21/+10
* swrap: Use swrap structure for getsockname.Andreas Schneider2013-12-051-18/+4
* swrap: Use swrap structure for getpeername.Andreas Schneider2013-12-051-16/+1
* swrap: Use swrap structure for dup2.Andreas Schneider2013-12-051-13/+2
* swrap: Use swrap structure for dup.Andreas Schneider2013-12-051-13/+2
* swrap: Use swrap structure for connect.Andreas Schneider2013-12-051-22/+9
* swrap: Use swrap structure for close.Andreas Schneider2013-12-051-14/+3
* swrap: Use swrap structure for bind.Andreas Schneider2013-12-051-18/+3
* 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