| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-19 | std.Io.net: disable `listen on a unix socket, send bytes, receive bytes` on ↵ | Alex Rønne Petersen | |
| Windows https://github.com/ziglang/zig/issues/25983 | |||
| 2025-11-13 | std.Io.net: fix off-by-one in HostName.expand | 0x4a61636f62 | |
| `HostName.expand` was including the null terminator in the slice passed to `HostName.init`, which caused `HostName.validate` to fail. | |||
| 2025-10-29 | std.Io.net: skip testing netInterfaceNameResolve on Windows | Andrew Kelley | |
| let's handle this in a follow-up change. implementation needs to use ConvertInterfaceNameToLuidW and the additional dependency on Iphlpapi.dll poses some challenges. | |||
| 2025-10-29 | std.Io.Threaded: fix compilation failures on Windows | Andrew Kelley | |
| 2025-10-29 | fix miscellaneous compilation failures | Andrew Kelley | |
| 2025-10-29 | std.Io: implement Select | Andrew Kelley | |
| and finish implementation of HostName.connect | |||
| 2025-10-29 | std.Io.Threaded: implement netListenUnix | Andrew Kelley | |
| 2025-10-29 | std.net: IPv6 parsing fixes | Andrew Kelley | |
| 2025-10-29 | std.Io.net: fix parsing IPv4-mapped IPv6 addresses | Andrew Kelley | |
| 2025-10-29 | std.Io: add unix domain sockets API | Andrew Kelley | |
| note that "reuseaddr" does nothing for these | |||
| 2025-10-29 | std: updating to std.Io interface | Andrew Kelley | |
| got the build runner compiling | |||
| 2025-10-29 | WIP: hack away at std.Io return flight | Andrew Kelley | |
| 2025-10-29 | WIP: hack at std.Io on a plane | Andrew Kelley | |
| 2025-10-29 | WIP land the std.Io interface | Andrew Kelley | |
| fix std lib compilation errors caused by introducing std.Io | |||
