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
2024-10-05
std.os.windows.ReadFile: handle ERROR_LOCK_VIOLATION
Jonathan Marler
2024-08-28
std.os.windows: Define CONTEXT, RUNTIME_FUNCTION, and KNONVOLATILE_CONTEXT_PO...
Alex Rønne Petersen
2024-08-28
std.os.windows: Implement teb() for thumb.
Alex Rønne Petersen
2024-07-27
Watch.zig: add initial windows implementation
Jarrod Meyer
2024-07-27
windows: reintroduce ReadDirectoryChangesW
Jarrod Meyer
2024-07-27
windows: add Timeout status result for GetQueuedCompletionStatus
Jarrod Meyer
2024-07-27
windows: make the WaitForMultipleObjectsEx assertion inclusive
Jarrod Meyer
2024-07-17
Windows: Rework kernel32 apis
Stephen Gregoratto
2024-07-17
QueryObjectName: Add error union
Stephen Gregoratto
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-05-12
[std] Fixed bug missing optional for lpName param on CreateEventExW. fixes #1...
Ronald Chen
2024-05-11
windows: use permissive file share flags everywhere (#19505)
Georgijs
2024-05-10
std.os.windows: add compileError warning against `TCHAR` & their correspondin...
expikr
2024-05-09
lib/std/os/windows/kernel32: add signature for SetConsoleMode (#18715)
Garfield Lee
2024-04-24
windows.GetFinalPathNameByHandle: Support volumes mounted as paths
Ryan Liptak
2024-04-14
WindowsSdk: fix for new x86_64-windows CI
Jacob Young
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-16
Windows: make FILE_INFO_BY_HANDLE_CLASS a tagged enum
Stephen Gregoratto
2024-03-16
Windows: Add wrappers for `GetCurrent(Process|Thread)` via NT_TIB
Stephen Gregoratto
2024-03-16
Windows: Replace CreatePipe with ntdll implementation
Stephen Gregoratto
2024-03-13
std.os.windows: handle OBJECT_NAME_INVALID in OpenFile (#19288)
Jonathan Marler
2024-03-08
std.os.windows: eliminate usage of `usingnamespace`
mlugg
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-24
std: map NETNAME_DELETED to error.ConnectionResetByPeer
Andrew Kelley
2024-02-16
std.os.windows: add error.UnrecognizedVolume
Andrew Kelley
2024-02-14
std.os.windows.OpenFile: add missing error
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-27
os.windows: Fix missing correction from #18657
Krzysztof Wolicki
2024-01-16
child_process: Use security attributes while creating handle.
xEgoist
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-12-19
File.stat: Support detection of Kind.sym_link on Windows
Ryan Liptak
2023-11-23
Remove std.os.windows.ole32/shell32
Ryan Liptak
2023-11-23
std.os.windows: Add HKEY_CLASSES_ROOT
Ryan Liptak
2023-11-23
std.os.windows: remove volatile from inline asm
Andrew Kelley
2023-11-21
replace qpf and qpc
expikr
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-01
std.os.windows: remove unnecessary `@ptrCast` (#17816)
XXIV
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
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-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-17
return error.AlreadyTerminated from std.ChildProcess.kill when necessary
Ben Crist
2023-10-17
windows: fix ReadLink not using a synchronous file handle
kcbanner
[prev]
[next]