| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+1 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-10-25 | Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traits | John Millikin | -0/+3 | |
| These methods are the pre-stabilized API for obtaining peer credentials from an `AF_UNIX` socket, part of the `unix_socket_ancillary_data` feature. Their current behavior is to get/set one of the `SO_PASSCRED` (Linux), `LOCAL_CREDS_PERSISTENT` (FreeBSD), or `LOCAL_CREDS` (NetBSD) socket options. On other targets the `{set_}passcred()` methods do not exist. There are two problems with this approach: 1. Having public methods only exist for certain targets isn't permitted in a stable `std` API. 2. These options have generally similar purposes, but they are non-POSIX and their details can differ in subtle and surprising ways (such as whether they continue to be set after the next call to `recvmsg()`). Splitting into OS-specific extension traits is the preferred solution to both problems. | ||||
| 2023-07-26 | Add definitions for riscv64_linux_android target | Chris Wailes | -1/+1 | |
| 2023-07-10 | Correct the Android stat struct definitions | Chris Wailes | -47/+58 | |
| See https://cs.android.com/android/platform/superproject/+/master:bionic/libc/include/sys/stat.h for reference. | ||||
| 2023-04-28 | replace version placeholders | Pietro Albini | -2/+2 | |
| 2023-03-18 | Stabilise `unix_socket_abstract` | John Millikin | -2/+2 | |
| Fixes https://github.com/rust-lang/rust/issues/85410 | ||||
| 2022-09-18 | Move `unix_socket_abstract` feature API to `SocketAddrExt`. | John Millikin | -0/+5 | |
| 2022-09-18 | Adjust `tcp_quickack` feature to allow other `os::linux::net` features. | John Millikin | -2/+2 | |
| 2022-08-13 | created tcpstream quickack trait | Berend-Jan Lange | -0/+5 | |
| for linux and android | ||||
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -8/+8 | |
| 2020-08-11 | Switch to intra-doc links in library/std/src/os/*/fs.rs | Prabakaran Kumaresshan | -1/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+342 | |
