aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io
AgeCommit message (Expand)Author
2025-10-29std.Io.Threaded: implement futexes for freebsdAndrew Kelley
2025-10-29std.Io.Threaded: don't skip executing canceled group closuresAndrew Kelley
2025-10-29link: move the windows kernel bug workaround to Io implementationAndrew Kelley
2025-10-29std.Io.Threaded: fix openSelfExe for WindowsAndrew Kelley
2025-10-29std.Io.net.HostName: fix missing group cancelAndrew Kelley
2025-10-29std.Io.net: skip testing netInterfaceNameResolve on WindowsAndrew Kelley
2025-10-29std.Io.Threaded: fix compilation on pthreads linuxAndrew Kelley
2025-10-29std.Io.Threaded: implement netWrite for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement netRead for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement cancellation for pthreadsAndrew Kelley
2025-10-29std.Io.Threaded: closures must always be run even when canceledAndrew Kelley
2025-10-29std.Io: adjust concurrent error setAndrew Kelley
2025-10-29std.Io.net: make it easier to use netReceiveMany correctlyAndrew Kelley
2025-10-29std.Io.Threaded: add ioBasic which disables networkingAndrew Kelley
2025-10-29std.Io.Threaded: implement fileStat for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: stub netConnectUnix for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: stub netListenUnix for WindowsAndrew Kelley
2025-10-29std.Io.Kqueue: implement wait queue per fdAndrew Kelley
2025-10-29std.Io.Kqueue: add missing Thread deinit logicAndrew Kelley
2025-10-29std.Io.Kqueue: implement EAGAIN logic for netReadAndrew Kelley
2025-10-29std.Io.Kqueue: implement netReadAndrew Kelley
2025-10-29std.Io.Threaded: fix setting of O_NONBLOCK flagAndrew Kelley
2025-10-29std.Io.Kqueue: implement netConnectAndrew Kelley
2025-10-29std.Io.Kqueue: implement netSendAndrew Kelley
2025-10-29concurrent and awaitAndrew Kelley
2025-10-29one kqueue per threadAndrew Kelley
2025-10-29revert adding asyncDetachedAndrew Kelley
2025-10-29add bindAndrew Kelley
2025-10-29std.Io: add Kqueue implementationAndrew Kelley
2025-10-29std.Io.net.Socket.send: fix compilation errorsAndrew Kelley
2025-10-29std.Io.Threaded: fix sending invalid pointerAndrew Kelley
2025-10-29std.Io.Threaded: fix signature of dirMakeOpenPathWasiAndrew Kelley
2025-10-29std.Io.Threaded: delete Windows implementation of if_nametoindexAndrew Kelley
2025-10-29std.process.Child: update for std.Io changesAndrew Kelley
2025-10-29std.Io.Threaded: implement netLookup for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement Windows futex functionsAndrew Kelley
2025-10-29std.Io.Threaded: fix compilation failures on WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement netConnectIp for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement netBindIp for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement netAccept for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement netListen for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirOpenDirAndrew Kelley
2025-10-29std.Io: add dirMakePath and dirMakeOpenPathAndrew Kelley
2025-10-29std.Io: introduce openSelfExeAndrew Kelley
2025-10-29std.Io.Threaded: implement dirOpenFile for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirCreateFile for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirAccess for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirStatPath for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: add dirMake for WindowsAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley