index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
net
Age
Commit message (
Expand
)
Author
Lines
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-4
/
+2
2024-09-30
Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichton
Trevor Gross
-6
/
+55
2024-09-29
Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-Simulacrum
Guillaume Gomez
-2
/
+2
2024-09-29
Fix std tests for wasm32-wasip2 target
Nicola Krumschmidt
-6
/
+55
2024-09-27
Reference UNSPECIFIED instead of INADDR_ANY in join_multicast_v4
Asger Hautop Drewsen
-2
/
+2
2024-09-23
Clarifications for set_nonblocking methods
Yoh Deadfall
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-26
/
+15
2024-06-24
Replace `MaybeUninit::uninit_array()` with array repeat expression.
Kevin Reid
-1
/
+1
2024-06-21
fix issue number
Tristan Guichaoua
-5
/
+5
2024-03-20
SeqCst->Relaxed in std::net::test.
Mara Bos
-2
/
+2
2024-03-06
fix `close_read_wakes_up` test
Lukas Markeffsky
-15
/
+18
2023-12-10
remove redundant imports
surechen
-2
/
+1
2023-10-03
Auto merge of #105394 - Patiga:improve-udpsocket-docs, r=workingjubilee
bors
-1
/
+20
2023-08-22
Improve UdpSocket documentation
Patiga
-1
/
+20
2023-08-22
std: net: skip tests on xous
Sean Cross
-2
/
+2
2023-07-28
inline trivial (noop) flush calls
Thom Chiovoloni
-0
/
+2
2023-06-20
Rollup merge of #112464 - eval-exec:exec/fix-connect_timeout-overflow, r=Chri...
Guillaume Gomez
-0
/
+11
2023-06-20
Remove useless unit tests
Eval EXEC
-21
/
+0
2023-06-20
Ignore `connect_timeout` unit test on SGX platform
Eval EXEC
-0
/
+1
2023-06-18
Add unit test to connect to an unreachable address
Eval EXEC
-0
/
+11
2023-06-18
Add unit test for `TcpStream::connect_timeout`
Eval EXEC
-0
/
+20
2023-06-14
Fix `SocketAddrV6: Display` tests
ltdk
-1
/
+1
2023-05-13
add examples of port 0 binding behavior
kirk
-0
/
+18
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+3
2023-04-08
fix(tcp): remove redundant `format!` macro call
Sergei Belokon
-1
/
+1
2023-04-06
chore(tcp): change the hardcoded port number to `port` var
Sergei Belokon
-1
/
+1
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-2
/
+36
2023-03-02
Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee
bors
-2
/
+8
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-2
/
+8
2023-02-26
Move IpAddr and SocketAddr to core
Linus Färnstrand
-4468
/
+26
2023-01-31
Replace unwrap with ? in TcpListener doc
Daniel Chmielewski
-1
/
+1
2023-01-25
Stabilize the const_socketaddr feature
Linus Färnstrand
-13
/
+13
2023-01-21
Remove unnecessary `&format!`
Nikolai Vazquez
-8
/
+8
2022-12-30
Rollup merge of #104182 - gabhijit:ipv6-in6addr-any-doc-fix, r=m-ou-se
Matthias Krüger
-0
/
+9
2022-11-13
Remove unused diagnostic items
Maybe Waffle
-2
/
+0
2022-11-09
`IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` documentation.
Abhijit Gadgil
-0
/
+9
2022-10-31
Update mod.rs
tyggja
-1
/
+1
2022-09-12
Simplify `clippy` fix.
Markus Reiter
-2
/
+0
2022-09-12
Add `rustc_diagnostic_item` for IP addresses.
Markus Reiter
-0
/
+5
2022-09-12
Flatten `net` module again.
Markus Reiter
-9
/
+7
2022-09-12
Move `net::parser` into `net::addr` module.
Markus Reiter
-3
/
+3
2022-09-12
Add tests for `SockAddr` `Display`.
Markus Reiter
-0
/
+69
2022-09-12
Use `DisplayBuffer` for socket addresses.
Markus Reiter
-46
/
+34
2022-08-29
Rollup merge of #94890 - marmeladema:ip-addr-try-from-bytes, r=joshtriplett
Matthias Krüger
-13
/
+125
2022-08-28
Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay
bors
-1
/
+1
2022-08-26
Support parsing IP addresses from a byte string
marmeladema
-13
/
+125
2022-08-22
Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simula...
Dylan DPC
-85
/
+217
2022-08-16
Simplify `IpDisplayBuffer` API.
Markus Reiter
-6
/
+10
2022-08-16
Use `MaybeUninit<u8>` for `IpDisplayBuffer`.
Markus Reiter
-6
/
+12
[next]