about summary refs log tree commit diff
path: root/library/std/src/net/mod.rs
AgeCommit message (Collapse)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
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
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
for linux and android
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
Clarification of default socket flags This PR outlines the decision to disable inheritance of socket objects when possible to child processes in the documentation.
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
---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::fmt ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::{rc, sync} ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::string ---------- Fix spacing for links inside code blocks in alloc::vec ---------- Fix spacing for links inside code blocks in core::option ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in core::result ---------- Fix spacing for links inside code blocks in core::{iter::{self, iterator}, stream::stream, poll} ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in std::{fs, path} ---------- Fix spacing for links inside code blocks in std::{collections, time} ---------- Fix spacing for links inside code blocks in and make formatting of `&str`-like types consistent in std::ffi::{c_str, os_str} ---------- Fix spacing for links inside code blocks, and improve link tooltips in std::ffi ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in std::{io::{self, buffered::{bufreader, bufwriter}, cursor, util}, net::{self, addr}} ---------- Fix typo in link to `into` for `OsString` docs ---------- Remove tooltips that will probably become redundant in the future ---------- Apply suggestions from code review Replacing `…std/primitive.reference.html` paths with just `reference` Co-authored-by: Joshua Nelson <github@jyn.dev> ---------- Also replace `…std/primitive.reference.html` paths with just `reference` in `core::pin`
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