aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2024-05-23all: document legacy //go:linkname for modules with ≥200 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥500 dependentsRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-22net/url: fix missing handling for opaque value in ResolveReference methodFábio Mata
2024-05-22crypto/tls: disable 3-DES by defaultFilippo Valsorda
2024-05-22net/http: add partitioned attribute to cookie typeislishude
2024-05-21net/http: disable flaky 100-continue testsDamien Neil
2024-05-18net: use stringslite package for string operationsaimuz
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-17net/http: return correct error when reading from a canceled request bodyDamien Neil
2024-05-16net/http: add Pattern field in Request to return matched pattern infoChen.Zhidong
2024-05-16net: fix typo in ctrlCtxFn parameter nameTobias Klauser
2024-05-16net/http: simplify HTTP/1 request cancelationDamien Neil
2024-05-15net/http, reflect: rename Test function namesJes Cok
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-14net/http: avoid panic when writing 100-continue after handler doneDamien Neil
2024-05-14net/netip: fix TestInlining after CL 585057Tobias Klauser
2024-05-13net/netip: test that Addr.AsSlice is inlineableTobias Klauser
2024-05-13net/netip: replace != nil with != "" in commentMateusz Poliwczak
2024-05-13net/netip: combine import groupsTobias Klauser
2024-05-13net/netip: use internal/byteorderMateusz Poliwczak
2024-05-10net/http/httptest: add comment to Server.Client() about Server.URLAlireza Ghasemi
2024-05-09net/http: remove misleading response headers on errorRuss Cox
2024-05-09net: use port 53 when checking for UDP routesIan Lance Taylor
2024-05-06all: make use of stringslite.{HasPrefix, HasSuffix}Jes Cok
2024-05-02net: use stringslite.HasPrefixTobias Klauser
2024-04-30net/http: represent multi wildcards properlyJonathan Amsterdam
2024-04-30http: fix some comments typo in server.goThe Backend Grip
2024-04-29net: fix lookupHost on Plan 9David du Colombier
2024-04-29net/url: improve URL.String performanceKoya IWAMURA
2024-04-26net, os, internal/poll: test for use of sendfileDamien Neil
2024-04-26net: fix sendfile regression with io.Copy on macOSPhilipp Wollermann
2024-04-25net/http: improve continue statements for testsJes Cok
2024-04-23all: fix some typos in commentsracequite
2024-04-22net/http: correct error messages for TestParseSetCookieJes Cok
2024-04-22net/netip: use the unique package instead of internal/internMichael Anthony Knyszek
2024-04-19net/http: add field Cookie.Quoted boolNuno Gonçalves
2024-04-18net/http: add case for TestParseSetCookieJes Cok
2024-04-18net/http: add comments that servemux121.go should remain frozenapocelipes
2024-04-17net/http: don't cancel Dials when requests are canceledDamien Neil
2024-04-17net/http: add ParseCookie, ParseSetCookieJes Cok
2024-04-15net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4Andy Pan
2024-04-14net: add Unwrap to *DNSErrorMateusz Poliwczak
2024-04-14net: separate the Solaris fast/slow path of setting SOCK_* from othersAndy Pan
2024-04-14net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumosAndy Pan
2024-04-12net/http: fix debugRoundTrip log typoguangwu
2024-04-11net: check SkipAdditional error resultIan Lance Taylor
2024-04-08all: update vendored golang.org/x/netDmitri Shuralyov
2024-04-08net/http: update HandlerWritesTooMuch test to allow different h1/h2 behaviorDamien Neil
2024-04-05all: update vendored golang.org/x/netDmitri Shuralyov