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
Age
Commit message (
Expand
)
Author
2025-10-31
std.os.windows: eliminate forwarder function in kernel32 (#25766)
qilme
2025-10-30
Merge pull request #25763 from mrjbq7/cancelled
John Benediktsson
2025-10-29
std: fix definition of ws2_32.GetAddrInfoExW
Andrew Kelley
2025-10-29
std.Io.Threaded: fix openSelfExe for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: delete Windows implementation of if_nametoindex
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netLookup for Windows
Andrew Kelley
2025-10-29
std.os.windows.ws2_32: remove 'A' variants
Andrew Kelley
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
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-03-25
support more process creation options on Windows
Jonathan Marler
2025-03-04
add FFI & wrappers for NtAllocateVirtualMemory & NtFreeVirtualMemory + add mi...
ziggoon
2025-02-13
std.time: more precise `nanoTimestamp` in windows
Ali Cheraghi
2025-02-06
std.heap: remove HeapAllocator
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2024-11-02
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
Alex Rønne Petersen
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-08-03
std.os.windows.tls: Set `AddressOfCallBacks` to `&__xl_a + 1`.
Alex Rønne Petersen
2024-08-03
std.os.windows.tls: Only define _tls_array when targeting MSVC.
Alex Rønne Petersen
2024-08-03
std.os.windows.tls: Slightly improve type safety.
Alex Rønne Petersen
2024-08-03
std.os.windows.tls: Change type of `_tls_start`/`_tls_end` to `*anyopaque`.
Alex Rønne Petersen
2024-08-03
std: Move start_windows_tls.zig to os/windows/tls.zig.
Alex Rønne Petersen
2024-07-29
Fix compile error due to GetModuleFileNameW binding change
Ryan Liptak
2024-07-27
windows: reintroduce ReadDirectoryChangesW
Jarrod Meyer
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-17
Windows: Rework kernel32 apis
Stephen Gregoratto
2024-07-13
Replace GetCommandLineW with PEB access, delete GetCommandLine bindings
Ryan Liptak
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-28
std.Progress: Use Windows console API calls when ANSI escape codes are not su...
Ryan Liptak
2024-05-12
[std] Fixed bug missing optional for lpName param on CreateEventExW. fixes #1...
Ronald Chen
2024-05-09
lib/std/os/windows/kernel32: add signature for SetConsoleMode (#18715)
Garfield Lee
2024-04-23
std.process.Child: Mitigate arbitrary command execution vulnerability on Wind...
Ryan Liptak
2024-03-21
std.os.windows: add POLL.IN and POLL.OUT
Michael Ortmann
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
2024-01-23
os.windows: Fix error 258 name in Win32Error
Krzysztof Wolicki
2024-01-09
add ability to open dlls with platform-specific flags (#18370)
Matthew Wozniak
2023-12-22
Correct `CreateProcessW` parameter types
Carl Åstholm
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-11-23
Remove std.os.windows.ole32/shell32
Ryan Liptak
2023-11-22
add missing timeval struct
Mikko Kaihlavirta
2023-11-21
replace qpf and qpc
expikr
2023-11-03
start.zig: Replace kernel32 usage with ntdll
Ryan Liptak
2023-10-29
std.os.windows additions and fixes
Kamil T
2023-10-29
std: delete psapi, gdi32, and winmm
Andrew Kelley
2023-10-28
delete std.os.windows.user32
Andrew Kelley
2023-08-11
Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...
Ryan Liptak
2023-07-28
windows_sdk.zig: Reinstate COM ISetupEnumInstances logic
Ryan Liptak
[next]