Files
zig/lib/std
Andrew Kelley 80625990d5 std: different mechanism for disabling network dependency
On Windows, it is sometimes problematic to depend on ws2_32.dll. Before,
users of std.Io.Threaded would have to call ioBasic() rather than io()
in order to avoid unnecessary dependencies on ws2_32.dll. Now, the
application can disable networking with std.Options.

This change is necessary due to moving networking functionality to
be based on Io.Operation, which is a tagged union.
2026-03-08 19:20:34 -07:00
..
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2025-11-22 22:42:38 +00:00
2026-02-11 23:37:31 +01:00
2026-02-13 17:58:09 -05:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2026-03-05 21:07:36 +01:00
2026-01-28 00:43:20 -08:00
2026-02-11 23:37:31 +01:00
2026-03-09 03:19:11 +01:00
2026-02-05 16:50:41 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2026-02-13 22:12:19 -05:00