about summary refs log tree commit diff
path: root/library/std/src/sys/net/connection/socket/windows.rs
AgeCommit message (Expand)AuthorLines
2025-07-14Don't call WSACleanup on process exitChris Denton-15/+21
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-5/+5
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-11/+12
2025-02-02std: move network code into `sys`joboet-0/+575