aboutsummaryrefslogtreecommitdiff
path: root/src/internal/godebugs
AgeCommit message (Expand)Author
2024-03-14time: avoid stale receives after Timer/Ticker Stop/Reset returnRuss Cox
2024-03-13time: garbage collect unstopped Tickers and TimersRuss Cox
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-11crypto/x509: gate Policies marshaling with GODEBUGRoland Shoemaker
2023-11-21crypto/tls: disable ExportKeyingMaterial without EMSFilippo Valsorda
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-10-02net/http: add GODEBUG setting for old ServeMux behaviorJonathan Amsterdam
2023-09-12all: calculate the median uniformlyJes Cok
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-05-24cmd/go/internal/cache: use internal/godebug for three GODEBUGsBrad Fitzpatrick
2023-04-18src/internal/godebugs: add a skip for missing godebug.mdMichael Matloob
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox