aboutsummaryrefslogtreecommitdiff
path: root/lib/std/x
AgeCommit message (Expand)Author
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
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_posix.zig: make linger struct externKenta Iwasaki
2021-05-10x/os/socket: use sockaddr_storage for accept()lithdew
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
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-05std: fix compile errors found by stage2Andrew Kelley
2021-05-05x/net: fix tcp tests for openbsd and add missing `fmt` importlithdew
2021-05-03x/net/ip: add copyright headerlithdew
2021-05-03x/net: generalize `tcp.Address` into `ip.Address`lithdew
2021-05-03x/net/tcp: make tcp tests blocking to avoid unit test raceslithdew
2021-05-03x/os/net: skip ipv6 scope id parse test on unsupported platformslithdew
2021-05-03x/net: disable tcp tests on wasilithdew
2021-05-03x/os: fix compile errors on mac and linuxlithdew
2021-05-03x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp`lithdew
2021-05-03x/os, x/net: layout tcp, ipv4/ipv6, and socket abstractionslithdew
2021-04-25x: fmt source codelithdew
2021-04-25x, x/os/Socket: initial work on new Socket abstractionlithdew