socket_wrapper.git
2014-02-01 Andreas Schneidersrc: Add a public socket_wrapper_enabled() function. socket_wrapper-1.0.0
2014-01-29 Andreas Schneidersrc: Fix va arg passing in open().
2014-01-28 Andreas Schneidersrc: Handle stale fds in dup() and dup2().
2014-01-28 Andreas Schneidersrc: Add timerfd_create() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add eventfd() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add signalfd() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add socketpair() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add pipe() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Check for stale fds in swrap_accept().
2014-01-28 Andreas Schneidersrc: Check for stale fds in swrap_socket().
2014-01-28 Andreas Schneidersrc: Handle stale fds in swrap_recvmsg_after().
2014-01-28 Andreas Schneidersrc: Handle stale fds in swrap_sendmsg_after().
2014-01-28 Nalin Dahyabhaisrc: Try to recover when reading from a fd returns...
2014-01-28 Nalin Dahyabhaisrc: Try to recover when writing to fd returns ENOTSOCK.
2014-01-28 Nalin Dahyabhaisrc: Try to recover when sockets are closed elsewhere.
2014-01-28 Andreas Schneidersrc: Use swrap_recvmsg_(before|after) for swrap_readv().
2014-01-28 Andreas SchneiderUpdate TODO.
2014-01-28 Andreas SchneiderUpdate ChangeLog.
2014-01-24 Andreas SchneiderUpdate TODO.
2014-01-21 Andreas Schneidersrc: Fix warnings on Solaris.
2014-01-21 Andreas Schneidersrc: Initialize sockaddr_un.
2014-01-21 Andreas Schneidersrc: Make sure the memory is zeroed.
2014-01-21 Andreas Schneidersrc: Case pid_t to an int in SWRAP_LOG.
2014-01-21 Andreas Schneidercmake: Only build test_sendmsg_recvmsg_fd if we have...
2014-01-21 Andreas Schneidersrc: Fix setting the temp iovec.
2014-01-21 Andreas Schneidersrc: Fix build on Solaris.
2014-01-21 Andreas Schneidercmake: Check for HAVE_STRUCT_MSGHDR_MSG_CONTROL.
2014-01-21 Andreas Schneidercmake: Fix HAVE_STRUCT_SOCKADDR_SA_LEN detection.
2014-01-21 Andreas Schneidersrc: Fix build warnings on FreeBSD.
2014-01-20 Andreas Schneidercmake: Add cmake config version script.
2014-01-20 Andreas Schneidercmake: Add pkg-config file.
2014-01-20 Andreas SchneiderImprove the README.
2014-01-20 Jakub Hrozektests: Add sendmsg_recvmsg_fd test.
2014-01-20 Andreas Schneidertests: Add test_echo_udp_sendmsg_recvmsg.
2014-01-20 Andreas Schneiderswrap: Implement recvmsg().
2014-01-20 Andreas Schneiderswrap: Fix DGRAM in swrap_recvmsg(before|after).
2014-01-20 Stefan Metzmacherswrap: Use swrap_recvmsg_* in swrap_read().
2014-01-20 Stefan Metzmacherswrap: Use swrap_recvmsg_* in swrap_recv().
2014-01-20 Stefan Metzmacherswrap: Use swrap_recvmsg_* in swrap_recvfrom().
2014-01-20 Stefan Metzmacherswrap: Add swrap_recvmsg_after().
2014-01-20 Stefan Metzmacherswrap: Add swrap_recvmsg_before().
2013-12-24 Andreas Schneiderecho_srv: Add fd duplication and test it works.
2013-12-23 Andreas Schneidertest: Fix getsockopt on Solaris.
2013-12-23 Andreas Schneidertests: Fix getsockopt() on Solaris.
2013-12-23 Jakub Hrozektests: writev/readv must have iovec > 0
2013-12-23 Jakub Hrozektests: Remove unused variable warning
2013-12-23 Andreas Schneidertorture: Add TORTURE_SKIP_CLEANUP to not delete socket_dir.
2013-12-23 Andreas Schneidertorture: Generate network traces for each test.
2013-12-23 Andreas Schneidertests: Add test_echo_tcp_socket_options().
2013-12-23 Andreas Schneidertests: Add test_echo_tcp_connect test.
2013-12-21 Andreas Schneidertests: Add missing include for writev/readv.
2013-12-20 Jakub Hrozektests: Add an ifdef around static IPv6 only functions
2013-12-20 Jakub Hrozektests: Add test_echo_tcp_write_readv
2013-12-20 Andreas Schneidertests: Use torture_server_(address|port).
2013-12-20 Andreas Schneidertorture: Add torture_server_port().
2013-12-20 Andreas Schneidertorture: Add torture_server_address().
2013-12-20 Andreas Schneidertorture: Let the echo server listen on anyaddr.
2013-12-20 Andreas Schneiderswrap: Fix loading of system libraries.
2013-12-20 Andreas Schneiderecho_srv: Add missing includes.
2013-12-19 Andreas Schneidertorture: Set different default interface for client...
2013-12-19 Andreas Schneiderswrap: Add documentation for SOCK_CLOEXEC in socket().
2013-12-17 Andreas Schneidertests: Add test_echo_tcp_write_read.
2013-12-17 Andreas Schneidertorture: Add tcp function to setup echo server.
2013-12-17 Andreas Schneidertorture: Pass socket type to torture_setup_echo_srv_ip().
2013-12-17 Andreas Schneidertorture: Add torture_generate_random_buffer().
2013-12-13 Andreas Schneidertests: Add test_echo_udp_send_recv test.
2013-12-13 Andreas Schneidertests: Use inet_pton() instead of inet_aton().
2013-12-12 Andreas Schneidertests: Rename testsuite to test_ioctl.
2013-12-12 Andreas Schneidertests: Remove unused code.
2013-12-12 Andreas Schneidertests: Remove FIONBIO cause it doesn't work on x86.
2013-12-12 Andreas Schneiderecho_srv: Fix a build warning.
2013-12-12 Andreas Schneiderswrap: Don't build with swrap_str_lib() if NDEBUG is...
2013-12-12 Andreas Schneidercmake: Fix linking echo_srv on Solaris.
2013-12-11 Andreas Schneidercmake: Increase required cmake version number.
2013-12-11 Jakub HrozekFix formatting of variables of type pid_t
2013-12-11 Jakub Hrozektests: use discard_const to get rid of a warning on...
2013-12-11 Jakub Hrozeklogging: log creating the sockets
2013-12-11 Jakub Hrozeklogging: Add logging when loading system functions
2013-12-11 Jakub Hrozekcmake: Detect attribute format
2013-12-11 Andreas Schneidertests: Also check recvfrom() with NULL pointer.
2013-12-11 Andreas Schneidertests: Check the returned ip from recvfrom.
2013-12-11 Andreas Schneidertests: Fix passing uninitialized values.
2013-12-10 Andreas Schneidertests: Add test_sendto_recvfrom_ipv6().
2013-12-10 Andreas Schneidertorture: Add torture_setup_echo_srv_udp_ipv6().
2013-12-10 Andreas Schneidertorture_teardown_echo_srv
2013-12-10 Andreas Schneidertests: Use torture helpers in test_echo_udp_sendto_recv...
2013-12-10 Andreas Schneidertests: Add teardown functions to torture lib.
2013-12-10 Andreas Schneidertests: Add a torture library with helpers.
2013-12-10 Jakub Hrozektests: Fix the help output of the echo server
2013-12-10 Andreas Schneidertests: Add test_echo_udp_sendto_recvfrom.
2013-12-10 Andreas Schneidercmake: Remove swrap env variables.
2013-12-10 Jakub Hrozektests: Add a simple echo server
2013-12-10 Andreas Schneiderswrap: Remove obsolete init functions.
2013-12-10 Andreas Schneiderswrap: Add libc_writev().
2013-12-10 Andreas Schneiderswrap: Add libc_socket().
2013-12-10 Andreas Schneiderswrap: Add libc_setsockopt().
2013-12-10 Andreas Schneiderswrap: Add libc_sendto().
2013-12-10 Andreas Schneiderswrap: Add libc_sendmsg().
2013-12-10 Andreas Schneiderswrap: Add libc_send().
2013-12-10 Andreas Schneiderswrap: Add libc_recv().
next