aboutsummaryrefslogtreecommitdiff
path: root/lib/std/net.zig
AgeCommit message (Expand)Author
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
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-24std.net.StreamServer.Options: add reuse_portJon
2023-03-17Enable IPv4 mapped address conversion in linux version getAddressList (#14916)hequn
2023-03-09std.http: handle relative redirectsNameless
2023-03-09add error sets to tcpConnect* and tls.Client.initNameless
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-23std.net.Address: clarify unix socket getOsSockLenIsaac Freund
2023-01-23std: eliminate pointless meta.assumeSentinel() usageIsaac Freund
2023-01-19Make `res` nullable in `getaddrinfo`Jarred Sumner
2023-01-17std.net.getAddressList: call WSAStartup on WindowsAndrew Kelley
2023-01-10std.net: check for localhost names before asking DNSpraschke
2023-01-02std.crypto.tls.Client: rework the read functionAndrew Kelley
2023-01-02std.crypto.tls.Client: fix the read functionAndrew Kelley
2023-01-02std.crypto.Tls: discard ChangeCipherSpec messagesAndrew Kelley