about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/mod.rs
AgeCommit message (Collapse)AuthorLines
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-116/+0
2021-04-19Move `sys::vxworks` code to `sys::unix`Christiaan Dirkx-0/+2
2021-03-02Move `std::sys::unix::platform` to `std::sys::unix::ext`Christiaan Dirkx-0/+36
2020-09-14Implementation of peer credentials for Unix socketsJoe Ellis-0/+12
The code in `ucred.rs` is based on the work done in PR 13 in the tokio-uds repository on GitHub. Link below for reference: https://github.com/tokio-rs/tokio-uds/pull/13 Credit to Martin Habovštiak (GitHub username Kixunil) and contributors for this work!
2020-07-27mv std libs to library/mark-0/+66