aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net.zig
AgeCommit message (Expand)Author
2025-09-15std.net.Ip6Address: format numerical scope iddatabase64128
2025-08-19Fix bugs in Windows readVec implementationsCarl Åstholm
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-10std.net.Stream.Reader: init size_errAndrew Kelley
2025-08-09net: Always set WSA_FLAG_OVERLAPPED when creating Windows sockets. Rework sen...kcbanner
2025-08-07std.net: fix windows buildAndrew Kelley
2025-08-01Merge pull request #24614 from ziglang/flateAndrew Kelley
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-07-31std: match readVec fn prototype exactlyAndrew Kelley
2025-07-31fetch: update API usageAndrew Kelley
2025-07-30std.Io.Reader: introduce readVec back into the VTableAndrew Kelley
2025-07-14std.net: wasi does not have unix socketsAndrew Kelley
2025-07-14align those `@fieldParentPtr` castsAndrew Kelley
2025-07-14make msghdr.iovlen unsignedAndrew Kelley
2025-07-14std.net: update to new I/O APIAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-04-04std.net: Implement if_nametoindex for windows (#22555)Zenomat
2025-02-22std.net: Fix IPv6 address format compression for long zero runs (#22441)Anders Bondehagen
2025-02-16remove unneeded native_os checkManuel Spagnolo
2025-01-26std.net.listen: no REUSEPORT with unix socketPierre Tachoire
2024-07-19std.c reorganizationAndrew Kelley
2024-07-04std: avoid references that trigger compile errorsmlugg
2024-07-02Rename isASCII to isAsciiMichael Bradshaw
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-17compiler: un-implement #19634mlugg
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-10improve documentation in stdAndrew Kelley
2024-02-23std.net: fix std lib test regression. fixupAndrew Kelley
2024-02-23std.net.listen: fix Windows API useAndrew Kelley
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-23std.http.Client: remove invalid use of refAllDeclsAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-21Handle all errors on std.net.Ipv4address.resolveIPChristiano Haesbaert
2023-12-16std.net: add explicit error sets for IP parsingArtem Kolichenkov
2023-11-27std.net: replace `@ptrCast` with slice syntaxCarter Snook
2023-11-21std.net: enable forcing non-blocking mode for acceptJan Philipp Hafer
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-09-06std.net: Fix IPv6 address parsing for single digitLuis Cáceres
2023-06-30Unrevert "Sema: preserve extern struct field alignment"Jacob Young
2023-06-29Revert "Sema: preserve extern struct field alignment"Jacob Young
2023-06-28Sema: preserve extern struct field alignmentAlex Kladov
2023-06-25std.cstr: deprecate namespaceEric Joldasov
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov