aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-30[release-branch.go1.12] all: merge release-branch.go1.12-security into releas...Dmitri Shuralyov
2020-01-27[release-branch.go1.12-security] internal/x/crypto/cryptobyte: import securit...Katie Hockman
2020-01-24[release-branch.go1.12-security] crypto/x509: mitigate CVE-2020-0601 verifica...Filippo Valsorda
2020-01-16[release-branch.go1.12] runtime: ignore power notification error seen on Wind...Ian Lance Taylor
2020-01-10[release-branch.go1.12] cmd/go/internal/modload: remove erroneous test caseBryan C. Mills
2020-01-08[release-branch.go1.12] runtime: ensure memmove write pointer atomically on A...Cherry Zhang
2020-01-07[release-branch.go1.12] net/http: avoid writing to Transport.ProxyConnectHeaderBryan C. Mills
2020-01-03[release-branch.go1.12] runtime: do not use PowerRegisterSuspendResumeNotific...Jason A. Donenfeld
2020-01-03[release-branch.go1.12] runtime: monitor for suspend/resume to kick timeoutsJason A. Donenfeld
2019-12-11[release-branch.go1.12] cmd/go/internal/modfetch: remove non-hermetic testBryan C. Mills
2019-12-04[release-branch.go1.12] runtime: fix textOff for multiple text sectionsLynn Boger
2019-11-22[release-branch.go1.12] cmd/vendor: remove _test.go and testdata filesAndrew
2019-11-21[release-branch.go1.12] all: base64-encode binaries that will cause Apple not...Andrew
2019-10-17[release-branch.go1.12] all: merge release-branch.go1.12-security into releas...Katie Hockman
2019-10-16[release-branch.go1.12-security] crypto/dsa: prevent bad public keys from cau...Katie Hockman
2019-10-09[release-branch.go1.12] cmd/vendor/golang.org/x/arch/arm64/arm64asm: recognis...Bryan C. Mills
2019-10-09runtime: fix GDB tests on s390x running Ubuntu 18.04Michael Munday
2019-10-09[release-branch.go1.12] cmd/go/internal/modfetch: update TestCodeRepo for gop...Tobias Klauser
2019-10-09[release-branch.go1.12] cmd/go/internal/{modconv,modfetch,modload}: set modfe...Bryan C. Mills
2019-10-08[release-branch.go1.12] cmd/go: clear GOPROXY in TestGoGetInsecureBryan C. Mills
2019-10-03[release-branch.go1.12] net: avoid an infinite loop in LookupAddrBrad Fitzpatrick
2019-09-26[release-branch.go1.12] all: merge release-branch.go1.12-security into releas...Filippo Valsorda
2019-09-25[release-branch.go1.12-security] net/textproto: don't normalize headers with ...Filippo Valsorda
2019-09-06[release-branch.go1.12] syscall: on AIX use nsendmsg and nrecvmsg, define Soc...Clément Chigot
2019-08-13[release-branch.go1.12] all: merge release-branch.go1.12-security into releas...Filippo Valsorda
2019-08-12[release-branch.go1.12-security] net/url: make Hostname and Port predictable ...Filippo Valsorda
2019-08-12[release-branch.go1.12-security] net/http: update bundled http2 to import sec...Filippo Valsorda
2019-08-09[release-branch.go1.12] cmd/link: increase the function call limit in stkcheckIan Lance Taylor
2019-08-02[release-branch.go1.12] math/big: fix the bug in assembly implementation of s...erifan01
2019-08-02[release-branch.go1.12] os: enable the close-on-exec flag for openFdAtBaokun Lee
2019-07-16[release-branch.go1.12] cmd/link: put shlib ".type" functions in internal ABIIan Lance Taylor
2019-07-15[release-branch.go1.12] crypto/tls: remove TestVerifyHostnameResumedFilippo Valsorda
2019-07-08[release-branch.go1.12] cmd/compile: add necessary operand to mergePoint in r...David Chase
2019-07-08[release-branch.go1.12] cmd/link: revise previous __DWARF segment protection fixThan McIntosh
2019-07-08[release-branch.go1.12] cmd/link: macos: set initial protection of 0 for __DW...Than McIntosh
2019-07-01[release-branch.go1.12] cmd/compile: fix range analysis of small signed integersMatthew Dempsky
2019-06-26[release-branch.go1.12] cmd/cgo: fix inappropriate array copyIan Lance Taylor
2019-06-10[release-branch.go1.12] cmd/link: fix deferreturn detectorKeith Randall
2019-06-10[release-branch.go1.12] cmd/go: accept -Wl,-R/path/Jason A. Donenfeld
2019-06-07[release-branch.go1.12] cmd/go: force -coverpkg main packages to be built as ...Jay Conrod
2019-06-07[release-branch.go1.12] net/http: prevent Transport from spamming stderr on s...Brad Fitzpatrick
2019-06-07[release-branch.go1.12] crypto/x509: fix value ownership in isSSLPolicy on macOSFilippo Valsorda
2019-05-17[release-branch.go1.12] os: pass correct environment when creating Windows pr...Jason A. Donenfeld
2019-05-14[release-branch.go1.12] cmd/compile: make sure to initialize static entries o...Keith Randall
2019-05-08[release-branch.go1.12] cmd/link/internal/ld: bump macOS and macOS SDK versio...Elias Naur
2019-05-06[release-branch.go1.12] cmd/go/internal/imports: use the full path to resolve...Bryan C. Mills
2019-05-06[release-branch.go1.12] cmd/go/internal/get: fix strayed verbose output on st...Hana Kim
2019-05-06[release-branch.go1.12] cmd/compile: use correct package name for stack objec...Keith Randall
2019-05-01[release-branch.go1.12] cmd/vet: add tests for point-release issuesRuss Cox
2019-05-01[release-branch.go1.12] cmd/vendor/golang.org/x/tools/go/analysis: update fro...Russ Cox