| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-06 | Add socket extensions for cygwin | Berrysoft | -1/+1 | |
| 2023-01-09 | Disable `linux_ext` in wasm32 and fortanix rustdoc builds. | John Millikin | -0/+9 | |
| The `std::os::unix` module is stubbed out when building docs for these target platforms. The introduction of Linux-specific extension traits caused `std::os::net` to depend on sub-modules of `std::os::unix`, which broke rustdoc for the `wasm32-unknown-unknown` target. Adding an additional `#[cfg]` guard solves that rustdoc failure by not declaring `linux_ext` on targets with a stubbed `std::os::unix`. | ||||
| 2022-09-18 | Adjust `tcp_quickack` feature to allow other `os::linux::net` features. | John Millikin | -6/+3 | |
| 2022-08-13 | created tcpstream quickack trait | Berend-Jan Lange | -0/+7 | |
| for linux and android | ||||
