aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-05[release-branch.go1.24] go1.24.10go1.24.10Gopher Robot
2025-10-29[release-branch.go1.24] encoding/pem: properly calculate end indexesRoland Shoemaker
2025-10-24[release-branch.go1.24] encoding/pem: properly decode strange PEM dataRoland Shoemaker
2025-10-17[release-branch.go1.24] net/url: allow IP-literals with IPv4-mapped IPv6 addr...Roland Shoemaker
2025-10-13[release-branch.go1.24] go1.24.9go1.24.9Gopher Robot
2025-10-13[release-branch.go1.24] crypto/x509: rework fix for CVE-2025-58187Roland Shoemaker
2025-10-07[release-branch.go1.24] go1.24.8go1.24.8Gopher Robot
2025-10-07[release-branch.go1.24] archive/tar: set a limit on the size of GNU sparse fi...Damien Neil
2025-10-07[release-branch.go1.24] encoding/pem: make Decode complexity linearRoland Shoemaker
2025-10-07[release-branch.go1.24] encoding/asn1: prevent memory exhaustion when parsing...Nicholas Husin
2025-10-07[release-branch.go1.24] net/http: add httpcookiemaxnum GODEBUG option to limi...Nicholas Husin
2025-10-07[release-branch.go1.24] crypto/x509: improve domain name verificationNeal Patel
2025-10-07[release-branch.go1.24] net/url: enforce stricter parsing of bracketed IPv6 h...Ethan Lee
2025-10-07[release-branch.go1.24] net/textproto: avoid quadratic complexity in Reader.R...Damien Neil
2025-10-07[release-branch.go1.24] crypto/x509: mitigate DoS vector when intermediate ce...Neal Patel
2025-10-07[release-branch.go1.24] net/mail: avoid quadratic behavior in mail address pa...Damien Neil
2025-10-01[release-branch.go1.24] net/http: avoid connCount underflow raceDamien Neil
2025-10-01[release-branch.go1.24] debug/pe: permit symbols with no nameIan Lance Taylor
2025-10-01[release-branch.go1.24] cmd/compile: don't rely on loop info when there are i...Keith Randall
2025-10-01[release-branch.go1.24] crypto/tls: quote protocols in ALPN error messageRoland Shoemaker
2025-10-01[release-branch.go1.24] sync/atomic: correct Uintptr.Or return docMichael Pratt
2025-09-25[release-branch.go1.24] lib/fips140: re-seal v1.0.0Filippo Valsorda
2025-09-25[release-branch.go1.24] crypto/internal/fips140: remove key import PCTs, make...Filippo Valsorda
2025-09-25[release-branch.go1.24] crypto/internal/fips140/ecdsa: make TestingOnlyNewDRB...Filippo Valsorda
2025-09-25[release-branch.go1.24] crypto/internal/fips140test: make TestCASTFailures st...Filippo Valsorda
2025-09-25[release-branch.go1.24] crypto/internal/fips140: revert post-sealing change t...Filippo Valsorda
2025-09-25[release-branch.go1.24] crypto/internal/fips140: make Version return latest w...Filippo Valsorda
2025-09-22[release-branch.go1.24] os: skip TestOpenFileCreateExclDanglingSymlink when n...Damien Neil
2025-09-17[release-branch.go1.24] cmd/link: fix cgo on riscv64 when building with gcc-15Mark Ryan
2025-09-16[release-branch.go1.24] os: set full name for Roots created with Root.OpenRootDamien Neil
2025-09-16[release-branch.go1.24] net: skip TestIPv4WriteMsgUDPAddrPort on plan9Richard Miller
2025-09-03[release-branch.go1.24] go1.24.7go1.24.7Gopher Robot
2025-08-25[release-branch.go1.24] net: fix WriteMsgUDPAddrPort addr handling on IPv4 so...database64128
2025-08-25[release-branch.go1.24] os/exec: fix incorrect expansion of ".." in LookPath ...Richard Miller
2025-08-20[release-branch.go1.24] cmd/go/internal/gover: fix ModIsPrerelease for toolch...Michael Matloob
2025-08-06[release-branch.go1.24] go1.24.6go1.24.6Gopher Robot
2025-08-06[release-branch.go1.24] database/sql: avoid closing Rows while scan is in pro...Damien Neil
2025-07-30[release-branch.go1.24] os/exec: fix incorrect expansion of "", "." and ".." ...Olivier Mengué
2025-07-30[release-branch.go1.24] cmd/compile: for arm64 epilog, do SP increment with a...Keith Randall
2025-07-30[release-branch.go1.24] os/user: user random name for the test user accountqmuntal
2025-07-10[release-branch.go1.24] runtime: prevent unnecessary zeroing of large objects...Michael Anthony Knyszek
2025-07-10[release-branch.go1.24] runtime: stash allpSnapshot on the MMichael Pratt
2025-07-08[release-branch.go1.24] go1.24.5go1.24.5Gopher Robot
2025-07-08[release-branch.go1.24] cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-06-27[release-branch.go1.24] cmd/link: permit a larger size BSS reference to a sma...Cherry Mui
2025-06-27[release-branch.go1.24] runtime: set mspan limit field early and eagerlyMichael Anthony Knyszek
2025-06-27[release-branch.go1.24] runtime: prevent mutual deadlock between GC stopTheWo...Michael Anthony Knyszek
2025-06-27[release-branch.go1.24] runtime: handle system goroutines later in goroutine ...Michael Anthony Knyszek
2025-06-26[release-branch.go1.24] cmd/go/internal/fips140: ignore GOEXPERIMENT on errorMichael Pratt
2025-06-25[release-branch.go1.24] runtime: add missing unlock in sysReserveAlignedSbrkCherry Mui