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-01-15
[release-branch.go1.25] net/url: add urlmaxqueryparams GODEBUG to limit the n...
Damien Neil
2025-10-07
[release-branch.go1.25] net/http: add httpcookiemaxnum GODEBUG option to limi...
Nicholas Husin
2025-07-08
[release-branch.go1.25] 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
2024-05-15
cmd/go: add support for godebug lines in go.mod and go.work
Russ Cox
2024-05-15
doc/godebug: correct gotypealias=1 deprecation
Russ Cox
2024-04-16
doc: fix tense in godebug (s/revert/reverted)
Ian Lance Taylor
2024-03-14
time: avoid stale receives after Timer/Ticker Stop/Reset return
Russ Cox
2024-03-13
time: garbage collect unstopped Tickers and Timers
Russ Cox
2024-03-04
os: don't normalize volumes to drive letters in os.Readlink
qmuntal
2024-03-04
os: don't treat mount points as symbolic links
qmuntal
2024-03-04
doc: fix typo of gotypesalias
Benjamin Peterson
2024-02-23
Revert "os: make FindProcess use pidfd on Linux"
Michael Pratt
[next]