aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch
AgeCommit message (Expand)Author
2021-04-28cmd/go/internal/modfetch: fix comment that mentions no-longer returned errorJeff Widman
2021-04-15cmd/go/internal/modconv: involve GOPROXY in ConvertLegacyConfigAofei Sheng
2021-04-12cmd/go: display helpful error when module cache can't be createdJulie Qiu
2021-03-24cmd/go: move psuedo-version and version sorting to x/modJay Conrod
2021-03-18cmd/go: remove renameio package and its last usageMichael Matloob
2021-03-13all: remove duplicate wordsJohn Bampton
2021-03-11cmd/go: remove some fsyncs when writing filesMichael Matloob
2021-03-05cmd/go/internal/modfetch/codehost: report git errors more accuratelyKevin Burke
2021-03-05cmd/go/internal/modfetch: detect and recover from missing ziphash fileJay Conrod
2021-03-02cmd/go: remove -insecure flag on go getwitchard
2021-03-02cmd/go: reject relative paths in GOMODCACHE environmentBaokun Lee
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02cmd/go: stop tests from using network during -shortRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-11-12cmd/go: migrate away from semver.MaxJay Conrod
2020-11-09cmd/go: add GOVCS setting to control version control usageRuss Cox
2020-11-05cmd/go: revert "add GOVCS setting to control version control usage"Dmitri Shuralyov
2020-11-05cmd/go: add GOVCS setting to control version control usageRuss Cox
2020-11-04cmd/go/internal/modfetch/codehost: add support for new fossil info hash prefixCurtis La Graff
2020-10-28cmd/go/internal/modfetch: drop gopkg.in/russross/blackfriday.v2 from TestCode...Tobias Klauser
2020-10-28cmd/go/internal/modfetch: update expected tags for TestCodeRepoVersionsTobias Klauser
2020-10-23cmd/go: change error message for missing import with unused replacementJay Conrod
2020-10-23cmd/go: don't fetch files missing sums in readonly modeJay Conrod
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-10-16cmd/go/internal/modload: allow 'go get' to use replaced versionsBryan C. Mills
2020-10-13cmd/go/internal/modfetch: remove error return from LookupBryan C. Mills
2020-10-09cmd/go: ignore retracted versions when converting revisions to versionsJay Conrod
2020-10-01cmd/go/internal/modfetch: always extract module directories in placeJay Conrod
2020-09-11cmd/go: move repository resolution from internal/get to internal/vcsJay Conrod
2020-09-11cmd/go: move get.Insecure to cfg.Insecure to break dependency cycleJay Conrod
2020-08-27cmd/go/internal/modfetch: do not use mangled version strings to construct mod...Bryan C. Mills
2020-08-21cmd/go: clarify error for invalid proxy responsesMichał Łowicki
2020-08-20cmd/go: add tracing for querying and downloading from the proxyMichael Matloob
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: add tracing for querying and downloading from the proxyMichael Matloob
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-14cmd/go: migrate to module.MatchPrefixPatternsJay Conrod
2020-08-14cmd/go: don't save sums for modules loaded for import resolutionJay Conrod
2020-08-14cmd/go/internal/modfetch: stop migrating go.modverify to go.sumJay Conrod
2020-05-26cmd/go: report error for empty GOPROXY listJay Conrod
2020-05-21cmd/go: rank errUseProxy lower when handling proxy errorsJay Conrod
2020-04-27cmd/go/internal/web: use url.RedactedBaokun Lee
2020-04-21cmd/go/internal/modfetch: add Unlock before return in checkModSumBurtonQin
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob