zig/lib/std/Io
Andrew Kelley f9de83c90e std.Io.net: skip testing netInterfaceNameResolve on Windows
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 06:20:51 -07:00
..
net std.Io.net: skip testing netInterfaceNameResolve on Windows 2025-10-29 06:20:51 -07:00
Reader Fix Reader.Limited end of stream conditions 2025-10-08 17:24:38 -07:00
Dir.zig std.Io: add dirMakePath and dirMakeOpenPath 2025-10-29 06:20:50 -07:00
File.zig std.Io: introduce openSelfExe 2025-10-29 06:20:50 -07:00
IoUring.zig std.Io: adjust concurrent error set 2025-10-29 06:20:51 -07:00
Kqueue.zig std.Io: adjust concurrent error set 2025-10-29 06:20:51 -07:00
net.zig std.Io.net: make it easier to use netReceiveMany correctly 2025-10-29 06:20:51 -07:00
Reader.zig std.Io.Reader: rework peekDelimiterInclusive 2025-10-08 19:30:36 -07:00
test.zig std.Io: implement dirStatPath 2025-10-29 06:20:49 -07:00
Threaded.zig std.Io.Threaded: fix compilation on pthreads linux 2025-10-29 06:20:51 -07:00
tty.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
Writer.zig fix compilation errors introduced by rebasing 2025-10-29 06:20:49 -07:00