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
/
bits
/
windows.zig
Age
Commit message (
Expand
)
Author
2021-01-12
define nfds_t for windows
Bill Nagel
2020-12-31
Year++
Frank Denis
2020-10-27
std: Add basic smoke test for net functionality
LemonBoy
2020-09-10
implement poll for windows with WSAPoll (only available on vista and higher)
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-20
add license header to all std lib files
Andrew Kelley
2020-08-04
zig fmt
Andrew Kelley
2020-07-31
Add prelim `openW` and `openatW`
Jakub Konka
2020-05-31
more windows network fixes
Jonathan Marler
2020-05-29
more windows network support, including dns
Jonathan Marler
2020-03-08
Use os.ino_t for everything
LeRoyce Pearson
2020-02-06
more std lib async I/O integration
Andrew Kelley
2019-11-27
std: windows sockaddr constants come from ws2_32
daurnimator
2019-11-14
std: add windows socket constants
daurnimator
2019-11-10
add sockaddr_un to os/bits/windows
Luna
2019-10-30
make std.net more portable
Andrew Kelley
2019-10-21
[wip] use NtDll APIs on Windows to implement std.fs.Dir
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley