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
2020-06-04
std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY status
Ryan Liptak
2020-06-04
Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a ...
Ryan Liptak
2020-06-01
Fix evented builds on windows with runtime safety on
Alexandros Naskos
2020-05-25
fix regression in std.os.windows.fromSysTime
Andrew Kelley
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-02
fix regressions in windows std lib tests
Andrew Kelley
2020-05-02
std.event.Loop: promote the fs thread to be available for all OS's
Andrew Kelley
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-05-01
Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...
Andrew Kelley
2020-04-27
std: support `/` in Windows paths
Andrew Kelley
2020-04-14
Added gdi32.zig and More user32 definitions
Jakub
2020-04-12
std: add some basic windows user32 definitions
daurnimator
2020-04-07
Add lock_nonblocking flag for creating or opening files
LeRoyce Pearson
2020-04-07
Fix file locking on windows
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-30
std: fix compile error since WinsockError was changed
daurnimator
2020-03-27
fix behavior test with --test-evented-io on windows
Timon Kruiper
2020-03-23
Block until file is unlocked on windows
LeRoyce Pearson
2020-03-23
Fix compile error on windows
LeRoyce Pearson
2020-03-19
test & docs fixups to work with new semantics
Andrew Kelley
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-11
windows: detect HANDLE_EOF in ReadFile
Andrew Kelley
2020-03-07
add missing errors to std.os.windows.CreateDirectoryError
Andrew Kelley
2020-03-06
std: Work around unexported NtCurrentTeb
LemonBoy
2020-03-06
std: Nicer way to access the PEB
LemonBoy
2020-03-03
breaking changes to std.fs, std.os
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-01
Winsock errors can be an enum
daurnimator
2020-01-31
Merge pull request #4340 from daurnimator/ntstatus-as-enum
Andrew Kelley
2020-01-31
windows: Add psapi API
LemonBoy
2020-01-31
Turn win32 errors into a non-exhaustive enum
daurnimator
2020-01-31
NTSTATUS is a non-exhaustive enum
daurnimator
2020-01-11
Add WaitForSingleObject function to std.os.windows
Jonathan Marler
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-12-08
update docs to new fmt API
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-02
Merge pull request #3715 from daurnimator/towards-afd
Andrew Kelley
2019-11-29
fix windows std lib regressions
Andrew Kelley
2019-11-27
std: fix WSAIoctl definition
daurnimator
2019-11-27
std: add windows.closesocket
daurnimator
2019-11-27
std: fix windows.GetOverlappedResult
daurnimator
2019-11-27
std: improved windows.DeviceIoControl
daurnimator
2019-11-27
std: add CreateEvent for windows
daurnimator
2019-11-27
std: add WaitForMultipleObjects for windows
daurnimator
2019-11-27
std: add alertable argument for windows.WaitForSingleObject
daurnimator
2019-11-25
zig fmt
Andrew Kelley
2019-11-25
add missing null terminator in windows file path helper function
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
[next]