summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Define _GNU_SOURCE on one place only.Jakub Hrozek2014-08-151-5/+0
* Provide a compatible declaration of CMSG_ALIGNJakub Hrozek2014-07-291-1/+1
* SO_PROTOCOL is platform-dependentJakub Hrozek2014-07-291-0/+3
* swrap: fix another discard const warning in swrap_bind()Michael Adam2014-07-091-1/+1
* swrap: fix discard const warning in swrap_bind()Michael Adam2014-07-091-1/+1
* swrap: fix discard const warning in swrap_remove_stale()Michael Adam2014-07-091-2/+2
* swrap: fix build when neither HAVE_STRUCT_IN_PKTINFO nor IP_RECVDSTADDR is de...Michael Adam2014-07-091-2/+1
* swrap: Disable incomplete bind checks for EADDRINUSE.Andreas Schneider2014-06-051-1/+6
* swrap: check whether an address:port is already in use in swrap_bind()Michael Adam2014-06-011-0/+7
* swrap: implement check_addr_port_in_use()Michael Adam2014-06-011-0/+83
* swrap: fix AF_UNSPEC special case in swrap_bind()Michael Adam2014-06-011-0/+20
* swrap: extend input checks in swrap_bind()Michael Adam2014-06-011-2/+48
* Update the todo list.Andreas Schneider2014-06-011-0/+1
* swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2014-06-011-0/+3
* swrap: Add support for bindresvport().Andreas Schneider2014-05-311-0/+87
* swrap: Add missing family check in bind().Andreas Schneider2014-05-311-0/+5
* swrap: Setup myname in swrap_socket() for getsockname().Andreas Schneider2014-05-311-0/+35
* swrap: Make sure cmbuf is not NULL.Andreas Schneider2014-05-271-1/+1
* swrap: We need to pass a pointer-pointer to not leak memory.Andreas Schneider2014-05-271-11/+11
* swrap: Support more socket options in getsockopt().Andreas Schneider2014-05-261-5/+46
* swrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendmsg_before().Andreas Schneider2014-05-261-2/+31
* swrap: Add swrap_msghdr_filter_cmsg_pktinfo().Andreas Schneider2014-05-261-7/+26
* swrap: Add swrap_sendmsg_filter_cmsg_socket().Andreas Schneider2014-05-261-1/+35
* swrap: Add swrap_sendmsg_copy_cmsg().Andreas Schneider2014-05-261-1/+41
* swrap: Add swrap_sendmsg_filter_cmsghdr().Andreas Schneider2014-05-261-0/+27
* swrap: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-05-261-1/+22
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-05-261-1/+1
* swrap: Silence a warning on OpenIndiana.Andreas Schneider2014-05-261-0/+2
* swrap: Properly cache the handle also in LIBC_SO case.Pino Toscano2014-05-261-0/+2
* swrap: Truncate the address if the buffer is to small.Andreas Schneider2014-05-221-2/+14
* swrap: Process control messages in recvmsg().Andreas Schneider2014-05-221-1/+40
* swrap: Call swrap_msghdr_socket_info in swrap_recvmsg_after().Andreas Schneider2014-05-221-5/+17
* swrap: Add swrap_msghdr_socket_info().Andreas Schneider2014-05-221-0/+11
* swrap: Add swrap_msghdr_add_pktinfo().Andreas Schneider2014-05-221-0/+65
* swrap: Add swrap_msghdr_add_cmsghdr().Andreas Schneider2014-05-211-0/+71
* swrap: Add IP_PKTINFO support in setsockopt.Andreas Schneider2014-05-211-0/+21
* cmake: Build swrap with _GNU_SOURCE.Andreas Schneider2014-05-211-0/+6
* swrap: Correctly set the bind iface address on connect().Andreas Schneider2014-05-081-0/+57
* swrap: use LIBC_SO from GNU libc, if availablePino Toscano2014-05-081-0/+8
* swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-05-051-4/+4
* Fix some typos.Jakub Wilk2014-05-051-4/+4
* swrap: Use the loaded libc open() directly.Andreas Schneider2014-04-251-2/+14
* cmake: Fix policy check.Andreas Schneider2014-04-251-1/+1
* swrap: Do not leak memory in swrap_recvmsg_after().Andreas Schneider2014-04-141-3/+4
* cmake: Only set policy in cmake 3.0.Andreas Schneider2014-04-101-1/+3
* cmake: Fix configure warning with cmake 3.0.Andreas Schneider2014-04-071-0/+1
* cmake: Add --libs output for pkg-config.Andreas Schneider2014-02-041-0/+4
* src: Add a public socket_wrapper_enabled() function.socket_wrapper-1.0.0Andreas Schneider2014-02-011-1/+9
* src: Fix va arg passing in open().Andreas Schneider2014-01-291-7/+15
* src: Handle stale fds in dup() and dup2().Andreas Schneider2014-01-281-0/+6