summaryrefslogtreecommitdiff
path: root/test/sys/test_socket.rs
AgeCommit message (Expand)Author
2022-11-21fixup! Added better support for unnamed unix socket addrsSteven Engler
2022-11-21fixup! Added better support for unnamed unix socket addrsSteven Engler
2022-11-21Added better support for unnamed unix socket addrsSteven Engler
2022-10-14reimplement recvmsg/sendmmsgMichael Baikov
2022-08-05Add support for the IP_SENDSRCADDR control messageMatthew Ingwersen
2022-08-04fix clippy assertions_on_result_statesMichael Baikov
2022-07-26Add support for RecvOrigDstAddr on LinuxBrian May
2022-07-14Fix a buffer overflow in sys::socket::recvfromAlan Somers
2022-07-10Clippy cleanup in the tests.Alan Somers
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-05-02Restore conversions from ip v4/6 Sockaddr types to std::net equivalents.Kyle Huey
2022-04-08Replace the IoVec type with IoSlice and IoSliceMutnot_a_seagull
2022-03-22Deprecate IpAddr, Ipv4Addr, and Ipv6AddrAlan Somers
2022-03-21Replace the Sockaddr enum with a unionAlan Somers
2022-01-10Change port used by test_txtime to avoid conflictRyan Zoeller
2021-12-29Add support for the SO_TXTIME sockopt and SCM_TXTIME control messageAlessandro Ghedini
2021-12-23feat: Add glibc::SOF_TIMESTAMPING_* supportMichael Baikov
2021-09-19Clippy cleanupAlan Somers
2021-09-19Merge #1496bors[bot]
2021-09-07Merge #1317bors[bot]
2021-09-06Add support for IP_RECVERR and IPV6_RECVERRConrad Meyer
2021-08-29Rework UnixAddr to fix soundness issuesNoa
2021-08-27Ignore vsock tests on Linux aarch64Alan Somers
2021-08-21Deprecate SockAddr/InetAddr::to_strNoah
2021-08-17Relax assertions in sockaddr_storage_to_addr to match the documentation.Kyle Huey
2021-07-08Support SO_RXQ_OVFL socket option (android/fuchsia/linux)Junho Choi
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-05-30misc Clippy cleanupAlan Somers
2021-04-08Merge #1402bors[bot]
2021-04-08Support TIMESTAMPNS for linuxLu, Wangshan
2021-04-04Check all tests in CIAlan Somers
2021-03-22Revert "Temporarily disable test_vsock on QEMU arches"Stefano Garzarella
2021-03-22Fix test_vsock failure on VMADDR_CID_LOCAL testingStefano Garzarella
2021-03-21Temporarily disable test_vsock on QEMU archesAlan Somers
2020-12-19Add fuchsia supportAmanda Tait
2020-12-06Switch all builds from Travis to CirrusAlan Somers
2020-11-27Fix recvmmsg(2) implementationToby DiPasquale
2020-10-17test_af_alg_aead waits indefinitelyRitesh Khadgaray
2020-10-04Support vsock on Android as well as Linux.Andrew Walbran
2020-06-26Add Ipv{4,6}PacketInfo support to ControlMessage for send{m,}msgPerry Lorier
2020-05-26Fix build on OpenBSD caused by erroneous inclusion in allowed OS list for sen...Nick Pelone
2020-05-03Fix an "unused import" warning on FreeBSD in test_scm_credentialsAlan Somers
2020-05-02Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)Greg V
2020-04-26Support sendmmsg/recvmmsgGleb Pomykalov
2020-04-25Support UDP GSO and GRO on linuxGleb Pomykalov
2019-12-01ScmCredentials now wraps UnixCredentials instead of libc::ucredAlan Somers
2019-10-28Fix sys::socket::recvfrom for TCP socketsAlan Somers
2019-09-19Fix test breakage in Seccomp mode.Alan Somers
2019-09-04Fix length of abstract socket addressYuxuan Shui