aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net.zig
AgeCommit message (Expand)Author
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
2019-11-10remove builtin.os check in Address.initUnixLuna
2019-11-10replace panic to unreachableLuna
2019-11-10use hasDecl instead of switch on builtin.osLuna
2019-11-10add errors/panics for unsupported OSesLuna
2019-11-09use at-asLuna
2019-11-09Merge remote-tracking branch 'upstream/master' into unify-unix-socketsLuna
2019-11-09miscellaneous fixesLuna
2019-11-09make StreamServer.listen family-agnosticLuna
2019-11-09rename TcpServer -> StreamServerLuna
2019-11-08add Address.parseUnix and Address.format support for AF_UNIXLuna
2019-11-08replace Address.parse Address.parseIpLuna
2019-11-08rename IpAddress to Address, add Address.unixLuna
2019-11-08update more of the std lib to use `@as`Andrew Kelley