summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* swrap: Add libc_dup().Andreas Schneider2013-12-091-2/+9
* swrap: Add libc_connect().Andreas Schneider2013-12-091-7/+16
* swrap: Add libc_close().Andreas Schneider2013-12-091-3/+10
* swrap: Add libc_bind().Andreas Schneider2013-12-091-3/+12
* swrap: Add libc_accept().Andreas Schneider2013-12-091-2/+17
* swrap: Add a swrap_load_lib_function macro.Andreas Schneider2013-12-091-0/+26
* swrap: Add new function to load libraries.Andreas Schneider2013-12-091-0/+65
* swrap: Remove deprecated functions.Andreas Schneider2013-12-051-56/+0
* swrap: Use swrap structure for writev.Andreas Schneider2013-12-051-13/+2
* swrap: Use swrap structure for socket.Andreas Schneider2013-12-051-15/+6
* 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-051-0/+121
* swrap: Add a swrap structure.Andreas Schneider2013-12-051-0/+61
* swrap: Delete obsolete line.Andreas Schneider2013-11-141-2/+0
* swrap: Fix symbol loading on OSX.Andreas Schneider2013-11-141-11/+6
* swrap: Fix wrong initializers.Andreas Schneider2013-11-141-4/+4
* 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
* src: Fix build on OpenIndiana.Andreas Schneider2013-07-081-6/+31
* src: Correctly load symbols on APPLE.Andreas Schneider2013-07-051-7/+14
* src: Fix #ifdef around swrap_log().Andreas Schneider2013-07-051-6/+6
* src: Also support loading MacOSX libc.Andreas Schneider2013-07-031-0/+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-031-1/+1
* cmake: Check for Thread Local Storage.Andreas Schneider2013-07-031-1/+1
* src: Remove unused and obsolete files.Andreas Schneider2013-07-023-1110/+0
* 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
* 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