aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net.zig
AgeCommit message (Expand)Author
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
2019-12-30std.net: fix setsockopt callLuna
2019-12-30net: fix OptionsLuna
2019-12-30os: add setsockoptLuna
2019-12-30add StreamServer.Options.reuse_addressLuna
2019-12-17[#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer ...Raul Leal
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-08update formatted printing when linking libcAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25zig fmtAndrew Kelley
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-19Make StreamServer return address of accecpted clientfrmdstryr