| Age | Commit message (Expand) | Author |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-10 | x/os, os: fix setsockopt on windows, simplify Socket.setOption error set | lithdew |
| 2021-05-10 | x/os/socket, std/os/windows: implement loading winsock extensions | lithdew |
| 2021-05-10 | x/os, x/net, os:, fix typos/errors, add missing constants/docs | lithdew |
| 2021-05-10 | x/os/socket_posix.zig: make linger struct extern | Kenta Iwasaki |
| 2021-05-10 | x/os/socket: use sockaddr_storage for accept() | lithdew |
| 2021-05-10 | x/net/tcp, x/os/socket: tcp.Client.{Reader, Writer} | lithdew |
| 2021-05-10 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-08 | std: update usage of std.testing | Veikka Tuominen |
| 2021-05-05 | std: fix compile errors found by stage2 | Andrew Kelley |
| 2021-05-05 | x/net: fix tcp tests for openbsd and add missing `fmt` import | lithdew |
| 2021-05-03 | x/net/ip: add copyright header | lithdew |
| 2021-05-03 | x/net: generalize `tcp.Address` into `ip.Address` | lithdew |
| 2021-05-03 | x/net/tcp: make tcp tests blocking to avoid unit test races | lithdew |
| 2021-05-03 | x/os/net: skip ipv6 scope id parse test on unsupported platforms | lithdew |
| 2021-05-03 | x/net: disable tcp tests on wasi | lithdew |
| 2021-05-03 | x/os: fix compile errors on mac and linux | lithdew |
| 2021-05-03 | x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp` | lithdew |
| 2021-05-03 | x/os, x/net: layout tcp, ipv4/ipv6, and socket abstractions | lithdew |
| 2021-04-25 | x: fmt source code | lithdew |
| 2021-04-25 | x, x/os/Socket: initial work on new Socket abstraction | lithdew |