about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/net.rs
AgeCommit message (Expand)AuthorLines
2020-10-10Split net.rs into multiple filesLinkTed-2635/+0
2020-10-10unix: Extend UnixStream and UnixDatagram to send and receive file descriptorsLinkTed-0/+867
2020-09-19Add tracking issue for feature(unix_socket_peek)rijenkii-3/+3
2020-09-15Auto merge of #75148 - joechrisellis:master, r=Amanieubors-0/+51
2020-09-14Conditionally compile peer credentials feature for supported platformsJoe Ellis-0/+9
2020-09-14Remove use of `MaybeUninit` in `ucred.rs`Joe Ellis-0/+1
2020-09-14Implementation of peer credentials for Unix socketsJoe Ellis-0/+41
2020-09-12Rollup merge of #76583 - CDirkx:os-doc, r=jonas-schievinkRalf Jung-2/+2
2020-09-11Add `peek` and `peek_from` to `UnixStream` and `UnixDatagram`rijenkii-20/+112
2020-09-11Update `std::os` module documentation.Christiaan Dirkx-2/+2
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-379/+3
2020-08-19resolve commentsPrabakaran Kumaresshan-11/+0
2020-08-19Switch to intra-doc links in /src/sys/unix/ext/*.rsPrabakaran Kumaresshan-32/+20
2020-07-27mv std libs to library/mark-0/+2024