aboutsummaryrefslogtreecommitdiff
path: root/lib/std/x/os/socket_posix.zig
AgeCommit message (Expand)Author
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-06-01os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatibleKenta Iwasaki
2021-06-01x/os: {read, write}Vectorized() -> {read, write}Message()Kenta Iwasaki
2021-06-01os: have sendmsg, recvmsg flags be c_intlithdew
2021-06-01x/io, x/os: async i/o reactor, cross-platform socket syscalls and bitslithdew
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_posix.zig: make linger struct externKenta Iwasaki
2021-05-10x/os/socket: use sockaddr_storage for accept()lithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew