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
2021-01-12
define nfds_t for windows
Bill Nagel
2021-01-11
std.os.windows.GetFinalPathNameByHandle: remove intermediate buffers
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: remove QueryInformationFile code path
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: address non-structural review comments
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: replace kernel32 by ntdll call
Rohlem
2021-01-11
introduce std.os.windows.QueryObjectName
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: add test
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: reintroduce kernel32 for compatibility
Rohlem
2021-01-11
Merge pull request #7134 from alexnask/fix_std_fs_watch
Andrew Kelley
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-17
Only check for evented mode in windows.OpenFile when in async mode
Alexandros Naskos
2020-12-14
Implement std.fs.Watch on Windows
Alexandros Naskos
2020-12-09
MoveFileEx can return ACCESS_DENIED
Andrew Kelley
2020-12-09
small fixes and zig fmt
Vexu
2020-11-18
Move utf8->utf16 up one level into os.zig
Lee Cannon
2020-11-18
Switch to RtlSetCurrentDirectory_U
Lee Cannon
2020-11-18
Implement chdir and chdirZ for Windows
Lee Cannon
2020-11-16
std: Make windows.ReadFile allow short reads
LemonBoy
2020-10-22
Merge branch 'improve-windows-networking'
Andrew Kelley
2020-09-30
Merge pull request #6250 from ziglang/stage2-zig-cc
Andrew Kelley
2020-09-29
Windows: Handle ACCESS_DENIED in DeviceIoControl
Ryan Liptak
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-29
Revert "Fix for Windows: std.os.windows.DeleteFile()"
Jakub Konka
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-25
Add clarification comment
Suirad
2020-09-25
Stdlib fix for os.windows.deleteFile to fail with
Suirad
2020-09-21
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-17
Add rename to std.fs API
Ryan Liptak
2020-09-15
std: handle sharing violation when deleting a file on windows
Andrew Kelley
2020-09-10
implement poll for windows with WSAPoll (only available on vista and higher)
Bas van den Berg
2020-09-08
change socklen_t to u32 and add appropriate casts when calling WSA
Bas van den Berg
2020-09-03
os.send(to) and os.recv(from) functions made to work on windows.
Bas van den Berg
2020-09-02
Made some changes and additions to the networking to make it work on windows.
Bas van den Berg
2020-08-30
handle lack of privilege to create symbolic links on windows
Sahnvour
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-19
windows: match the same error code for EBADF
Andrew Kelley
2020-08-19
Add handler for INVALID_HANDLE to prevent infinite loop when stderr is not av...
StrangeBug
2020-08-10
Convert prefix from u8 to u16 programmatically
Jakub Konka
2020-08-10
Validate DOS path before returning
Jakub Konka
2020-08-09
Address some review comments
Jakub Konka
2020-08-07
Fix alignment issue
Jakub Konka
2020-08-07
Redo GetFinalPathNameByHandle using DeviceIoControl
Jakub Konka
2020-08-06
Add docs
Jakub Konka
2020-08-06
Use NtQueryInformationFile unless unavailable
Jakub Konka
2020-08-06
Initial draft of GetFinalPathNameByHandle
Jakub Konka
2020-08-04
zig fmt
Andrew Kelley
2020-07-31
Add prelim `openW` and `openatW`
Jakub Konka
2020-07-31
Use NtCreateFile directly in ReadLink
Jakub Konka
2020-07-31
Move delete file logic into windows.DeleteFile fn
Jakub Konka
[next]