aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2025-02-06net: fix ListenMulitcastUDP to work properly when interface has no IPv4Jesse Rittner
2025-02-04net/rpc: move frozen notice to the start of the package docIan Lance Taylor
2025-02-04net: use strings.SplitSeq and bytes.SplitSeqapocelipes
2025-02-03net: permit Interface with no NameIan Lance Taylor
2025-02-03internal/routebsd: simplify for standard libraryIan Lance Taylor
2025-02-03net, internal/routebsd: move vendored x/net/route to internalIan Lance Taylor
2025-02-03net/http: use strings.FieldsFuncSeq to reduce memory allocationscuishuang
2025-02-03net/url: add panic to unhex for imposible error casealirezaarzehgar
2025-01-21net/http: update bundled golang.org/x/net/http2 [generated]Dmitri Shuralyov
2025-01-16net/http: persist header stripping across repeated redirectsDamien Neil
2025-01-06net/http: update NewRequestWithContext wrong link to NewRequestyincong
2024-12-22net: document LookupTXT behavior with multiple strings per recordSimon Ser
2024-12-19net/http: fix nil panic in testRuss Cox
2024-12-12net: fix example function name for IP.To4Oleksandr Redko
2024-12-11internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPPIan Lance Taylor
2024-12-11net/http: document zero value of ProtocolsDamien Neil
2024-12-11net: avoid unnecessary interface lookup fetching all interface addressesAntonio Ojea
2024-12-06all: update vendored dependencies [generated]Michael Anthony Knyszek
2024-11-26net/http: test for racing idle conn closure and new requestsDamien Neil
2024-11-25net/http: run TestServerShutdownStateNew in a synctest bubbleDamien Neil
2024-11-25net/http: avoid redundant installation of HTTP/2 support in transportDamien Neil
2024-11-22all: update vendored dependencies [generated]Dmitri Shuralyov
2024-11-22net/http: re-enable TestTransportServerProtocolsDmitri Shuralyov
2024-11-22all: update golang.org/x/net [generated]Dmitri Shuralyov
2024-11-22net/http: skip test which depends on h2_bundle.go updateDamien Neil
2024-11-21net/http: add support for unencrypted HTTP/2Damien Neil
2024-11-21net: check for MPTCP in DialTCP and ListenTCPMatthieu Baerts (NGI0)
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox
2024-11-18net/http/httputil: return after handling errorSean Liao
2024-11-06net/http: 308 redirects should use the previous hop's bodyDamien Neil
2024-11-06net/http: handle new HTTP/2 error for 1xx limit exceededDamien Neil
2024-11-05net/http: add Protocols field to Server and TransportDamien Neil
2024-11-05net/internal/cgotest: don't try to use cgo with netgo build tagMarkus
2024-11-01net,os: consolidate poll.SendFile sending until EOF with 0Andy Pan
2024-11-01internal/poll: fix the inaccurate comment and add a edge test caseAndy Pan
2024-10-31net/http: clarify ServeMux path sanitizationSean Liao
2024-10-28os, net, internal/poll: combine unix sendfile implementationsDamien Neil
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-10-25net/http/pprof: replace sort.Slice with slices.SortFuncRuslan Semagin
2024-10-25net/http/pprof: fix typo in the symbol profile descriptionOleksandr Redko
2024-10-25net/smtp: ignore HELO error in QUITIan Lance Taylor
2024-10-24net/http: limit 1xx based on size, do not limit when deliveredDamien Neil
2024-10-23net/http/pprof: include Symbol in IndexSean Liao
2024-10-21net: document ctx argument to ListenConfig.Listen/ListenPacketIan Lance Taylor
2024-10-11net: use slices.Contains{,Func} in lookup testsTobias Klauser
2024-10-10net/url: add example for JoinPathcuishuang
2024-10-09net/mail: add example for ParseDatecuishuang
2024-10-07net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSDMichael Anthony Knyszek
2024-10-07crypto/rand: remove /dev/urandom fallback and improve getrandom batchingFilippo Valsorda