summary refs log tree commit diff
path: root/library/std/src/sys/net/connection/socket
AgeCommit message (Expand)AuthorLines
2025-04-05std: Fix build for NuttX targetsThalia Archibald-0/+1
2025-03-10Fix `std::sys::unix::set_linger` for CygwinOokiineko-0/+11
2025-03-10Initial STD support for Cygwin王宇逸-0/+3
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-9/+9
2025-02-13Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unixxizheyin-2/+5
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-30/+31
2025-02-02std: move network code into `sys`joboet-0/+2421