summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix the help output of the echo serverHEADmasterJakub Hrozek2013-12-101-2/+9
* tests: Add test_echo_udp_sendto_recvfrom.Andreas Schneider2013-12-103-13/+263
* cmake: Remove swrap env variables.Andreas Schneider2013-12-101-12/+0
* tests: Add a simple echo serverJakub Hrozek2013-12-102-0/+332
* swrap: Remove obsolete init functions.Andreas Schneider2013-12-101-149/+1
* swrap: Add libc_writev().Andreas Schneider2013-12-101-2/+9
* swrap: Add libc_socket().Andreas Schneider2013-12-101-3/+10
* swrap: Add libc_setsockopt().Andreas Schneider2013-12-101-10/+21
* swrap: Add libc_sendto().Andreas Schneider2013-12-101-13/+25
* swrap: Add libc_sendmsg().Andreas Schneider2013-12-101-3/+10
* swrap: Add libc_send().Andreas Schneider2013-12-101-2/+9
* swrap: Add libc_recv().Andreas Schneider2013-12-101-2/+9
* swrap: Add libc_recvfrom().Andreas Schneider2013-12-101-12/+24
* swrap: Add libc_readv().Andreas Schneider2013-12-091-2/+9
* swrap: Add libc_read().Andreas Schneider2013-12-091-2/+9
* swrap: Add libc_listen().Andreas Schneider2013-12-091-2/+9
* swrap: Correctly load ioctl().Andreas Schneider2013-12-091-0/+2
* squash swrap_load_lib_handleAndreas Schneider2013-12-091-2/+2
* swrap: Add libc_getsockopt().Andreas Schneider2013-12-091-10/+21
* swrap: Add libc_getsockname().Andreas Schneider2013-12-091-4/+13
* swrap: Add libc_getpeername().Andreas Schneider2013-12-091-1/+10
* swrap: Add libc_dup2().Andreas Schneider2013-12-091-2/+9
* 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