aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net
AgeCommit message (Expand)Author
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-07-13AstGen: fix loop control flow applying to wrong loopAndrew Kelley
2022-06-30LLVM: fix lowering of untagged union typesAndrew Kelley
2022-06-07std: adjust for stage2 semanticsVeikka Tuominen
2022-01-14Check for isDarwin() instead of linked libcJohn Schmidt
2022-01-12Use libc if_nametoindex if available when parsing IPsJohn Schmidt
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-16net.Address: Fix writing 0-bytes when formatting Unix addressesKirjastonhoitaja
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-09Ip4Address parser: reject 0-prefixed components (#9538)Frank Denis
2021-06-30changes to accomodate std.Thread updatekprotty
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-01-11Apparently unix sockets are supported on WindowsLemonBoy
2021-01-11Let the kernel pick a random portLemonBoy
2021-01-11std: Add a small test for i/o on unix socketsLemonBoy
2021-01-11std: Decouple network streams from fs.FileLemonBoy
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-10-28More fixups for Windows targetsLemonBoy
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
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