aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io/net/test.zig
AgeCommit message (Expand)Author
2025-11-19std.Io.net: disable `listen on a unix socket, send bytes, receive bytes` on W...Alex Rønne Petersen
2025-11-13std.Io.net: fix off-by-one in HostName.expand0x4a61636f62
2025-10-29std.Io.net: skip testing netInterfaceNameResolve on WindowsAndrew Kelley
2025-10-29std.Io.Threaded: fix compilation failures on WindowsAndrew Kelley
2025-10-29fix miscellaneous compilation failuresAndrew Kelley
2025-10-29std.Io: implement SelectAndrew Kelley
2025-10-29std.Io.Threaded: implement netListenUnixAndrew Kelley
2025-10-29std.net: IPv6 parsing fixesAndrew Kelley
2025-10-29std.Io.net: fix parsing IPv4-mapped IPv6 addressesAndrew Kelley
2025-10-29std.Io: add unix domain sockets APIAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29WIP: hack away at std.Io return flightAndrew Kelley
2025-10-29WIP: hack at std.Io on a planeAndrew Kelley
2025-10-29WIP land the std.Io interfaceAndrew Kelley