aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io.zig
AgeCommit message (Expand)Author
2025-11-04Io.Queue: fix empty and full states being indistinguishable.Jacob Young
2025-10-30Io: fix some horrible data races and UAFs caused by `Condition` misuseJacob Young
2025-10-29std.Io: add unit test for selectAndrew Kelley
2025-10-29std.Io: fix Group.wait unsoundnessAndrew Kelley
2025-10-29std.Io.Threaded: implement dirMakeOpenPath for WASIAndrew Kelley
2025-10-29std.Io.Group: fix leak when wait is canceledAndrew Kelley
2025-10-29std.Io: make Evented equal void when unimplementedAndrew Kelley
2025-10-29std.Io: more convenient sleepAndrew Kelley
2025-10-29std.Io: adjust concurrent error setAndrew Kelley
2025-10-29std.Io: add Kqueue implementationAndrew Kelley
2025-10-29std.Io: add dirMakePath and dirMakeOpenPathAndrew Kelley
2025-10-29std.Io: introduce openSelfExeAndrew Kelley
2025-10-29std.Io: add dirCloseAndrew Kelley
2025-10-29std.Io: add dirOpenDir and WASI implAndrew Kelley
2025-10-29std.Io.Threaded: implement dirMake for WASIAndrew Kelley
2025-10-29std.Io: add dirAccessAndrew Kelley
2025-10-29fix miscellaneous compilation failuresAndrew Kelley
2025-10-29std.Io: stub file writing rather than incorrect implAndrew Kelley
2025-10-29std.Io: rename EventLoop to IoUringAndrew Kelley
2025-10-29std.Io.Group: add cancellation support to "wait"Andrew Kelley
2025-10-29std.Io.Queue: add "uncancelable" variants to "get"Andrew Kelley
2025-10-29std.Io: implement SelectAndrew Kelley
2025-10-29std.Io.net.HostName: move lookup to the interfaceAndrew Kelley
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-10-29std.Io.Threaded: implement netListenUnixAndrew Kelley
2025-10-29std.Io.net.Stream.Reader: fix not using bufferAndrew Kelley
2025-10-29std: fix seekBy unit testAndrew Kelley
2025-10-29std.Io: add unix domain sockets APIAndrew Kelley
2025-10-29std.Io: implement dirOpenFileAndrew Kelley
2025-10-29std.Io: implement dirStatPathAndrew Kelley
2025-10-29std.Io: bring back Timestamp but also keep Clock.TimestampAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std.zig.system: upgrade to std.Io.ReaderAndrew 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-29std.Io.net: implement receiving connectionless messagesAndrew Kelley
2025-10-29std.Io: implement netSendAndrew Kelley
2025-10-29std.Io.net: make netSend support multiple messagesAndrew Kelley
2025-10-29std.Io.net.HostName: finish implementing DNS lookupAndrew Kelley
2025-10-29std.Io.Threaded: implement Group.cancelAndrew Kelley
2025-10-29std.Io: implement Group APIAndrew Kelley
2025-10-29std.Io: rename asyncConcurrent to concurrentAndrew Kelley
2025-10-29Io.net: implement more networkingAndrew Kelley
2025-10-29std.Io.net: progress towards DNS resolutionAndrew Kelley
2025-10-29Io.net: use resolve for IPv6Andrew Kelley
2025-10-29std.Io: rename ThreadPool to ThreadedAndrew Kelley
2025-10-29std.Io: extract Dir to separate fileAndrew Kelley
2025-10-29Io.net: partial implementation of dns lookupAndrew Kelley
2025-10-29std: start moving fs.File to IoAndrew Kelley
2025-10-29std.Io.net: partially implement HostName.lookupAndrew Kelley