aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/test.zig
AgeCommit message (Expand)Author
2025-10-29std.Io.Threaded: implement netListen for WindowsAndrew Kelley
2025-07-08update format strings in os/windows/test.zigAndrew Kelley
2024-11-02std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.Alex Rønne Petersen
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-16Windows: Replace CreatePipe with ntdll implementationStephen Gregoratto
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2023-11-29Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)David Rubin
2023-08-11Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...Ryan Liptak
2023-05-29Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/...Jacob Young
2023-05-29Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p...Andrew Kelley
2023-05-29Windows: Support UNC, rooted, drive relative, and namespaced/device pathsRyan Liptak
2023-03-01Fixes #13893 - some standard library networking tests are failing on WindowsBinary Craft
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-21handle relative paths with too many ".."Jonathan Marler
2021-05-20implement nt path conversion for windowsJonathan Marler