aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net.zig
AgeCommit message (Expand)Author
2019-11-10remove builtin.os check in Address.initUnixLuna
2019-11-10replace panic to unreachableLuna
2019-11-10use hasDecl instead of switch on builtin.osLuna
2019-11-10add errors/panics for unsupported OSesLuna
2019-11-09use at-asLuna
2019-11-09Merge remote-tracking branch 'upstream/master' into unify-unix-socketsLuna
2019-11-09miscellaneous fixesLuna
2019-11-09make StreamServer.listen family-agnosticLuna
2019-11-09rename TcpServer -> StreamServerLuna
2019-11-08add Address.parseUnix and Address.format support for AF_UNIXLuna
2019-11-08replace Address.parse Address.parseIpLuna
2019-11-08rename IpAddress to Address, add Address.unixLuna
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
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-30std.net: fix reference to incorrect constant nameAndrew Kelley
2019-10-30make std.net more portableAndrew Kelley
2019-10-30fixes for macos and 32 bit archesAndrew 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
2019-10-29std.net: port the RFC 3484/6724 destination...Andrew Kelley
2019-10-29implement CNAME expansionAndrew Kelley
2019-10-29Add tests for ip address formattingJonathan Marler
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-28move libc/linux bits aroundAndrew Kelley
2019-10-28partial no-libc implementation of std.net.getAddressListAndrew Kelley
2019-10-28std.net.getAddressListAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley