aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net.zig
AgeCommit message (Expand)Author
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
2020-03-19std.net: remove the hack from earlier in the branchAndrew Kelley
2020-03-19std lib fixups for new semanticsAndrew Kelley
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Convert fmt.bufPrint / fmt.allocPrintBenjamin Feng
2020-03-12Integrated outstreams with new formatterBenjamin Feng
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-01breaking: std.mem.len no longer takes a type argumentAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-24Merge pull request #4516 from xackus/remove-bytes-to-sliceAndrew Kelley
2020-02-21annotate TODO comment with bug tracker linkAndrew Kelley
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-08std lib typo fixupsAndrew Kelley
2020-02-05std.fmt.format: comptime output parameterAndrew Kelley
2020-01-18std: turn EAI_ constants into a non-exhaustive enumdaurnimator
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-30std.net: use mem.toBytesLuna