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
/
kernel32.zig
Age
Commit message (
Expand
)
Author
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-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-07-29
Fix compile error due to GetModuleFileNameW binding change
Ryan Liptak
2024-07-27
windows: reintroduce ReadDirectoryChangesW
Jarrod Meyer
2024-07-17
Windows: Rework kernel32 apis
Stephen Gregoratto
2024-07-13
Replace GetCommandLineW with PEB access, delete GetCommandLine bindings
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-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-21
replace qpf and qpc
expikr
2023-10-29
std.os.windows additions and fixes
Kamil T
2023-03-19
Fix GetFileInformationByHandle compile error (#14829)
Reuben Dunnington
2023-03-15
add std.process.totalSystemMemory
Andrew Kelley
2023-01-23
std: eliminate pointless meta.assumeSentinel() usage
Isaac Freund
2023-01-08
windows: rework DebugInfo to use less file operations and fix some memory man...
kcbanner
2023-01-04
debug: replace RtlCaptureStackBackTrace (which was spuriously failing) with a...
Casey Banner
2022-12-18
standalone tests: Add windows spawn test
Ryan Liptak
2022-11-28
windows: fix signature of kernel32.RegOpenKeyExW to use *HKEY
Jakub Konka
2022-11-28
windows: use RtlQueryRegistryValues to query reg in a single syscall
Jakub Konka
2022-11-28
windows: add processor feature enumeration
Jakub Konka
2022-09-07
x86_64: implement Windows x64 calling convention
Jakub Konka
2022-04-23
add GetProcessTimes binding to the kernel32.zig (#11488)
Morritz
2022-02-15
Merge pull request #10003 from viriuwu/nt-thread-name
Veikka Tuominen
2022-02-15
std.Thread(windows): use NT internals for name fns
viri
2022-02-11
validate in Windows using VirtualQuery
m
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-09-20
adding support for UTF-8 output
HugoFlorentino
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-29
windows/kernel32: add LocalFree, SetThreadDescription and GetThreadDescription
Vincent Rischmann
2021-06-18
finish ChildProcess collectOutputWindows
Jonathan Marler
2021-06-17
std: Use WINAPI instead of .Stdcall
LemonBoy
2021-06-17
std: Avoid deadlocking in ChildProcess.exec
LemonBoy
2021-06-09
std.Progress: use `*W` functions on windows
viri
2021-06-09
windows: remove `TCHAR` idiom entirely
viri
2021-05-21
handle relative paths with too many ".."
Jonathan Marler
2021-05-10
std/os, x/os/socket: windows support, socket helpers, getpeername()
lithdew
2021-01-24
fix windows bug in Progress.zig
Timon Kruiper
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-11
Merge pull request #7195 from Aransentin/master
Andrew Kelley
2021-01-11
Merge pull request #7134 from alexnask/fix_std_fs_watch
Andrew Kelley
2020-12-31
Year++
Frank Denis
[next]