about summary refs log tree commit diff
path: root/library/std/src/os/net
AgeCommit message (Expand)AuthorLines
2025-09-28Rollup merge of #140482 - devnexen:tcp_deferaccept_toduration, r=joboetMatthias Krüger-13/+22
2025-09-27fix build for androidDavid Carlier-0/+1
2025-09-26std::net: update tcp deferaccept delay type to Duration.David Carlier-13/+21
2025-09-06Add socket extensions for cygwinBerrysoft-3/+3
2025-07-01Update version placeholdersJosh Stone-6/+6
2025-06-09Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35Matthias Krüger-8/+6
2025-05-14Update std doctests for androidEric Huss-0/+15
2024-08-15proposal to expand (a subset of) linux specific socket capabilities.David Carlier-8/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-10/+7
2023-10-25Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traitsJohn Millikin-0/+66
2024-02-21os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`.David Carlier-0/+81
2023-04-28replace version placeholdersPietro Albini-4/+4
2023-03-18Stabilise `unix_socket_abstract`John Millikin-4/+4
2023-01-29Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitorMatthias Krüger-0/+9
2023-01-09Disable `linux_ext` in wasm32 and fortanix rustdoc builds.John Millikin-0/+9
2023-01-04relax reference requirement on from_abstract_namemllken-1/+1
2022-09-18Move `unix_socket_abstract` feature API to `SocketAddrExt`.John Millikin-0/+67
2022-09-18Adjust `tcp_quickack` feature to allow other `os::linux::net` features.John Millikin-8/+13
2022-08-13created tcpstream quickack traitBerend-Jan Lange-0/+106