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
/
sys
/
net
/
connection
/
socket
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Rollup merge of #146937 - joboet:gethostname, r=Mark-Simulacrum
Matthias Krüger
-77
/
+3
2025-09-28
Rollup merge of #140482 - devnexen:tcp_deferaccept_toduration, r=joboet
Matthias Krüger
-4
/
+5
2025-09-26
std::net: update tcp deferaccept delay type to Duration.
David Carlier
-4
/
+5
2025-09-23
std: move WinSock abstractions to `sys::pal`
joboet
-77
/
+3
2025-09-19
std: simplify host lookup
joboet
-44
/
+16
2025-09-11
Implement `Socket::take_error` for Hermit
Martin Kröning
-1
/
+2
2025-09-10
Rollup merge of #145327 - joboet:net-addr-sgx-hack, r=tgross35
Matthias Krüger
-0
/
+854
2025-09-08
std: make address resolution weirdness local to SGX
joboet
-0
/
+854
2025-09-06
Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35
Trevor Gross
-6
/
+6
2025-09-06
Add socket extensions for cygwin
Berrysoft
-6
/
+6
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-15
/
+19
2025-07-14
Don't call WSACleanup on process exit
Chris Denton
-15
/
+21
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-28
Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-Simulacrum
Matthias Krüger
-0
/
+15
2025-06-16
Set MSG_NOSIGNAL for UnixSteam
Michał Łowicki
-0
/
+8
2025-06-10
std::net: adding `unix_socket_exclbind` feature for solaris/illumos.
David Carlier
-0
/
+15
2025-04-05
std: Fix build for NuttX targets
Thalia Archibald
-0
/
+1
2025-03-10
Fix `std::sys::unix::set_linger` for Cygwin
Ookiineko
-0
/
+11
2025-03-10
Initial STD support for Cygwin
王宇逸
-0
/
+3
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-9
/
+9
2025-02-13
Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unix
xizheyin
-2
/
+5
2025-02-12
std: replace the `FromInner` implementation for addresses with private conver...
joboet
-30
/
+31
2025-02-02
std: move network code into `sys`
joboet
-0
/
+2421