aboutsummaryrefslogtreecommitdiff
path: root/lib/std/x/os/socket.zig
AgeCommit message (Expand)Author
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
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: replace std.builtin with std.Target.currentKenta Iwasaki
2021-06-01x/os, x/tcp: fix Socket.Message init values and tcp test buf lenlithdew
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/net/tcp, x/os/socket: tcp.Client.{Reader, Writer}lithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew