aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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.os.linux.IoUring: use linux msghdrAndrew Kelley
2025-10-29std.Io.Threaded: add ioBasic which disables networkingAndrew Kelley
2025-10-29objcopy: update for std.Io APIAndrew Kelley
2025-10-29std.Io.Threaded: implement fileStat for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: stub netConnectUnix for WindowsAndrew Kelley
2025-10-29incr-check: windows source files depend on ws2_32Andrew 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-29fix some std.Io compilation failuresAndrew 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: fix build failure on wasm32-freestandingAndrew 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.os.windows.ws2_32: remove 'A' variantsAndrew 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: back out the StackTrace byval changesAndrew Kelley
2025-10-29std.Io.Threaded: implement netConnectIp for WindowsAndrew Kelley
2025-10-29update some tests and tools for new Io APIsAndrew Kelley
2025-10-29resinator: update for new Io APIsAndrew 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.posix: fix compilation on wasm32-freestandingAndrew Kelley
2025-10-29std.posix: untangle getRandomBytesDevURandom from Io.ReaderAndrew Kelley
2025-10-29compiler: upgrade unit tests to new APIAndrew 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.debug.SelfInfo: add missing io parameter to getSymbolAndrew Kelley