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
/
unix.rs
Age
Commit message (
Expand
)
Author
Lines
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-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-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
-1
/
+1
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
-5
/
+6
2025-02-02
std: move network code into `sys`
joboet
-0
/
+651