aboutsummaryrefslogtreecommitdiff
path: root/doc/godebug.md
AgeCommit message (Expand)Author
3 dayscmd/go: add support for godebug lines in go.mod and go.workRuss Cox
3 daysdoc/godebug: correct gotypealias=1 deprecationRuss Cox
2024-04-16doc: fix tense in godebug (s/revert/reverted)Ian Lance Taylor
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-04os: don't normalize volumes to drive letters in os.Readlinkqmuntal
2024-03-04os: don't treat mount points as symbolic linksqmuntal
2024-03-04doc: fix typo of gotypesaliasBenjamin Peterson
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-12-06doc: document runtimecontentionstacksMichael Pratt
2023-12-05runtime: add the disablethp GODEBUG settingMichael Anthony Knyszek
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-21doc: add missing space in godebug.mdRoland Shoemaker
2023-10-02net/http: add GODEBUG setting for old ServeMux behaviorJonathan Amsterdam
2023-08-15doc: fix broken x509sha1 setting linkCian Ruane
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-05html/template,mime/multipart: document new GODEBUG settingsMichael Anthony Knyszek
2023-04-03doc: fix template mistake in godebug.mdRuss Cox
2023-03-31doc: add godebug.md, documenting GODEBUGRuss Cox