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
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-11
std.os.windows.GetFinalPathNameByHandle: address non-structural review comments
Rohlem
2021-01-11
introduce std.os.windows.QueryObjectName
Rohlem
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
2021-01-06
fix LRESULT and LPARAM typedefs
Jonathan Marler
2020-12-31
Year++
Frank Denis
2020-12-14
Implement std.fs.Watch on Windows
Alexandros Naskos
2020-12-09
small fixes and zig fmt
Vexu
2020-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-22
UnregisterClassW needs WINAPI as well
Aransentin
2020-11-22
Fixed bugs, style suggestions
Aransentin
2020-11-22
Ensure the dynamic function has the same type as the static one
Jens Goldberg
2020-11-22
user32 cleanup, added wrappers and additional functions
Aransentin
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
2020-11-18
Switch to RtlSetCurrentDirectory_U
Lee Cannon
2020-11-18
Implement chdir and chdirZ for Windows
Lee Cannon
2020-11-04
Add missing LONG_PTR type
rageoholic
2020-11-04
Fix CoInitializeEx so it can take a null pointer
rageoholic
2020-10-27
std: Add basic smoke test for net functionality
LemonBoy
2020-10-22
Merge branch 'improve-windows-networking'
Andrew Kelley
2020-10-15
fixups regarding windows wide strings
Andrew Kelley
2020-10-15
Merge branch '5002-fix-entrypoint-with-winmain' of https://github.com/Anthony...
Andrew Kelley
2020-10-06
Update zig files for opaque type syntax
Tadeo Kondrak
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-08
Merge branch 'master' into improve-windows-networking
Bas
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-03
update uses of deprecated type field access
Vexu
2020-09-03
os.send(to) and os.recv(from) functions made to work on windows.
Bas van den Berg
2020-09-02
Add the sync functions
Aransentin
2020-09-02
Made some changes and additions to the networking to make it work on windows.
Bas van den Berg
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-09
Address some review comments
Jakub Konka
2020-08-07
Redo GetFinalPathNameByHandle using DeviceIoControl
Jakub Konka
2020-08-06
Initial draft of GetFinalPathNameByHandle
Jakub Konka
2020-07-27
Replace DeviceIoControl with FsControlFile
Jakub Konka
2020-07-22
Start drafting CreateSymbolicLink using ntdll syscalls
Jakub Konka
2020-07-22
Refactor
Jakub Konka
2020-07-22
Fix unlinkatW to allow file symlink deletion on Windows
Jakub Konka
2020-07-22
Use NtCreateFile to get handle to reparse point
Jakub Konka
2020-07-22
Fix incorrect byte format of REPARSE_DATA_BUFFER struct
Jakub Konka
2020-07-22
Use windows.CreateFileW to open the reparse point
Jakub Konka
2020-07-22
Finish symlink implementation on Windows
Jakub Konka
2020-07-22
Add readlink smoke test
Jakub Konka
2020-07-22
Start drafting out os.readlink on Windows
Jakub Konka
2020-07-20
Merge branch 'master' of https://github.com/ziglang/zig into 5002-fix-entrypo...
Anthony Arian
2020-06-26
new allocator interface
Jonathan Marler
2020-06-20
zig fmt
Andrew Kelley
2020-06-15
Implement WinMain Callers that Pass Valid Params
Anthony Arian
[next]