summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: Fix HAVE_STRUCT_SOCKADDR_SA_LEN detection.Andreas Schneider2014-01-212-1/+5
* src: Fix build warnings on FreeBSD.Andreas Schneider2014-01-211-8/+8
* cmake: Add cmake config version script.Andreas Schneider2014-01-203-12/+39
* cmake: Add pkg-config file.Andreas Schneider2014-01-202-0/+14
* Improve the README.Andreas Schneider2014-01-201-9/+20
* tests: Add sendmsg_recvmsg_fd test.Jakub Hrozek2014-01-202-1/+118
* tests: Add test_echo_udp_sendmsg_recvmsg.Andreas Schneider2014-01-202-1/+201
* swrap: Implement recvmsg().Andreas Schneider2014-01-201-1/+50
* swrap: Fix DGRAM in swrap_recvmsg(before|after).Andreas Schneider2014-01-201-30/+74
* swrap: Use swrap_recvmsg_* in swrap_read().Stefan Metzmacher2014-01-201-10/+28
* swrap: Use swrap_recvmsg_* in swrap_recv().Stefan Metzmacher2014-01-201-10/+28
* swrap: Use swrap_recvmsg_* in swrap_recvfrom().Stefan Metzmacher2014-01-201-9/+30
* swrap: Add swrap_recvmsg_after().Stefan Metzmacher2014-01-201-0/+78
* swrap: Add swrap_recvmsg_before().Stefan Metzmacher2014-01-201-0/+49
* echo_srv: Add fd duplication and test it works.Andreas Schneider2013-12-241-4/+206
* test: Fix getsockopt on Solaris.Andreas Schneider2013-12-231-2/+3
* tests: Fix getsockopt() on Solaris.Andreas Schneider2013-12-231-2/+2
* tests: writev/readv must have iovec > 0Jakub Hrozek2013-12-231-2/+2
* tests: Remove unused variable warningJakub Hrozek2013-12-231-0/+2
* torture: Add TORTURE_SKIP_CLEANUP to not delete socket_dir.Andreas Schneider2013-12-231-4/+9
* torture: Generate network traces for each test.Andreas Schneider2013-12-232-0/+13
* tests: Add test_echo_tcp_socket_options().Andreas Schneider2013-12-232-0/+152
* tests: Add test_echo_tcp_connect test.Andreas Schneider2013-12-232-1/+102
* tests: Add missing include for writev/readv.Andreas Schneider2013-12-211-0/+1
* tests: Add an ifdef around static IPv6 only functionsJakub Hrozek2013-12-203-0/+6
* tests: Add test_echo_tcp_write_readvJakub Hrozek2013-12-202-1/+177
* tests: Use torture_server_(address|port).Andreas Schneider2013-12-206-25/+59
* torture: Add torture_server_port().Andreas Schneider2013-12-202-0/+16
* torture: Add torture_server_address().Andreas Schneider2013-12-202-0/+30
* torture: Let the echo server listen on anyaddr.Andreas Schneider2013-12-202-9/+5
* swrap: Fix loading of system libraries.Andreas Schneider2013-12-201-4/+2
* echo_srv: Add missing includes.Andreas Schneider2013-12-201-7/+11
* torture: Set different default interface for client and server.Andreas Schneider2013-12-191-1/+7
* swrap: Add documentation for SOCK_CLOEXEC in socket().Andreas Schneider2013-12-191-0/+6
* tests: Add test_echo_tcp_write_read.Andreas Schneider2013-12-172-1/+141
* torture: Add tcp function to setup echo server.Andreas Schneider2013-12-172-0/+17
* torture: Pass socket type to torture_setup_echo_srv_ip().Andreas Schneider2013-12-171-5/+21
* torture: Add torture_generate_random_buffer().Andreas Schneider2013-12-172-0/+14
* tests: Add test_echo_udp_send_recv test.Andreas Schneider2013-12-132-1/+145
* tests: Use inet_pton() instead of inet_aton().Andreas Schneider2013-12-131-1/+1
* tests: Rename testsuite to test_ioctl.Andreas Schneider2013-12-122-1/+1
* tests: Remove unused code.Andreas Schneider2013-12-121-32/+0
* tests: Remove FIONBIO cause it doesn't work on x86.Andreas Schneider2013-12-121-24/+19
* echo_srv: Fix a build warning.Andreas Schneider2013-12-121-1/+1
* swrap: Don't build with swrap_str_lib() if NDEBUG is defined.Andreas Schneider2013-12-121-0/+2
* cmake: Fix linking echo_srv on Solaris.Andreas Schneider2013-12-121-0/+1
* cmake: Increase required cmake version number.Andreas Schneider2013-12-111-1/+1
* Fix formatting of variables of type pid_tJakub Hrozek2013-12-113-4/+16
* tests: use discard_const to get rid of a warning on SolarisJakub Hrozek2013-12-111-7/+15
* logging: log creating the socketsJakub Hrozek2013-12-111-0/+31