about summary refs log tree commit diff
path: root/library/std/src/sys/net
AgeCommit message (Expand)AuthorLines
2025-07-24Rollup merge of #143838 - Ayush1325:uefi-tcp4-config-data, r=tgross35León Orell Valerian Liehr-15/+77
2025-07-23std: net: uefi: Add support to query connection dataAyush Singh-15/+77
2025-07-14Don't call WSACleanup on process exitChris Denton-15/+21
2025-07-09std: sys: net: uefi: tcp4: Add timeout supportAyush Singh-25/+97
2025-07-05std: sys: net: uefi: tcp4: Implement readAyush Singh-6/+52
2025-07-05Rollup merge of #141532 - Ayush1325:uefi-tcp4-send, r=tgross35Matthias Krüger-6/+53
2025-07-04std: sys: net: uefi: tcp4: Implement writeAyush Singh-6/+53
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-05-23std: sys: net: uefi: Implement TCP4 connectAyush Singh-28/+170
2025-04-27use generic Atomic type where possibleChristopher Durham-11/+11
2025-04-05std: Fix build for NuttX targetsThalia Archibald-0/+1
2025-03-25Fix typo in error messageThalia Archibald-1/+1
2025-03-10Fix `std::sys::unix::set_linger` for CygwinOokiineko-0/+11
2025-03-10Initial STD support for Cygwin王宇逸-1/+5
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-18/+18
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-46/+46
2025-02-23Rollup merge of #136826 - xizheyin:issue-136737, r=thomccJacob Pratt-5/+11
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-66/+61
2025-02-13Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unixxizheyin-5/+11
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-273/+151
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-63/+58
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-3/+3
2025-02-06sys: net: Add UEFI stubsAyush Singh-0/+374
2025-02-02std: move network code into `sys`joboet-0/+6021