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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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
/
ws2_32.zig
Age
Commit message (
Expand
)
Author
2020-12-31
Year++
Frank Denis
2020-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
2020-10-27
std: Add basic smoke test for net functionality
LemonBoy
2020-10-22
Merge branch 'improve-windows-networking'
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-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
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-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-05
zig fmt
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-02-01
Winsock errors can be an enum
daurnimator
2020-01-02
Implement the callconv() annotation
LemonBoy
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: fix WSAIoctl definition
daurnimator
2019-11-27
std: add windows.closesocket
daurnimator
2019-11-25
zig fmt
Andrew Kelley
2019-11-15
std: add pieces for WSAIoctl on windows
daurnimator
2019-11-15
std: add WSAStartup and WSACleanup for windows
daurnimator
2019-11-14
std: add winsock some definitions
daurnimator