about summary refs log tree commit diff
path: root/library/std/src/sys/unix/net.rs
AgeCommit message (Expand)AuthorLines
2020-12-02Auto merge of #69864 - LinkTed:master, r=Amanieubors-0/+39
2020-11-06Disable accept4 on Android.Maarten de Vries-1/+7
2020-10-30Use SOCK_CLOEXEC and accept4() on more platforms.Maarten de Vries-6/+32
2020-10-16Take sys/vxworks/net from sys/unix instead.Mara Bos-2/+8
2020-10-10Remove `passcred` for `emscripten`LinkTed-2/+2
2020-10-10Fix `SO_PASSCRED` for macosLinkTed-0/+2
2020-10-10Fix `MSG_CMSG_CLOEXEC` for macosLinkTed-0/+18
2020-10-10Cast boolean into int directly in function set_passcredLinkTed-2/+1
2020-10-10Add `set_passcred` and `passcred` methods to `UnixStream` and `UnixDatagram`LinkTed-0/+10
2020-10-10Move `add_to_ancillary_data` and `AncillaryDataIter` to ancillary.rsLinkTed-82/+0
2020-10-10unix: Extend UnixStream and UnixDatagram to send and receive file descriptorsLinkTed-0/+92
2020-07-27mv std libs to library/mark-0/+382