aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-10-29std.Io.net.HostName: fix connectMany not running DNS asyncAndrew Kelley
2025-10-29std.Io.Threaded: fix getaddrinfo usageAndrew Kelley
2025-10-29fix miscellaneous compilation failuresAndrew Kelley
2025-10-29std: make IPv6 address parsing system-independentAndrew Kelley
2025-10-29std: move DNS record enum to a better namespaceAndrew Kelley
2025-10-29std.Io.Threaded: implement futexes on darwinAndrew Kelley
2025-10-29std.Io.Threaded: add support for getaddrinfoAndrew Kelley
2025-10-29std: fix macos compilation errorsAndrew 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.Threaded: wrangle TODOsAndrew Kelley
2025-10-29std.Io.Group: add cancellation support to "wait"Andrew Kelley
2025-10-29std.Io.Threaded: rename from "pool"Andrew Kelley
2025-10-29std.Io.net.HostName.connect: fix resource leaksAndrew Kelley
2025-10-29std.Io.net.Stream: add "const" variant to "close"Andrew Kelley
2025-10-29std.Io.Queue: add "uncancelable" variants to "get"Andrew Kelley
2025-10-29std.net.HostName.connect: rework to avoid waiting for DNSAndrew Kelley
2025-10-29std.Io: implement SelectAndrew Kelley
2025-10-29std.Io.net.HostName: move lookup to the interfaceAndrew Kelley
2025-10-29std.Io.Threaded: import std.Io.netAndrew Kelley
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-10-29std.fs.File: begrudgingly add back deprecated APIsAndrew Kelley
2025-10-29std.Io.Threaded: implement connecting to unix socketsAndrew Kelley
2025-10-29std.Io.Threaded: implement netListenUnixAndrew Kelley
2025-10-29std.Io.File: add WouldBlock to the error setAndrew Kelley
2025-10-29std.net: IPv6 parsing fixesAndrew Kelley
2025-10-29std.Io.net.HostName: fix DNS resolutionAndrew Kelley
2025-10-29std.Io.net: fix parsing IPv4-mapped IPv6 addressesAndrew Kelley
2025-10-29std.Io.net.Stream.Reader: fix not using bufferAndrew Kelley
2025-10-29std.Io.Threaded.netReadPosix: support cancelationAndrew Kelley
2025-10-29std: fix seekBy unit testAndrew Kelley
2025-10-29progress towards compiler building againAndrew Kelley
2025-10-29std.Io: add unix domain sockets APIAndrew Kelley
2025-10-29std.Uri: fix compilation errorAndrew Kelley
2025-10-29std.crypto.Certificate.Bundle: remove use of File.readAllAndrew Kelley
2025-10-29Add missing clobbers to context switchingLukas Lalinsky
2025-10-29fix compilation errors introduced by rebasingAndrew Kelley
2025-10-29std.Io: implement dirOpenFileAndrew Kelley
2025-10-29std.Io: implement dirStatPathAndrew Kelley
2025-10-29std: fix some Io compilation errorsAndrew Kelley
2025-10-29std.Io: implement dirMakeAndrew Kelley
2025-10-29std.mem: improve containsAtLeastScalar implementation and renameAndrew Kelley
2025-10-29std.Io: bring back Timestamp but also keep Clock.TimestampAndrew Kelley
2025-10-29std.Io: implement fileStatAndrew Kelley
2025-10-29remove bad assertAndrew 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-29WIP land the std.Io interfaceAndrew Kelley