| Age | Commit message (Expand) | Author |
| 2022-04-05 | zig fmt: remove trailing whitespace on doc comments | Damien Firmenich |
| 2022-01-14 | Check for isDarwin() instead of linked libc | John Schmidt |
| 2022-01-12 | Use libc if_nametoindex if available when parsing IPs | John Schmidt |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 2021-09-24 | Resolve scope IDs using IPv6 sockets | Stephen Gregoratto |
| 2021-09-16 | Set the Storage socket sizes to be system defined | Stephen Gregoratto |
| 2021-09-12 | os: usingnamespace fixes for std.x.os.Socket and std.os.TCP | Kenta Iwasaki |
| 2021-09-01 | std: fix regressions from this branch | Andrew Kelley |
| 2021-09-01 | std.os: more reorganization efforts | Andrew Kelley |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-08-24 | std: [breaking] move errno to become an nonexhaustive enum | Andrew Kelley |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |
| 2021-06-21 | std, src, doc, test: remove unused variables | Jacob G-W |
| 2021-06-01 | os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible | Kenta Iwasaki |
| 2021-06-01 | x/os/net: remove unnecessary comptime prefix in resolveScopeID() | Kenta Iwasaki |
| 2021-06-01 | x: replace std.builtin with std.Target.current | Kenta Iwasaki |
| 2021-06-01 | x/os: {read, write}Vectorized() -> {read, write}Message() | Kenta Iwasaki |
| 2021-06-01 | os: have sendmsg, recvmsg flags be c_int | lithdew |
| 2021-06-01 | x/os, x/tcp: fix Socket.Message init values and tcp test buf len | lithdew |
| 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 | 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 |