about summary refs log tree commit diff
path: root/library/std/src/sys/net/connection/socket
AgeCommit message (Expand)AuthorLines
2025-09-29Rollup merge of #146937 - joboet:gethostname, r=Mark-SimulacrumMatthias Krüger-77/+3
2025-09-28Rollup merge of #140482 - devnexen:tcp_deferaccept_toduration, r=joboetMatthias Krüger-4/+5
2025-09-26std::net: update tcp deferaccept delay type to Duration.David Carlier-4/+5
2025-09-23std: move WinSock abstractions to `sys::pal`joboet-77/+3
2025-09-19std: simplify host lookupjoboet-44/+16
2025-09-11Implement `Socket::take_error` for HermitMartin Kröning-1/+2
2025-09-10Rollup merge of #145327 - joboet:net-addr-sgx-hack, r=tgross35Matthias Krüger-0/+854
2025-09-08std: make address resolution weirdness local to SGXjoboet-0/+854
2025-09-06Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35Trevor Gross-6/+6
2025-09-06Add socket extensions for cygwinBerrysoft-6/+6
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-15/+19
2025-07-14Don't call WSACleanup on process exitChris Denton-15/+21
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-28Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-SimulacrumMatthias Krüger-0/+15
2025-06-16Set MSG_NOSIGNAL for UnixSteamMichał Łowicki-0/+8
2025-06-10std::net: adding `unix_socket_exclbind` feature for solaris/illumos.David Carlier-0/+15
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