index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
windows
/
test.zig
Age
Commit message (
Expand
)
Author
2025-10-29
std.Io.Threaded: implement netListen for Windows
Andrew Kelley
2025-07-08
update format strings in os/windows/test.zig
Andrew Kelley
2024-11-02
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
Alex Rønne Petersen
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-16
Windows: Replace CreatePipe with ntdll implementation
Stephen Gregoratto
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-08-11
Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...
Ryan Liptak
2023-05-29
Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/...
Jacob Young
2023-05-29
Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p...
Andrew Kelley
2023-05-29
Windows: Support UNC, rooted, drive relative, and namespaced/device paths
Ryan Liptak
2023-03-01
Fixes #13893 - some standard library networking tests are failing on Windows
Binary Craft
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-05-21
handle relative paths with too many ".."
Jonathan Marler
2021-05-20
implement nt path conversion for windows
Jonathan Marler