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.zig
Age
Commit message (
Expand
)
Author
2025-10-30
Merge pull request #25763 from mrjbq7/cancelled
John Benediktsson
2025-10-29
std.Io.Threaded: fix openSelfExe for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: fix compilation failures on Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netAccept for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netListen for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirAccess for Windows
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std: move some windows path checking logic
Andrew Kelley
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
fix miscellaneous compilation errors
Andrew Kelley
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-10-27
fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms.
GasInfinity
2025-10-17
windows: Always try using POSIX_SEMANTICS/etc for rename/delete
Ryan Liptak
2025-10-17
windows: make FILE_DISPOSITION_ constants pub
Ryan Liptak
2025-10-15
std.os.windows.CONTEXT: add sp field to getRegs() result for x86
Alex Rønne Petersen
2025-10-10
windows: workaround kernel race condition
Jacob Young
2025-10-10
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree
2025-09-30
replace usages of old std.debug APIs
mlugg
2025-08-08
std.os.windows: map RtlGenRandom() failure to error.SystemResources
Alex Rønne Petersen
2025-08-07
Merge pull request #24199 from Justus2308/24106-fmt-casts
Matthew Lugg
2025-08-05
std: replace various mem copies with `@memmove`
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-15
std.os.windows: restore sendmsg, sendto, recvfrom
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-02
windows: Delete obsolete environment variable kernel32 wrappers and bindings
Ryan Liptak
2025-05-09
std: fix `error.Unexpected` on certain Windows file operations
HydroH
2025-05-01
fix(windows): handle commitment limit error in CreateProcessW
David John
2025-04-30
Fix Unexpected error for 1453 on Windows (#23729)
psbob
2025-04-27
Update Windows ReadFile and WriteFile to recognise Access Denied error when a...
psbob
2025-04-15
Return FileNotFound when CreateProcessW is called with a missing path (#23567)
phatchman
2025-04-11
Merge pull request #23272 from squeek502/getenvw-optim
Andrew Kelley
2025-04-03
std.os.windows.PF: Add ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE.
Alex Rønne Petersen
2025-03-25
support more process creation options on Windows
Jonathan Marler
2025-03-24
windows: Use AccessDenied for ACCESS_DENIED on Windows
Pat Tullmann
2025-03-22
windows: Document Environment pointer
Ryan Liptak
2025-03-04
add FFI & wrappers for NtAllocateVirtualMemory & NtFreeVirtualMemory + add mi...
ziggoon
2025-02-06
std.heap: remove HeapAllocator
Andrew Kelley
2025-01-30
std: fix comptime SemanticVersion expr regression
Michael Dusan
2025-01-26
Update LDR_DATA_TABLE_ENTRY struct
ziggoon
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-11-27
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...
Justin Braben
2024-11-12
std: fix compiler errors
PauloCampana
2024-11-04
zig.h: Improve portability of zig_*_windows_teb() helpers.
Alex Rønne Petersen
2024-11-02
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
Alex Rønne Petersen
2024-11-02
std.os.windows: Fix some incorrect callconv specifiers.
Alex Rønne Petersen
2024-10-29
std.os.windows.WriteFile: Map ERROR_NO_DATA to error.BrokenPipe instead of ER...
Julian Noble
2024-10-19
std: update for new `CallingConvention`
mlugg
[next]