| Age | Commit message (Expand) | Author |
| 2025-10-29 | std: fix definition of ws2_32.GetAddrInfoExW | Andrew Kelley |
| 2025-10-29 | std.Io.Threaded: delete Windows implementation of if_nametoindex | Andrew Kelley |
| 2025-10-29 | std.Io.Threaded: implement netLookup for Windows | Andrew Kelley |
| 2025-10-29 | std.os.windows.ws2_32: remove 'A' variants | Andrew Kelley |
| 2025-10-29 | std.Io.Threaded: implement netListen for Windows | Andrew Kelley |
| 2025-07-07 | std.fmt: breaking API changes | Andrew Kelley |
| 2024-11-02 | std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi. | Alex Rønne Petersen |
| 2024-07-19 | std.c reorganization | Andrew Kelley |
| 2024-03-21 | std.os.windows: add POLL.IN and POLL.OUT | Michael Ortmann |
| 2023-11-22 | add missing timeval struct | Mikko Kaihlavirta |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg |
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov |
| 2023-01-19 | Make `res` nullable in `getaddrinfo` | Jarred Sumner |
| 2023-01-02 | remove the experimental std.x namespace | Andrew Kelley |
| 2022-12-11 | std: fix compile error bitrot | Andrew Kelley |
| 2022-12-06 | remove most conditional compilation based on stage1 | Andrew Kelley |
| 2022-09-29 | std: Replace use of stage1 function pointers | ominitay |
| 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 |