aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/fetch.go
AgeCommit message (Expand)Author
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
2018-08-01cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss Cox
2018-07-23cmd/go/internal/modfetch: do not panic when zip is incorrectmarwan-at-work
2018-07-19cmd/go: scrub go.sum during go mod -syncRuss Cox
2018-07-18cmd/go/internal/modfetch: do not rely on file system for case sensitivityRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox