aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-29std.Io.Threaded: add dirMake for WindowsAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std.Io.net.HostName.ResolvConf: ignore nameservers above maxAndrew Kelley
2025-10-29std.Io: add dirCloseAndrew Kelley
2025-10-29std: move some windows path checking logicAndrew Kelley
2025-10-29std.fs: use BadPathName rather than InvalidWtf8 on WindowsAndrew Kelley
2025-10-29aro: avoid asking for the timeAndrew Kelley
2025-10-29std: accessZ -> accessAndrew Kelley
2025-10-29std.Io.Threaded: fix -fsingle-threaded buildAndrew Kelley
2025-10-29std.Io: add dirOpenDir and WASI implAndrew Kelley
2025-10-29std.Io.Threaded: implement dirOpenFile for WASIAndrew Kelley
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