about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/net/mod.rs
AgeCommit message (Collapse)AuthorLines
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-54/+0
2020-10-11Fix unresolved imports for `recv_vectored_with_ancillary_from`, ↵LinkTed-0/+1
`send_vectored_with_ancillary_to` and `SocketAncillary`
2020-10-10Remove `target_os`, which does not have `cmsghdr` struct in `libc`LinkTed-3/+0
2020-10-10Remove `target_os`, which does not have `MSG_CMSG_CLOEXEC` constant in `libc`LinkTed-18/+0
2020-10-10Add the code of the tracking issueLinkTed-1/+1
2020-10-10Rename `test.rs` to `tests.rs`LinkTed-1/+1
2020-10-10Add doc(cfg(...))LinkTed-0/+17
2020-10-10Move conditional compilation to the upper module and sort the target OS list ↵LinkTed-0/+32
alphabetically
2020-10-10Split net.rs into multiple filesLinkTed-0/+25