| Age | Commit message (Expand) | Author |
| 2021-09-12 | os: usingnamespace fixes for std.x.os.Socket and std.os.TCP | Kenta Iwasaki |
| 2021-09-01 | std.os: more reorganization efforts | Andrew Kelley |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |
| 2021-06-01 | x/os: {read, write}Vectorized() -> {read, write}Message() | Kenta Iwasaki |
| 2021-06-01 | x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits | lithdew |
| 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: use sockaddr_storage for accept() | lithdew |
| 2021-05-10 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |