aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net.zig
AgeCommit message (Expand)Author
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
2020-06-02Only resolve scope id when neededLuna
2020-06-02Fix typo and add if_nametoindexLuna
2020-06-02Add basics of resolveIp6Luna
2020-05-31more windows network fixesJonathan Marler
2020-05-30convert getaddrinfo rc to enum before switching on itJonathan Marler
2020-05-29more windows network support, including dnsJonathan Marler
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-11make Address.getOsSockLen pubJonathan Marler
2020-05-09Remove fs.File artifact from connectUnixSocketHaze Booth
2020-05-08fix more private member accessVexu
2020-05-03Pass filtered_sock_type to system.socket. Cover PermissionDenied errorCato
2020-05-02solve the problem with Darwin shims in std.os insteadAndrew Kelley
2020-05-02Fixed Darwin-incompatible socket flags and unavailable system callsCato
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-04-04rename mem.separate to mem.splitxackus
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-28tcpConnectToHost - fixed compilation errorSebastian
2020-03-20ir: Peer type resolution between ?[]T and *[N]TLemonBoy