summary refs log tree commit diff
path: root/library/std/src/os/windows/io/socket.rs
AgeCommit message (Expand)AuthorLines
2022-02-10Implement `AsFd` for `&T` and `&mut T`.Dan Gohman-0/+16
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-1/+1
2022-01-12Use the correct `cvt` for converting socket errors on Windows.Dan Gohman-1/+2
2021-09-09Fix another Windows compilation error.Dan Gohman-1/+1
2021-09-09Fix more Windows compilation errors.Dan Gohman-2/+15
2021-09-09Fix Windows compilation errors.Dan Gohman-2/+9
2021-09-09Add a `try_clone()` function to `OwnedFd`.Dan Gohman-0/+54
2021-08-19Add Safety comments to the `As*` for `Owned*` implementations.Dan Gohman-0/+3
2021-08-19Rename `OwnedFd`'s private field to match it's debug output.Dan Gohman-17/+18
2021-08-19Update library/std/src/os/windows/io/socket.rsDan Gohman-1/+1
2021-08-19I/O safety.Dan Gohman-0/+212