about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/net/tests.rs
AgeCommit message (Expand)AuthorLines
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-640/+0
2021-02-28unix: Non-mutable bufs in send_vectored_with_ancillary_toLinkTed-9/+9
2020-10-28Fix test cases for MacOsLinkTed-2/+28
2020-10-10Change imports for `cfg(doc)`LinkTed-1/+1
2020-10-10Fix cfg condition for testLinkTed-1/+1
2020-10-10Remove `target_os`, which does not have `SO_PASSCRED` constant in `libc`LinkTed-0/+1
2020-10-10Remove `target_os`, which does not have `cmsghdr` struct in `libc`LinkTed-1/+0
2020-10-10Remove `target_os`, which does not have `MSG_CMSG_CLOEXEC` constant in `libc`LinkTed-0/+11
2020-10-10Replace `assert` with `unreachable`LinkTed-3/+3
2020-10-10Change name of struct to SocketCredLinkTed-1/+1
2020-10-10Add `set_passcred` and `passcred` methods to `UnixStream` and `UnixDatagram`LinkTed-11/+1
2020-10-10Rename `test.rs` to `tests.rs`LinkTed-11/+18
2020-10-10unix: Extend UnixStream and UnixDatagram to send and receive file descriptorsLinkTed-0/+152
2020-09-11Add `peek` and `peek_from` to `UnixStream` and `UnixDatagram`rijenkii-0/+80
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+374