aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
20 hoursnet: use stringslite package for string operationsaimuz
30 hoursall: add push linknames to allow legacy pull linknamesCherry Mui
31 hoursnet/http: return correct error when reading from a canceled request bodyDamien Neil
2 daysnet/http: add Pattern field in Request to return matched pattern infoChen.Zhidong
2 daysnet: fix typo in ctrlCtxFn parameter nameTobias Klauser
2 daysnet/http: simplify HTTP/1 request cancelationDamien Neil
3 daysnet/http, reflect: rename Test function namesJes Cok
3 dayscmd/link: disallow pull-only linknamesCherry Mui
4 daysnet/http: avoid panic when writing 100-continue after handler doneDamien Neil
4 daysnet/netip: fix TestInlining after CL 585057Tobias Klauser
5 daysnet/netip: test that Addr.AsSlice is inlineableTobias Klauser
5 daysnet/netip: replace != nil with != "" in commentMateusz Poliwczak
5 daysnet/netip: combine import groupsTobias Klauser
5 daysnet/netip: use internal/byteorderMateusz Poliwczak
8 daysnet/http/httptest: add comment to Server.Client() about Server.URLAlireza Ghasemi
9 daysnet/http: remove misleading response headers on errorRuss Cox
10 daysnet: use port 53 when checking for UDP routesIan Lance Taylor
12 daysall: 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
2024-04-05all: update vendored golang.org/x/net to v0.23.0Dmitri Shuralyov
2024-04-04net: update the doc for TCPConn.SetKeepAlivePeriod on WindowsAndy Pan
2024-04-04all: fix some commentscui fliter
2024-04-03net/http: speed up go testFelix Geisendörfer
2024-04-02internal/poll, net, os: remove poll.Splice syscall name return valueTobias Klauser
2024-03-29net/http: correct doc for ServeFileFSJes Cok
2024-03-26all: fix a large number of commentscui fliter