about summary refs log tree commit diff
path: root/library/std/src/sys/net/connection/uefi
AgeCommit message (Expand)AuthorLines
2025-09-19std: simplify host lookupjoboet-20/+2
2025-09-08std: make address resolution weirdness local to SGXjoboet-11/+16
2025-07-23std: net: uefi: Add support to query connection dataAyush Singh-15/+77
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-04std: sys: net: uefi: tcp4: Implement writeAyush Singh-6/+53
2025-05-23std: sys: net: uefi: Implement TCP4 connectAyush Singh-28/+170
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-35/+0
2025-02-06sys: net: Add UEFI stubsAyush Singh-0/+369