about summary refs log tree commit diff
path: root/library/std/src/os/unix/net/tests.rs
AgeCommit message (Expand)AuthorLines
2025-09-06Add socket extensions for cygwinBerrysoft-7/+20
2025-06-12Delegate `<SocketAddr as Debug>` to `ByteStr`Tamir Duberstein-0/+9
2025-02-07std: get rid of `sys_common::io`joboet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+4
2023-10-25Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traitsJohn Millikin-2/+2
2023-08-05std/tests: disable ancillary tests on freebsd since the feature itself is.David CARLIER-1/+1
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+18
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-1/+1
2023-03-02Make std tests pass on newer AndroidPeter Collingbourne-0/+18
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+1
2022-09-18Move `unix_socket_abstract` feature API to `SocketAddrExt`.John Millikin-15/+21
2022-05-25Disable unix::net::ancillary on BSD.Mara Bos-37/+4
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-6/+6
2021-10-10cross-platform doctestsMilan Landaverde-0/+24
2021-10-10Add abstract namespace support for Unix domain socketsMilan Landaverde-1/+124
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-0/+640