aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics
AgeCommit message (Expand)Author
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-07-25runtime: use slices and maps to clean up testsapocelipes
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
2023-08-10crypto/tls: add GODEBUG to control max RSA key sizeRoland Shoemaker
2023-07-11net: mptcp: force using MPTCP with GODEBUGMatthieu Baerts
2023-07-05runtime,runtime/metrics: clarify OS stack metricsMichael Anthony Knyszek
2023-05-24cmd/go/internal/cache: use internal/godebug for three GODEBUGsBrad Fitzpatrick
2023-05-23runtime/metrics: refactor CPU stats accumulationMichael Anthony Knyszek
2023-05-23runtime/metrics: add /gc/scan/total:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/heap:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/globals:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/stack:bytesFelix Geisendörfer