about summary refs log tree commit diff
path: root/library/std/src/os/unix/net/stream.rs
AgeCommit message (Expand)AuthorLines
2024-03-07make `std::os::unix::ucred` module privateKalle Wachsmuth-24/+9
2024-02-24library: use `addr_of!`Pavel Grigorenko-2/+2
2024-02-04Document various I/O handle conversionsRyan Lowe-0/+1
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+1
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-0/+3
2023-04-28replace version placeholdersPietro Albini-1/+1
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-4/+32
2023-03-18Stabilise `unix_socket_abstract`John Millikin-2/+1
2022-08-29Rollup merge of #96334 - devnexen:socket_mark, r=dtolnayMatthias Krüger-0/+25
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-0/+3
2022-07-07Fix doc build on unsupported osesDavid CARLIER-1/+8
2022-07-06changes from feedbackDavid Carlier-3/+2
2022-07-06doc additionsDavid Carlier-1/+14
2022-07-06socket `set_mark` addition.David Carlier-0/+6
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-3/+3
2022-05-25Disable unix::net::ancillary on BSD.Mara Bos-30/+7
2022-04-04ScmCredentials netbsd implementation.David Carlier-2/+2
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-7/+7
2021-11-02read_bufDrMeepster-11/+1
2021-10-10integrate I/O safety changesMilan-1/+1
2021-10-10cross-platform doctestsMilan Landaverde-3/+5
2021-10-10Update tracking issue in stability refsMilan Landaverde-1/+1
2021-10-10rustfmtMilan Landaverde-1/+5
2021-10-10Add abstract namespace support for Unix domain socketsMilan Landaverde-0/+31
2021-08-19I/O safety.Dan Gohman-8/+32
2021-07-24netbsd enabled ucredDavid Carlier-0/+3
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-0/+677