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
2022-09-07
x86_64: implement Windows x64 calling convention
Jakub Konka
2022-06-07
add const to msghdr_const iov and control pointers
Jonathan Marler
2022-05-11
remove RtlUpcaseUnicodeString, no longer needed
Jonathan Marler
2022-05-11
fix ntdll extern casing
Jonathan Marler
2022-05-11
add unicode support
Jonathan Marler
2022-05-11
Add `process.EnvMap`, a platform-independent environment variable map
Ryan Liptak
2022-05-11
Merge pull request #10595 from squeek502/getenvW-case
Andrew Kelley
2022-04-23
add GetProcessTimes binding to the kernel32.zig (#11488)
Morritz
2022-02-19
os.getenvW: Fix case-insensitivity for Unicode env var names
Ryan Liptak
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
2022-01-15
std.os.windows: add ntdll thread information APIs
viri
2022-01-15
std.os.windows: fix casing for `ntdll.lib`
viri
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-20
adding support for UTF-8 output
HugoFlorentino
2021-09-16
Set the Storage socket sizes to be system defined
Stephen Gregoratto
2021-09-14
Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINE
Travis Martin
2021-09-12
os: usingnamespace fixes for std.x.os.Socket and std.os.TCP
Kenta Iwasaki
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-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `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-07-22
Fixed compile error: 'bMenu' needs to casted. (#9426)
Michal Ziulek
2021-07-07
Fixed builtin.Target -> std.Target
Carlos Zúñiga
2021-06-29
std: implement a cross platform file locking abstraction
Andrew Kelley
2021-06-29
implement std.fs.File.setLock for Windows
Andrew Kelley
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-13
std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY`
viri
2021-06-12
std.Thread.Futex addition (#9070)
protty
2021-06-11
std.os.windows: implement <timeapi.h> (#8801)
viri
2021-06-09
std.Progress: use `*W` functions on windows
viri
2021-06-09
windows: remove `TCHAR` idiom entirely
viri
2021-06-01
os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible
Kenta Iwasaki
2021-06-01
os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage`
Kenta Iwasaki
2021-06-01
x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits
lithdew
2021-05-22
Merge pull request #7664 from marler8997/fixWindowsPaths
Andrew Kelley
2021-05-21
handle relative paths with too many ".."
Jonathan Marler
2021-05-20
Merge pull request #8776 from notviri/windows-wm-constants
Andrew Kelley
2021-05-20
implement nt path conversion for windows
Jonathan Marler
2021-05-15
remove range constants
viri
2021-05-14
std: re-add weird undocumented Win32 constants
viri
2021-05-14
std: fix & add os.windows.user32 WM constants
viri
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-10
std/os/windows/ws2_32: add missing FIONBIO constant
lithdew
[next]