aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net.zig
AgeCommit message (Expand)Author
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-09Ip4Address parser: reject 0-prefixed components (#9538)Frank Denis
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-06-21fix code broken from previous commitJacob G-W
2021-05-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-02-21replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacityBenjamin Graf
2021-02-16std.fs.net.Stream: add writev and writevAllAndrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-11Apparently unix sockets are supported on WindowsLemonBoy
2021-01-11std: Decouple network streams from fs.FileLemonBoy
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-23move ArrayListSentineled to std lib orphanageVeikka Tuominen
2020-12-01Localhost is special (#6955)daurnimator
2020-11-30std/os: remove unneeded error from accept errorsetIsaac Freund
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-11-25std: use mem.asBytes in Ip4Address.parse so it works at comptimedaurnimator
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-10-28More fixups for Windows targetsLemonBoy
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-10-25fix type mismatch in std.net.StreamServerjohnLate
2020-10-21Fix std.net.connectUnixSocket in evented I/O modeheidezomp
2020-09-24recvfromLoris Cro
2020-09-24sendtoLoris Cro
2020-09-24connectLoris Cro
2020-09-24acceptLoris Cro
2020-09-03os: return error.SocketNotListening for EINVAL on accept (#6226)Kenta Iwasaki
2020-09-01std: Fix C-string with missing NUL terminatorLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-04zig fmtAndrew Kelley
2020-07-27Provide Ip4Address and Ip6Address in addition to AddressJonathan Marler
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-06-08std.sort: give comparator functions a context parameterAndrew Kelley
2020-06-07tcpConnectToHost try all addresses in AddressListIan Simonson
2020-06-02cleanupsAndrew Kelley
2020-06-02Replace os.linux to os.systemLuna
2020-06-02Use resolveIp when looking up addresses on linuxLuna
2020-06-02Add std.os.ioctlLuna
2020-06-02Use IFNAMESIZE for scope id valueLuna
2020-06-02Add validation for scope idsLuna
2020-06-02Remove warn() callsLuna
2020-06-02Fix ifreq definitionLuna
2020-06-02Change Unsupported to InterfaceNotFoundLuna
2020-06-02Make interface name null-terminated before syscallLuna
2020-06-02Stop using mem.len on arrayLuna
2020-06-02Add ioctl errorsLuna