aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net
AgeCommit message (Expand)Author
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-07Test case for tcpConnectToHost fixIan Simonson
2020-06-02cleanupsAndrew Kelley
2020-06-02net.test: only call resolveIp6 when os is linuxLuna
2020-06-02Add tests for overflowLuna
2020-06-02Plug resolveIp6 into IPv6 testsLuna
2020-05-31enable dns test on windowsJonathan Marler
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-03Pass filtered_sock_type to system.socket. Cover PermissionDenied errorCato
2020-03-10fix stack trace code not opening files in forced blocking modeAndrew Kelley
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