aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net
AgeCommit message (Expand)Author
2024-02-01remove std.io.ModeVeikka Tuominen
2023-12-19std: disable flaky tcp server testAndrew Kelley
2023-12-16std.net: add explicit error sets for IP parsingArtem Kolichenkov
2023-12-15std.net.test: cleanup socket streamJan Philipp Hafer
2023-11-21std.net: enable forcing non-blocking mode for acceptJan Philipp Hafer
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-09-06std.net: Fix IPv6 address parsing for single digitLuis Cáceres
2023-05-08Disallow named test decls with duplicate namesDominic
2023-05-02Add a random generated prefix to the unix socket_path to guard against multip...DraagrenKirneh
2023-04-24std.net.StreamServer.Options: add reuse_portJon
2023-04-12Zir: implement explicit block_comptime instructionmlugg
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