aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2024-10-03net/netip: clarify Addr.Is4In6 documentationDamien Neil
2024-10-02src/net/http: remove ServeMux.patternsJonathan Amsterdam
2024-10-02all: use slices.Sorted(maps.Keys(m))Tobias Klauser
2024-10-01net: document possible networks that can be passed to Controlfavonia
2024-09-30net: use correct address family when testing for MPTCP supportIan Lance Taylor
2024-09-30net: improve GODEBUG=netdns=1 debug messagesMateusz Poliwczak
2024-09-30net,os: use os.LookupEnv instead of syscall.GetenvMateusz Poliwczak
2024-09-30net: improve documentation of netgo/netcgo build tagsMateusz Poliwczak
2024-09-26net/http: use sync.OnceFunc, sync.OnceValueapocelipes
2024-09-23net,net/netip: implement the encoding.(Binary|Text)Appenderapocelipes
2024-09-18net/netip: cover more AddrPort.String cases in testsTobias Klauser
2024-09-18net/netip: use const for max address lengthMateusz Poliwczak
2024-09-13net/http: make use of maps.CopyJes Cok
2024-09-13internal/testenv: add MustHaveSource, rm HasSrcKir Kolyshkin
2024-09-10net/http: make use of maps.Clone for Transport.{Clone, RegisterProtocol}Jes Cok
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2024-09-03net: enable multipath TCP by default for listenersAperence
2024-08-29net/http: add HTTP2ConfigDamien Neil
2024-08-27net/http: simplify http.Request.CloneJes Cok
2024-08-14net/http/httputil: close res body in testguoguangwu
2024-08-13net/http: rename server receiver for consistencywineandchord
2024-08-12os: employ sendfile(2) for file-to-file copying on SunOS when neededAndy Pan
2024-08-08net/url: implement encoding.BinaryAppender for URLapocelipes
2024-07-31net: replace sort with slices for address and DNS record sortingaimuz
2024-07-30net/http: match os.File.Readdir behavior in DotFileHidingSean Liao
2024-07-29net/http: don't write HEAD response body in ResponseWriter.ReadFromDamien Neil
2024-07-29cmd,log,net,runtime: simplify string prefix and suffix processingapocelipes
2024-07-29net/http: don't write body for HEAD responses in Response.WriteDamien Neil
2024-07-26net: unskip TestUDPZeroBytePayload on DarwinDmitri Shuralyov
2024-07-25net: use slices and maps to clean up testsapocelipes
2024-07-23all: update vendored dependenciesDmitri Shuralyov
2024-07-22net: add godoc links on UDP related symbolsOlivier Mengué
2024-07-16net: document ParseIP always returns IPv6 addressesSean Liao
2024-07-15net/http: document io.Seeker requirement for fs.FS argumentsSean Liao
2024-06-28net/http: avoid appending an existing trailing slash to path againJes Cok
2024-06-24net/http: document that Request.Clone does not deep copy BodyDamien Neil
2024-06-24net/netip: add test that Compare and reflect.DeepEqual matchBrad Fitzpatrick
2024-06-24net/netip: unexport fields of addrDetailIan Lance Taylor
2024-06-18net/http: keep Content-Encoding in Error, add GODEBUG for ServeContentDamien Neil
2024-06-12net: add GODEBUG=netedns0=0 to disable sending EDNS0 headerIan Lance Taylor
2024-06-07net/http: check GetConfigForClient in server.ServeTLSChance Zibolski
2024-06-06net/http: send body or close connection on expect-100-continue requestsDamien Neil
2024-06-05net/http: use default HTTP/2 frame schedulerDamien Neil
2024-06-04net/netip: check if address is v6 mapped in Is methodsRoland Shoemaker
2024-06-04net: handle more error strings in lookupCNAME on Plan 9David du Colombier
2024-06-04all: update vendored dependenciesMichael Anthony Knyszek
2024-05-31net/netip: cover IPv4Unspecified in TestAddrWellKnownTobias Klauser
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-23std: fix calls to Printf(s) with non-constant sAlan Donovan
2024-05-23net/http: remove TestTransportDialCancelRaceDamien Neil