aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2022-04-26net: skip TestDialCancel on darwin-arm64Heschi Kreinick
2022-04-25net/http: add MaxBytesErrorCarl Johnson
2022-04-22net: eliminate a deadlock on the failure path in TestNotTemporaryReadBryan C. Mills
2022-04-22Revert "net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9"Bryan Mills
2022-04-22net/netip: fix Addr.Unmap reference in Addr.Is4 godoc commentTobias Klauser
2022-04-22net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick
2022-04-21net: use fastrand64 in randIntzhangyunhao
2022-04-20net/http: drop mimesniff for audio/basicSean Liao
2022-04-20net/http: deflake TestTransportConnectionCloseOnRequestBrad Fitzpatrick
2022-04-18net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_Conn...Bryan C. Mills
2022-04-17net/http: correctly show error types in transfer testJorropo
2022-04-15net/http: optimize StatusText implementationJoão Penteado
2022-04-15net/http: remove cloneURL call in WithContextBobby Powers
2022-04-11net/http/httptest: allow multiple fields be present in one Trailer fieldMaxime Soulé
2022-04-11all: gofmt main repoRuss Cox
2022-04-08net/textproto: initialize commonHeader in canonicalMIMEHeaderKeyJohan Jansson
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2022-04-06net/http: ignore ECONNRESET errors in TestTransportConcurrency on netbsdBryan C. Mills
2022-04-05net/url: preserve a trailing slash in JoinPathIan Lance Taylor
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-03net: support error.Is of network errors and context errorsIan Lance Taylor
2022-04-02net/netip: improve documentation terminology for IPv4-mapped IPv6 addresseshopehook
2022-04-01net: in TestNotTemporaryRead, reject io.EOF on platforms other than plan9Bryan C. Mills
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31net/http: handle 3xx responses with no LocationDamien Neil
2022-03-31net: skip tests that use netsh on the windows-arm64-10 builderBryan C. Mills
2022-03-31net: clean up redundant if branch in dialShang Ding
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-29net/netip: return an error from ParsePrefix with IPv6 zone inputMatt Layher
2022-03-28net/mail: accept UT as a timezoneIan Lance Taylor
2022-03-25net/netip: fix uses of "IPv4-mapped IPv6" in doc commentsAdam Pritchard
2022-03-25net/mail: improve detection of charset errorsRuss Cox
2022-03-25net/http/httptest: fix race in Server.CloseMaisem Ali
2022-03-24net/http/httputil: ignore CloseNotify when a non-background context is presentDamien Neil
2022-03-22net/http: fix nil body causing ParseMultipartForm to panichopehook
2022-03-20net/http: flesh out Request.SetBasicAuth docs a bitBrad Fitzpatrick
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2022-03-18net/rpc: reduce the execution of reflect and decodefangguizhen
2022-03-17all: update vendored x dependencies for Go 1.19 development cycleHeschi Kreinick
2022-03-15all: untab /* */ doc commentsRuss Cox
2022-03-14net/url: add OmitHost bool to url.URLUzondu Enudeme
2022-03-10net/url: add JoinPath, URL.JoinPathCarl Johnson
2022-03-08net/http/pprof: skip TestDeltaProfile on all arm and arm64 architecturesBryan C. Mills
2022-03-06all: fix some typosDan Kortschak
2022-03-03net: send EDNS(0) packet length in DNS queryIan Lance Taylor
2022-02-22net: document methods of BuffersMartin Sucha
2022-02-15net: increase maximum accepted DNS packet to 1232 bytesIan Lance Taylor