about summary refs log tree commit diff
path: root/library/std/src/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2025-09-08std: make address resolution weirdness local to SGXjoboet-2/+2
2025-06-16Set MSG_NOSIGNAL for UnixSteamMichał Łowicki-0/+6
2025-03-10Disable unsupported testsNicole LeGare-1/+2
2025-02-02std: move network code into `sys`joboet-1/+2
2024-09-30Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichtonTrevor Gross-1/+8
2024-09-29Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-SimulacrumGuillaume Gomez-1/+1
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+8
2024-09-23Clarifications for set_nonblocking methodsYoh Deadfall-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-06-21fix issue numberTristan Guichaoua-4/+4
2023-08-22std: net: skip tests on xousSean Cross-1/+1
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+2
2023-05-13add examples of port 0 binding behaviorkirk-0/+9
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+2
2023-04-08fix(tcp): remove redundant `format!` macro callSergei Belokon-1/+1
2023-04-06chore(tcp): change the hardcoded port number to `port` varSergei Belokon-1/+1
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-1/+9
2023-01-31Replace unwrap with ? in TcpListener docDaniel Chmielewski-1/+1
2022-07-02Bump std::net::Incoming FusedIterator impl to Rust 1.64David Tolnay-1/+1
2022-05-23Implement `FusedIterator` for `std::net::[Into]Incoming`Chayim Refael Friedman-0/+7
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-8/+2
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-5/+5
2022-02-01Fix incorrect panic message in exampleTheVoid-1/+1
2021-11-02read_bufDrMeepster-13/+1
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-0/+1
2021-10-10Add #[must_use] to conversions that move selfJohn Kugelman-0/+1
2021-09-17Rollup merge of #88339 - piegamesde:master, r=joshtriplettYuki Okushi-0/+51
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-0/+47
2021-08-26Add TcpListener::into_incoming and IntoIncomingpiegames-0/+51
2021-08-20Auto merge of #87329 - sunfishcode:sunfishcode/io-safety, r=joshtriplettbors-0/+12
2021-08-19Add comments about impls for File, TcpStream, ChildStdin, etc.Dan Gohman-0/+12
2021-08-08## ContextRichard Schneeman-7/+14
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-866/+4
2020-08-15Move to intra doc links in std::netAlexis Bourget-62/+22
2020-07-27mv std libs to library/mark-0/+1844