| Age | Commit message (Expand) | Author |
| 2022-06-07 | add const to msghdr_const iov and control pointers | Jonathan Marler |
| 2021-12-19 | stage1, stage2: rename c_void to anyopaque (#10316) | Isaac Freund |
| 2021-09-16 | Set the Storage socket sizes to be system defined | Stephen Gregoratto |
| 2021-09-14 | Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINE | Travis Martin |
| 2021-09-12 | os: usingnamespace fixes for std.x.os.Socket and std.os.TCP | Kenta Iwasaki |
| 2021-09-01 | std: reorganization that allows new usingnamespace semantics | Andrew Kelley |
| 2021-09-01 | std.os.windows: reorg to avoid `usingnamespace` | Andrew Kelley |
| 2021-09-01 | std.os: more reorganization efforts | Andrew Kelley |
| 2021-09-01 | std: reorganize std.c to eliminate `usingnamespace` | Andrew Kelley |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-06-01 | os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible | Kenta Iwasaki |
| 2021-06-01 | os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage` | Kenta Iwasaki |
| 2021-06-01 | x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits | lithdew |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-10 | std/os/windows/ws2_32: add missing FIONBIO constant | 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 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |
| 2021-04-22 | std: fix compile errors caught by stage2 AstGen | Andrew Kelley |
| 2020-12-31 | Year++ | Frank Denis |
| 2020-11-30 | add std.os.shutdown function for sockets | Jonathan Marler |
| 2020-11-19 | Update code to not use unsupported calling conventions for target | Tadeo Kondrak |
| 2020-10-27 | std: Add basic smoke test for net functionality | LemonBoy |
| 2020-10-22 | Merge branch 'improve-windows-networking' | Andrew Kelley |
| 2020-10-06 | Update zig files for opaque type syntax | Tadeo Kondrak |
| 2020-09-10 | implement poll for windows with WSAPoll (only available on vista and higher) | Bas van den Berg |
| 2020-09-08 | change socklen_t to u32 and add appropriate casts when calling WSA | Bas van den Berg |
| 2020-09-08 | Merge branch 'master' into improve-windows-networking | Bas |
| 2020-09-03 | update uses of deprecated type field access | Vexu |
| 2020-09-03 | os.send(to) and os.recv(from) functions made to work on windows. | Bas van den Berg |
| 2020-09-02 | Made some changes and additions to the networking to make it work on windows. | Bas van den Berg |
| 2020-08-20 | add license header to all std lib files | Andrew Kelley |
| 2020-06-20 | zig fmt | Andrew Kelley |
| 2020-06-01 | Merge pull request #5475 from marler8997/windowsDns | Andrew Kelley |
| 2020-05-31 | more windows network fixes | Jonathan Marler |
| 2020-05-30 | Fix WSARecvFrom signature | Alexandros Naskos |
| 2020-05-29 | more windows network support, including dns | Jonathan Marler |
| 2020-05-05 | zig fmt | Tadeo Kondrak |
| 2020-04-28 | @OpaqueType -> @Type(.Opaque) | Tadeo Kondrak |
| 2020-02-01 | Winsock errors can be an enum | daurnimator |
| 2020-01-02 | Implement the callconv() annotation | LemonBoy |
| 2019-11-27 | std: lie about windows socklen_t signed-ness | daurnimator |
| 2019-11-27 | std: add more winsock functions | daurnimator |
| 2019-11-27 | std: windows sockaddr constants come from ws2_32 | daurnimator |
| 2019-11-27 | std: fix WSAIoctl definition | daurnimator |
| 2019-11-27 | std: add windows.closesocket | daurnimator |
| 2019-11-25 | zig fmt | Andrew Kelley |
| 2019-11-15 | std: add pieces for WSAIoctl on windows | daurnimator |
| 2019-11-15 | std: add WSAStartup and WSACleanup for windows | daurnimator |
| 2019-11-14 | std: add winsock some definitions | daurnimator |