aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics
AgeCommit message (Expand)Author
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
2023-05-23runtime/metrics: add /gc/gogc:percentFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/gomemlimit:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/heap/live:bytesFelix Geisendörfer
2023-04-27all: remove repeated definite articlescui fliter
2023-04-25runtime/metrics: specify that bucket counts increase monotonically for histog...Nayef Ghattas
2023-04-24runtime/metrics: set /sched/latencies:seconds as cumulativeNayef Ghattas
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-04html/template: disallow actions in JS template literalsRoland Shoemaker
2023-04-04mime/multipart: limit parsed mime message sizesDamien Neil
2023-03-25all: add a few links in package godocsDaniel Martí
2023-03-20all: gofmtDamien Neil
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-09-16runtime/metrics: add /sync/mutex/wait/total:seconds metricMichael Anthony Knyszek
2022-09-16runtime/metrics: add CPU statsMichael Anthony Knyszek
2022-05-13runtime/metrics: add the last GC cycle that had the limiter enabledMichael Anthony Knyszek
2022-05-13runtime/metrics: add the number of Go-to-C callsMichael Anthony Knyszek
2022-05-13runtime/metrics: add gomaxprocs metricMichael Anthony Knyszek