aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net.zig
AgeCommit message (Expand)Author
2020-01-18std: turn EAI_ constants into a non-exhaustive enumdaurnimator
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-30std.net: use mem.toBytesLuna
2019-12-30std.net: fix setsockopt callLuna
2019-12-30net: fix OptionsLuna
2019-12-30os: add setsockoptLuna
2019-12-30add StreamServer.Options.reuse_addressLuna
2019-12-17[#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer ...Raul Leal
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-08update formatted printing when linking libcAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25zig fmtAndrew Kelley
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-19Make StreamServer return address of accecpted clientfrmdstryr
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