aboutsummaryrefslogtreecommitdiff
path: root/lib/std/x/os/socket_windows.zig
AgeCommit message (Expand)Author
2021-09-12os: usingnamespace fixes for std.x.os.Socket and std.os.TCPKenta Iwasaki
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-01x/os: {read, write}Vectorized() -> {read, write}Message()Kenta Iwasaki
2021-06-01x/io, x/os: async i/o reactor, cross-platform socket syscalls and bitslithdew
2021-05-10x/os, os: fix setsockopt on windows, simplify Socket.setOption error setlithdew
2021-05-10x/os/socket, std/os/windows: implement loading winsock extensionslithdew
2021-05-10x/os, x/net, os:, fix typos/errors, add missing constants/docslithdew
2021-05-10x/os/socket: use sockaddr_storage for accept()lithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew