aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net
AgeCommit message (Expand)Author
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-14std: use testing.allocator in testsdaurnimator
2020-02-08std: fix bitrotted evented codeAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-19Make StreamServer return address of accecpted clientfrmdstryr
2019-11-09rename TcpServer -> StreamServerLuna
2019-11-08replace Address.parse Address.parseIpLuna
2019-11-08rename IpAddress to Address, add Address.unixLuna
2019-11-05add special formatting for ipv4-mapped ipv6 addressesVexu
2019-11-04support ipv4-mapped ipv6 addressesVexu
2019-11-04improve ipv6 parsing and formattingVexu
2019-10-30fix os.sockaddr being a union instead of a structAndrew Kelley
2019-10-30make std.net more portableAndrew Kelley
2019-10-30fix regressionsAndrew Kelley
2019-10-30Merge branch 'testAddresses' of https://github.com/marler8997/zig into std.netAndrew Kelley
2019-10-30std.net: enable test for resolving DNSAndrew Kelley
2019-10-30fix std.net tests and std.net.TcpServer docsAndrew Kelley
2019-10-30rename std.net.Server to TcpServer and simplify itAndrew Kelley
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley