aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics/doc.go
AgeCommit message (Expand)Author
2026-03-05[release-branch.go1.26] html/template: properly escape URLs in meta content a...Roland Shoemaker
2026-01-15[release-branch.go1.26] net/url: add urlmaxqueryparams GODEBUG to limit the n...Damien Neil
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-12net/url: disallow raw IPv6 addresses in hostSean Liao
2025-10-07net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsedNicholas Husin
2025-08-22runtime/metrics: improve docQingwei Li@WSL
2025-08-15runtime/metrics: add metric for current Go-owned thread countMichael Anthony Knyszek
2025-08-15runtime/metrics: add metric for total goroutines createdMichael Anthony Knyszek
2025-08-15runtime/metrics: add metrics for goroutine sched statesMichael Anthony Knyszek
2025-07-30runtime/metrics: add cleanup and finalizer queue metricsMichael Anthony Knyszek
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-05-21crypto/x509: use truncated SHA-256 for SubjectKeyIdFilippo Valsorda
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-03-11cmd/go: allow symlinks of non-directory files in embedMichael Matloob
2024-11-30crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKeyFilippo Valsorda
2024-11-22crypto/rsa: refuse to generate and/or use keys smaller than 1024 bitsFilippo Valsorda
2024-11-20crypto/x509: remove x509sha1 GODEBUGRoland Shoemaker
2024-11-19cmd/go: re-enable build JSON from go test -json, now with GODEBUGAustin Clements
2024-10-28Revert "crypto/rand: add randcrash=0 GODEBUG"Filippo Valsorda
2024-10-07crypto/rand: add randcrash=0 GODEBUGFilippo Valsorda
2024-08-19math/rand: make calls to Seed no-opPaschalis T
2024-06-21time: provide non-default metric for asynctimerchanRuss Cox
2024-06-18net/http: keep Content-Encoding in Error, add GODEBUG for ServeContentDamien Neil
2024-06-18Revert "crypto/x509: reject serial numbers longer than 20 octets"Roland Shoemaker
2024-06-12net: add GODEBUG=netedns0=0 to disable sending EDNS0 headerIan Lance Taylor
2024-05-22crypto/tls: populate Leaf in X509KeyPairRoland Shoemaker
2024-05-22crypto/tls: disable 3-DES by defaultFilippo Valsorda
2024-05-22crypto/x509: reject serial numbers longer than 20 octetsRoland Shoemaker
2024-05-22crypto/x509: reject negative serial numbersRoland Shoemaker
2024-04-18go/types: track gotypesalias non-default behaviorRobert Griesemer
2024-04-17Revert "go/types, types2: track gotypesalias non-default behavior"Lasse Folger
2024-04-16go/types, types2: track gotypesalias non-default behaviorRobert Griesemer
2024-03-13os,internal/godebugs: add missing IncNonDefault callsqmuntal
2024-03-09internal/godebugs: test for use of IncNonDefaultRuss Cox
2024-03-04os: don't normalize volumes to drive letters in os.Readlinkqmuntal
2024-03-04os: don't treat mount points as symbolic linksqmuntal
2024-02-23Revert "os: make FindProcess use pidfd on Linux"Michael Pratt
2024-02-21os: make FindProcess use pidfd on LinuxKir Kolyshkin
2023-12-21runtime/metrics: godoc link fixesOlivier Mengué
2023-12-11crypto/x509: gate Policies marshaling with GODEBUGRoland Shoemaker
2023-12-06runtime/metrics: document runtime-internal locks in /sync/mutex/wait/total:se...Michael Pratt
2023-11-21crypto/tls: disable ExportKeyingMaterial without EMSFilippo Valsorda
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-11-14crypto/tls: remove RSA KEX ciphers from the default listRoland Shoemaker
2023-11-14crypto/tls: change default minimum version to 1.2Roland Shoemaker
2023-11-13go/types, types2: implement Alias proposal (export API)Robert Griesemer
2023-11-08runtime: add available godoc linkcui fliter
2023-10-02net/http: add GODEBUG setting for old ServeMux behaviorJonathan Amsterdam
2023-08-11net/http: disallow empty Content-Length headerMauri de Souza Meneguzzo