about summary refs log tree commit diff
path: root/library/std/src/os/net
AgeCommit message (Expand)AuthorLines
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