| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-03 | Move `std::sys::unix::ext` to `std::os::unix` | Christiaan Dirkx | -126/+0 | |
| 2020-11-24 | ext/ucred: fmt check | William Woodruff | -21/+7 | |
| 2020-11-24 | ext/ucred: Support PID in peer creds on macOS | William Woodruff | -4/+47 | |
| 2020-09-14 | Fix peer credentials for Android | Joe Ellis | -6/+5 | |
| 2020-09-14 | Add documentation to public fields of UCred struct | Joe Ellis | -1/+8 | |
| 2020-09-14 | Move Unix peer credentials tests to their own file | Joe Ellis | -20/+0 | |
| 2020-09-14 | Add pid as an option to UCred struct | Joe Ellis | -3/+5 | |
| Currently, PID will be populated for Linux, and set to None for BSDs. | ||||
| 2020-09-14 | Use `u32::MAX` instead of `u32::max_value` | Joe Ellis | -1/+1 | |
| Co-authored-by: lzutao <taolzu@gmail.com> | ||||
| 2020-09-14 | Add basic test for Unix peer credentials | Joe Ellis | -0/+20 | |
| 2020-09-14 | Remove use of `MaybeUninit` in `ucred.rs` | Joe Ellis | -5/+2 | |
| We can simply init the struct directly. There is no real need to use uninit memory here. | ||||
| 2020-09-14 | Implementation of peer credentials for Unix sockets | Joe Ellis | -0/+92 | |
| 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! | ||||
