about summary refs log tree commit diff
path: root/library/std/src/os/unix/net/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-06Add socket extensions for cygwinBerrysoft-3/+3
2025-03-10Fix building for cygwin王宇逸-0/+1
2025-03-10Initial STD support for Cygwin王宇逸-0/+1
2024-04-28Use `target_vendor = "apple"` instead of `target_os = "..."`Mads Marquart-10/+2
2024-03-23Fixed builds with modified libcAdam Gastineau-0/+2
2024-03-07make `std::os::unix::ucred` module privateKalle Wachsmuth-0/+29
2022-05-25Disable unix::net::ancillary on BSD.Mara Bos-29/+4
2021-09-17modify std::os docs to be more consistentSachin Cherian-1/+1
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-3/+0
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-0/+54