aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/fetch.go
AgeCommit message (Expand)Author
2021-03-25[release-branch.go1.16] cmd/go/internal/modfetch: detect and recover from mis...Jay Conrod
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
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-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-13cmd/go/internal/modfetch: remove error return from LookupBryan C. Mills
2020-10-01cmd/go/internal/modfetch: always extract module directories in placeJay Conrod
2020-08-27cmd/go/internal/modfetch: do not use mangled version strings to construct mod...Bryan C. Mills
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: 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-04-21cmd/go/internal/modfetch: add Unlock before return in checkModSumBurtonQin
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-03-11cmd/go: extract module zip files in placeJay Conrod
2020-03-11cmd/go: make module zip extraction more robustJay Conrod
2020-02-26cmd/go/internal/modfetch: retry rename for unzipped directoriesJay Conrod
2019-11-07cmd/go/internal/modfetch: switch to golang.org/x/mod/zipJay Conrod
2019-11-06cmd/go: use lockedfile instead of renameio for go.mod and go.sum filesBryan C. Mills
2019-11-01cmd/go: adjust module-related loggingBryan C. Mills
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-10-21cmd/go: add a flag to avoid creating unwritable directories in the module cacheBryan C. Mills
2019-09-25cmd/go: consistent output for -json failuresMarwan Sulaiman
2019-09-12cmd/go/internal/modfetch: reduce path redundancy in checkMod error reportingBryan C. Mills
2019-08-21cmd/go: accept GOSUMDB=sum.golang.google.cnRuss Cox
2019-06-24cmd/go: fix a typo in module-private help textBryan C. Mills
2019-06-12cmd/go: add GOPRIVATE environment variableRuss Cox
2019-06-05cmd/go: replace uses of ioutil.ReadFile with renameio.ReadFileBryan C. Mills
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2019-05-23cmd/go: default to GOPROXY=https://proxy.golang.org and GOSUMDB=sum.golang.orgRuss Cox
2019-05-15cmd/go/internal/renameio: allow write file with the specified permissionsBaokun Lee
2019-05-08cmd/go: disallow go.sum updates in -mod=readonlyMarwan Sulaiman
2019-04-29cmd/go: implement Go checksum database supportRuss Cox
2019-03-07cmd/go: add notary simulation and GONOVERIFY supportRuss Cox
2018-11-30cmd/go/internal/modfetch: make directories read-only after renaming, not beforeBryan C. Mills
2018-11-29cmd/go/internal/modfetch: lock files and directoriesBryan C. Mills
2018-11-29cmd/go/internal/modfetch: make Repo.Zip write to an io.Writer instead of a te...Bryan C. Mills
2018-11-16cmd/go: fix detection of unexpected files in downloaded zipsRuss Cox
2018-09-13cmd/go/internal/modfetch: stop cutting the last character of versionsRoberto Selbach
2018-08-21cmd/go: add go.sum entries to go mod download -json outputRuss Cox
2018-08-10cmd/go: add go mod downloadRuss Cox