summaryrefslogtreecommitdiff
path: root/test/sys/test_socket.rs
AgeCommit message (Expand)Author
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
2019-07-13Merge #1095bors[bot]
2019-07-13Fix warnings on Rust 1.37.0Alan Somers
2019-07-12test_socket: add AddressFamily::Vsock testStefano Garzarella
2019-06-11Fix tests for abstract socketsBryant Mairs
2019-06-09Add extra traits for all typesBryant Mairs
2019-04-29Restored the bytes field on RecvMsg in order to know the amount of bytes rece...Vincent Dagonneau
2019-03-12Support AF_ALGGleb Pomykalov
2019-02-14Fix misaligned references when using recvmsg with control messagesAlan Somers
2019-02-14Replace CmsgSpace with a macroAlan Somers
2019-02-14Fix error handling of RecvMsgAlan Somers
2019-01-23Add IP_RECVIF & IP_RECVDSTADDR.Tom Pusateri
2018-12-17Merge #993bors[bot]
2018-12-16Allow 'cargo test' to complete successfully on NetBSD 8.0.Tom Pusateri
2018-12-15Add cmsg PKTINFO for IPv4 and IPv6.Tom Pusateri
2018-09-01deps: update tempfile to 3Igor Gnatenko
2018-07-27Fix *decoding* of cmsgs and add `ScmCredentials`.Jonas Schievink