aboutsummaryrefslogtreecommitdiff
path: root/doc/godebug.md
AgeCommit message (Expand)Author
2026-03-05[release-branch.go1.26] html/template: properly escape URLs in meta content a...Roland Shoemaker
2026-01-16doc: fix urlmaxqueryparams typosMichael Pratt
2026-01-15net/url: add urlmaxqueryparams GODEBUG to limit the number of query parametersDamien Neil
2025-12-02doc: pre-announce removal of gotypesalias and asynctimerchan GODEBUG flagsRobert Griesemer
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-25crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchangesFilippo Valsorda
2025-11-24doc: pre-announce removal of 1.23 and earlier crypto GODEBUGsSean Liao
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-12net/url: disallow raw IPv6 addresses in hostSean Liao
2025-10-07net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsedNicholas Husin
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