aboutsummaryrefslogtreecommitdiff
path: root/doc/godebug.md
AgeCommit message (Expand)Author
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-06-24doc: fix links to runtime Environment Variablesyuuji.yaginuma
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-05-07runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2025-04-29doc: fix grammar and spellingJohn Bampton
2025-03-11cmd/go: allow symlinks of non-directory files in embedMichael Matloob
2025-03-10internal/godebugs: add decoratemappings as an opaque godebug settingMichael Pratt
2025-03-06doc: update godebug doc to clarify godebug directive in workspaceMichael Matloob
2025-02-20doc: add a disclamer for the TLS handshake timeouts TL;DR bug in godebug.mdThomas Vaillant
2025-02-14doc/godebug: mention GODEBUG=fips140Ian Lance Taylor
2024-11-30crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKeyFilippo Valsorda
2024-11-22crypto/tls: implement X25519MLKEM768Filippo Valsorda
2024-11-22crypto/x509: switch default policy field to PoliciesRoland Shoemaker
2024-11-22crypto/rsa: refuse to generate and/or use keys smaller than 1024 bitsFilippo Valsorda
2024-11-20doc/godebug: document we removed x509sha1Roland Shoemaker
2024-11-20crypto/x509: remove x509sha1 GODEBUGRoland Shoemaker
2024-11-19crypto/subtle: add DIT closureRoland Shoemaker
2024-11-19doc/godebug: document that unrecognized GODEBUG entries are ignoredIan Lance Taylor
2024-11-19doc/godebug: fix tipoIan Lance Taylor
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-09-03net: enable multipath TCP by default for listenersAperence
2024-08-30doc: fix wording of GODEBUG history item from CL 606055Paschalis T
2024-08-19math/rand: make calls to Seed no-opPaschalis T
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-30Revert "runtime: remove GODEBUG=runtimecontentionstacks"Rhys Hiltner
2024-05-23doc: fix two instances of "the the" in godebug.mdMordy Ovits
2024-05-22crypto/tls: populate Leaf in X509KeyPairRoland Shoemaker
2024-05-22crypto/tls: disable 3-DES by defaultFilippo Valsorda
2024-05-22html: update jstmpllitinterp docRoland Shoemaker
2024-05-22crypto/x509: reject serial numbers longer than 20 octetsRoland Shoemaker
2024-05-22crypto/x509: reject negative serial numbersRoland Shoemaker
2024-05-22crypto/tls: implement X25519Kyber768Draft00Filippo Valsorda
2024-05-21runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2024-05-15cmd/go: add support for godebug lines in go.mod and go.workRuss Cox
2024-05-15doc/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