index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
godebug.md
Age
Commit message (
Expand
)
Author
2026-03-25
[release-branch.go1.26] doc: remove template use in godebug.md
Dmitri Shuralyov
2026-03-05
[release-branch.go1.26] html/template: properly escape URLs in meta content a...
Roland Shoemaker
2026-01-16
doc: fix urlmaxqueryparams typos
Michael Pratt
2026-01-15
net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters
Damien Neil
2025-12-02
doc: pre-announce removal of gotypesalias and asynctimerchan GODEBUG flags
Robert Griesemer
2025-11-26
crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandom
Filippo Valsorda
2025-11-25
crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchanges
Filippo Valsorda
2025-11-24
doc: pre-announce removal of 1.23 and earlier crypto GODEBUGs
Sean Liao
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-12
net/url: disallow raw IPv6 addresses in host
Sean Liao
2025-10-07
net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsed
Nicholas Husin
2025-07-08
cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-06-24
doc: fix links to runtime Environment Variables
yuuji.yaginuma
2025-05-21
crypto/x509: use truncated SHA-256 for SubjectKeyId
Filippo Valsorda
2025-05-21
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
Filippo Valsorda
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-05-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-04-29
doc: fix grammar and spelling
John Bampton
2025-03-11
cmd/go: allow symlinks of non-directory files in embed
Michael Matloob
2025-03-10
internal/godebugs: add decoratemappings as an opaque godebug setting
Michael Pratt
2025-03-06
doc: update godebug doc to clarify godebug directive in workspace
Michael Matloob
2025-02-20
doc: add a disclamer for the TLS handshake timeouts TL;DR bug in godebug.md
Thomas Vaillant
2025-02-14
doc/godebug: mention GODEBUG=fips140
Ian Lance Taylor
2024-11-30
crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey
Filippo Valsorda
2024-11-22
crypto/tls: implement X25519MLKEM768
Filippo Valsorda
2024-11-22
crypto/x509: switch default policy field to Policies
Roland Shoemaker
2024-11-22
crypto/rsa: refuse to generate and/or use keys smaller than 1024 bits
Filippo Valsorda
2024-11-20
doc/godebug: document we removed x509sha1
Roland Shoemaker
2024-11-20
crypto/x509: remove x509sha1 GODEBUG
Roland Shoemaker
2024-11-19
crypto/subtle: add DIT closure
Roland Shoemaker
2024-11-19
doc/godebug: document that unrecognized GODEBUG entries are ignored
Ian Lance Taylor
2024-11-19
doc/godebug: fix tipo
Ian Lance Taylor
2024-11-19
cmd/go: re-enable build JSON from go test -json, now with GODEBUG
Austin Clements
2024-10-28
Revert "crypto/rand: add randcrash=0 GODEBUG"
Filippo Valsorda
2024-10-07
crypto/rand: add randcrash=0 GODEBUG
Filippo Valsorda
2024-09-03
net: enable multipath TCP by default for listeners
Aperence
2024-08-30
doc: fix wording of GODEBUG history item from CL 606055
Paschalis T
2024-08-19
math/rand: make calls to Seed no-op
Paschalis T
2024-06-18
net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent
Damien Neil
2024-06-18
Revert "crypto/x509: reject serial numbers longer than 20 octets"
Roland Shoemaker
2024-06-12
net: add GODEBUG=netedns0=0 to disable sending EDNS0 header
Ian Lance Taylor
2024-05-30
Revert "runtime: remove GODEBUG=runtimecontentionstacks"
Rhys Hiltner
2024-05-23
doc: fix two instances of "the the" in godebug.md
Mordy Ovits
2024-05-22
crypto/tls: populate Leaf in X509KeyPair
Roland Shoemaker
2024-05-22
crypto/tls: disable 3-DES by default
Filippo Valsorda
2024-05-22
html: update jstmpllitinterp doc
Roland Shoemaker
2024-05-22
crypto/x509: reject serial numbers longer than 20 octets
Roland Shoemaker
2024-05-22
crypto/x509: reject negative serial numbers
Roland Shoemaker
2024-05-22
crypto/tls: implement X25519Kyber768Draft00
Filippo Valsorda
2024-05-21
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
[next]