aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
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: 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-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-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
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-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