aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-29std.Io.net.Server: refine AcceptError setAndrew Kelley
2025-10-29std.Io.Threaded: fix netWrite cancellationAndrew Kelley
2025-10-29std.Io.Threaded: implement dirCreateFile for WASIAndrew Kelley
2025-10-29std.Io.Threaded: implement dirMake for WASIAndrew Kelley
2025-10-29std.Io.Threaded: handle ECANCELEDAndrew Kelley
2025-10-29std.Io: add dirAccessAndrew Kelley
2025-10-29fix miscellaneous compilation errorsAndrew Kelley
2025-10-29std: fix compilation errors on macosAndrew Kelley
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-29README: LLVM-less builds are more capable nowAndrew 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-29coff linker: don't check the timeAndrew 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-29add BRANCH_TODO fileAndrew 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