about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/net/stream.rs
AgeCommit message (Expand)AuthorLines
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-677/+0
2021-04-25Inline most raw socket, fd and handle conversionsKaiJewson-0/+3
2021-02-28unix: Non-mutable bufs in send_vectored_with_ancillary_toLinkTed-10/+11
2020-11-03Fix docs for MacOs (correction)LinkTed-1/+2
2020-10-10Fix unresolved link to `SocketAncillary`LinkTed-0/+1
2020-10-10Fix imports for MacOsLinkTed-4/+2
2020-10-10Change imports for `cfg(doc)`LinkTed-13/+13
2020-10-10Remove `passcred` for `emscripten`LinkTed-2/+2
2020-10-10Remove `target_os`, which does not have `SO_PASSCRED` constant in `libc`LinkTed-28/+2
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-4/+4
2020-10-10Add `set_passcred` and `passcred` methods to `UnixStream` and `UnixDatagram`LinkTed-0/+60
2020-10-10Move conditional compilation to the upper module and sort the target OS list ...LinkTed-0/+48
2020-10-10Remove inner function in `bind`, `connect` and `send_to`LinkTed-9/+6
2020-10-10Add AncillaryErrorLinkTed-2/+2
2020-10-10Split net.rs into multiple filesLinkTed-0/+615