about summary refs log tree commit diff
path: root/library/std/src/net/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-29std: implement `hostname`joboet-1/+5
2025-09-08std: make address resolution weirdness local to SGXjoboet-21/+0
2024-11-26std: update internal uses of `io::const_error!`joboet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-06-21fix issue numberTristan Guichaoua-1/+1
2023-02-26Move IpAddr and SocketAddr to coreLinus Färnstrand-4/+2
2022-10-31Update mod.rstyggja-1/+1
2022-09-12Flatten `net` module again.Markus Reiter-4/+7
2022-09-12Move `net::parser` into `net::addr` module.Markus Reiter-3/+2
2022-09-12Use `DisplayBuffer` for socket addresses.Markus Reiter-3/+2
2022-08-13created tcpstream quickack traitBerend-Jan Lange-1/+1
2022-06-23Remove ntohs/htons in favor of to_be/from_beLinus Färnstrand-9/+0
2022-03-04Rollup merge of #88805 - krhancoc:master, r=dtolnayDylan DPC-0/+4
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-2/+2
2022-01-13fix stability attribute for `tcp::IntoIncoming`Ibraheem Ahmed-1/+3
2022-01-08export `tcp::IntoIncoming`Ibraheem Ahmed-1/+1
2021-09-25Apply 16 commits (squashed)Frank Steffahn-3/+3
2021-09-09Run fmtRyan Hancock-1/+1
2021-09-09Clarification of default socket flags used by RustRyan Hancock-0/+4
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-1/+1
2020-08-15Move to intra doc links in std::netAlexis Bourget-26/+4
2020-07-27mv std libs to library/mark-0/+115