socket_wrapper.git
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().
2013-12-10 Andreas Schneiderswrap: Add libc_recvfrom().
2013-12-09 Andreas Schneiderswrap: Add libc_readv().
2013-12-09 Andreas Schneiderswrap: Add libc_read().
2013-12-09 Andreas Schneiderswrap: Add libc_listen().
2013-12-09 Andreas Schneiderswrap: Correctly load ioctl().
2013-12-09 Andreas Schneidersquash swrap_load_lib_handle
2013-12-09 Andreas Schneiderswrap: Add libc_getsockopt().
2013-12-09 Andreas Schneiderswrap: Add libc_getsockname().
2013-12-09 Andreas Schneiderswrap: Add libc_getpeername().
2013-12-09 Andreas Schneiderswrap: Add libc_dup2().
2013-12-09 Andreas Schneiderswrap: Add libc_dup().
2013-12-09 Andreas Schneiderswrap: Add libc_connect().
2013-12-09 Andreas Schneiderswrap: Add libc_close().
2013-12-09 Andreas Schneiderswrap: Add libc_bind().
2013-12-09 Andreas Schneiderswrap: Add libc_accept().
2013-12-09 Andreas Schneiderswrap: Add a swrap_load_lib_function macro.
2013-12-09 Andreas Schneiderswrap: Add new function to load libraries.
2013-12-05 Andreas Schneiderswrap: Remove deprecated functions.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for writev.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for socket.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for setsockopt.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for sendto.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for sendmsg.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for send.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for recvfrom.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for recv.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for readv.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for read.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for listen.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for ioctl.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for getsockopt.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for getsockname.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for getpeername.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for dup2.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for dup.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for connect.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for close.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for bind.
2013-12-05 Andreas Schneiderswrap: Use swrap structure for accept.
next