summary refs log tree commit diff
path: root/library/std/src/os/unix/net
AgeCommit message (Expand)AuthorLines
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-2/+2
2021-08-22Remove redundant conversions.Dan Gohman-2/+2
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-08-21Implement `AsFd` etc. for `UnixListener`.Dan Gohman-1/+25
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-46/+0
2021-08-19I/O safety.Dan Gohman-29/+77
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-07-24netbsd enabled ucredDavid Carlier-0/+3
2021-06-17Rely on libc for correct integer types in os/unix/net/ancillary.rs.Maarten de Vries-100/+10
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-0/+3539