aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-24net: ignore Dial errors in TestAcceptTimeoutBryan C. Mills
2024-01-23net,internal/poll: load ws2_32.dll only when net is importedqmuntal
2024-01-23net: move cgo-using darwin test to separate packageRuss Cox
2024-01-23net: unskip and attempt to deflake TestAcceptTimeoutBryan C. Mills
2024-01-23net: report timeouts more aggressively in Accept in the fake implementationBryan C. Mills
2024-01-22net: delete TestListenCloseListenBryan C. Mills
2024-01-22net/mail: properly handle special characters in phrase and obs-phraseRoland Shoemaker
2024-01-22all: update vendored dependenciesCherry Mui
2024-01-22net: attempt to deflake TestListenCloseListenBryan C. Mills
2024-01-22net/http/pprof: configure WriteDeadlineAlexander Yastrebov
2024-01-22net: remove an unused sync.Map in the fake net implementationBryan C. Mills
2024-01-19net: work around runtime scheduler starvation on js and wasip1Bryan C. Mills
2024-01-10net: add available godoc linkcui fliter
2024-01-09net/http: clarify the precedence order for Request.FormValueJes Cok
2024-01-08net: clarify maxListenerBacklog windows implementationMauri de Souza Meneguzzo
2024-01-04net/http: respond with 400 Bad Request for empty hex number of chunk lengthAndy Pan
2024-01-04net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine inste...Bryan C. Mills
2024-01-03net/http: make Request.Clone create fresh copies for matches and otherValuesJes Cok
2023-12-14net/netip: remove Prefix.Compare for Go 1.22Russ Cox
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-11net: remove an arbitrary timeout in TestAcceptTimeoutMustReturnBryan C. Mills
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-05net/http: limit chunked data overheadDamien Neil
2023-12-01net/http: avoid leaking io.Copy goroutines (and hijacked connections) in Test...Bryan C. Mills
2023-11-29all: update vendored dependenciesDmitri Shuralyov
2023-11-21net/http: use pointers to array for copyBufPoolJorropo
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-17all: add missing copyright headerJes Cok
2023-11-17net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConnAndy Pan
2023-11-17net: document IsNotFound fieldMateusz Poliwczak
2023-11-17net/netip: optimize AddrPort.String for IPv4 addressesTobias Klauser
2023-11-17net/netip: optimize AddrPort.String for IPv6 addressesTobias Klauser
2023-11-15net/http: don't set length for non-range encoded content requestsDamien Neil
2023-11-14crypto/tls: remove RSA KEX ciphers from the default listRoland Shoemaker
2023-11-09net/http: use copyBufPool in transferWriter.doBodyCopy()Michał Matczuk
2023-11-07net/url: use quick path in URL.Encode() on empty mapMikhail Mazurskiy
2023-11-07net/http/cookiejar: remove unused variablewulianglongrd
2023-11-07net/http/cgi: eliminate use of Perl in testsaimuz
2023-11-06net/http/cgi: the PATH_INFO should be empty or start with a slashaimuz
2023-11-06net/http: remove Content-Encoding header in roundtrip_jscarl.tao
2023-11-06net/netip: allow only valid prefix digits in ParsePrefixMauri de Souza Meneguzzo
2023-11-06net/http: set/override Content-Length for encoded range requestsMitar
2023-11-06net/http/httptest: remove unnecessary creation of http.TransportZeke Lu
2023-11-02net/http: remove arbitrary timeouts in tests of Server.ErrorLogBryan C. Mills
2023-10-26net/http: pull http2 underflow fix from x/net/http2Mauri de Souza Meneguzzo
2023-10-23net/http: remove outdated comment about a support of CONNECT methodKeiichi Hirobe
2023-10-23net,internal/poll: mark it as handled even if sendfile(2) succeeded with 0 by...Andy Pan
2023-10-23net: set IsNotFound on windows and plan9 DNS queriesMateusz Poliwczak