aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/sumdb.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-11cmd/go: move get.Insecure to cfg.Insecure to break dependency cycleJay Conrod
2020-08-14cmd/go: migrate to module.MatchPrefixPatternsJay Conrod
2020-04-27cmd/go/internal/web: use url.RedactedBaokun Lee
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-03-31cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2020-03-27Revert "cmd/go: add support for GOPROXY fallback on unexpected errors"Bryan C. Mills
2020-03-26cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-11cmd/go: integrate changes made in x/mod packages into internal packagesJay Conrod
2019-08-21cmd/go: accept GOSUMDB=sum.golang.google.cnRuss Cox
2019-06-26cmd/go: fix typo in sumdb cache pathHeschi Kreinick
2019-06-11cmd/go: allow GOPROXY to elide the "https://" prefixBryan C. Mills
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2019-05-13cmd/go/internal/modfetch: fix GOSUMDB test failuresBryan C. Mills
2019-04-30cmd/go/internal/modfetch: fix concurrent read/write race in modfetchRuss Cox
2019-04-29cmd/go: implement Go checksum database supportRuss Cox