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
2020-06-26
new allocator interface
Jonathan Marler
2020-06-20
zig fmt
Andrew Kelley
2020-06-01
Merge pull request #5475 from marler8997/windowsDns
Andrew Kelley
2020-05-31
more windows network fixes
Jonathan Marler
2020-05-30
Fix WSARecvFrom signature
Alexandros Naskos
2020-05-29
more windows network support, including dns
Jonathan Marler
2020-05-07
Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntax
Andrew Kelley
2020-05-07
Removed GetModuleHandleA from user32
Jens Goldberg
2020-05-07
Removed duplicate WM_ACTIVATE
Jens Goldberg
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-22
std: Implement progress for Windows
LemonBoy
2020-04-15
translate-c cleanup and zig fmt
Vexu
2020-04-14
Added gdi32.zig and More user32 definitions
Jakub
2020-04-12
std: add some basic windows user32 definitions
daurnimator
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-13
Add NtDll-based ftruncate implementation
LemonBoy
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-06
Merge pull request #4651 from LemonBoy/fix-4645
Andrew Kelley
2020-03-06
?HMODULE instead of HMODULE
Andrew Kelley
2020-03-06
std: Work around unexported NtCurrentTeb
LemonBoy
2020-03-06
std: Nicer way to access the PEB
LemonBoy
2020-03-01
Merge pull request #4585 from LemonBoy/fix-4581
Andrew Kelley
2020-03-01
Complete windows PEB_LDR_DATA definition
daurnimator
2020-03-01
Fill out PEB definition
daurnimator
2020-02-29
target: Implement OS version detection for Windows
LemonBoy
2020-02-22
improve handling of environment variables on Windows
Andrew Kelley
2020-02-16
implement os.faccessat for Windows
Andrew Kelley
2020-02-10
Revert "windows: remove the 'A' versions of psapi functions"
Andrew Kelley
2020-02-10
windows: remove the 'A' versions of psapi functions
Andrew Kelley
2020-02-02
Merge pull request #4352 from LemonBoy/fix-4349
Andrew Kelley
2020-02-01
Winsock errors can be an enum
daurnimator
2020-02-01
windows: Minor changes to psapi prototypes
LemonBoy
2020-02-01
Run `zig fmt`
LemonBoy
2020-01-31
Merge pull request #4340 from daurnimator/ntstatus-as-enum
Andrew Kelley
2020-02-01
windows: Add GetCurrentProcess definition
LemonBoy
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-30
Remove intCast's
Rocknest
2020-01-30
Fix aarch64
Rocknest
2020-01-29
Reorganize definitions
Rocknest
2020-01-07
Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-11-27
std: lie about windows socklen_t signed-ness
daurnimator
2019-11-27
std: add more winsock functions
daurnimator
2019-11-27
std: windows sockaddr constants come from ws2_32
daurnimator
2019-11-27
std: add windows.USHORT definition
daurnimator
[next]