about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/net
AgeCommit message (Expand)AuthorLines
2020-10-10Replace `TryFrom` of `AncillaryData` with a private method.LinkTed-23/+18
2020-10-10Using `read_unaligned` instead of `memcpy`.LinkTed-8/+6
2020-10-10Move `add_to_ancillary_data` and `AncillaryDataIter` to ancillary.rsLinkTed-5/+86
2020-10-10Add UCred structLinkTed-9/+53
2020-10-10Add AncillaryErrorLinkTed-29/+44
2020-10-10Split net.rs into multiple filesLinkTed-0/+3297
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