aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch
AgeCommit message (Expand)Author
2021-03-25[release-branch.go1.15] cmd/go/internal/modfetch: detect and recover from mis...Jay Conrod
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2020-10-29[release-branch.go1.15] cmd/go/internal/modfetch: drop gopkg.in/russross/blac...Tobias Klauser
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
2020-03-31cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2020-03-27cmd/go/internal/modfetch/codehost: remove unused GitRepo functionBryan C. Mills
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
2020-03-18cmd/go/internal/modfetch/zip_sum_test: remove dead versionsJay Conrod
2020-03-12cmd/go: improve pseudo-version timestamp errorWalt Della
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
2020-02-24cmd/go/internal/modfetch: delete unused isVendoredPackage functionBryan C. Mills
2020-01-09cmd/go: make "finding" logging deterministicBryan C. Mills
2020-01-08cmd/go: adjust heuristics for skipping +incompatible versionsBryan C. Mills
2019-12-20cmd/go/internal/modfetch/codehost: replace a dubious call to semver.MaxBryan C. Mills
2019-12-19cmd/go: relax validation for replacements for gopkg.in pathsBryan C. Mills
2019-12-06cmd/go: reduce redundancy in direct mode lookup error messagesJay Conrod
2019-11-15cmd/go: allow a fork with path […]/vN to replace gopkg.in/[…].vNBryan C. Mills
2019-11-11cmd/go: fix windows test failuresJay Conrod
2019-11-08cmd/go/internal/modfetch: add GOINSECUREwitchard
2019-11-07cmd/go/internal/modfetch: switch to golang.org/x/mod/zipJay Conrod
2019-11-07cmd/go/internal/modfetch/zip_sum_test: long test for zip sum stabilityJay Conrod
2019-11-06cmd/go: use lockedfile instead of renameio for go.mod and go.sum filesBryan C. Mills
2019-11-06cmd/go: avoid upgrading to +incompatible versions if the latest compatible on...Bryan C. Mills
2019-11-05cmd/go/internal/modfetch: prune +incompatible versions more aggressivelyBryan C. Mills
2019-11-05cmd/go/internal/modfetch: remove non-hermetic testBryan C. Mills
2019-11-01cmd/go: adjust module-related loggingBryan C. Mills
2019-11-01cmd/go: default to mod=readonly when the go.mod file is read-onlyBryan C. Mills
2019-11-01cmd/go/internal/modfetch: add zip sums and hashes to TestCodeRepoJay Conrod
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-25cmd/go: implement svn support in module modeBryan C. Mills
2019-10-24cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills
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-10-11cmd/go: integrate changes made in x/mod packages into internal packagesJay Conrod
2019-10-03cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2 againTobias Klauser
2019-10-01cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2Andrew Bonventre
2019-09-25cmd/go: consistent output for -json failuresMarwan Sulaiman
2019-09-24cmd/go/internal/modfetch/codehost: work around an apparent bug in 'git fetch ...Bryan C. Mills
2019-09-12cmd/go: document <module>/@latest endpoint in 'go help goproxy'Jay Conrod
2019-09-12cmd/go/internal/modfetch: reduce path redundancy in checkMod error reportingBryan C. Mills
2019-09-11Revert "cmd/go/internal/modconv: use modules to examine instead of using only...Bryan C. Mills
2019-09-11cmd/go/internal/modconv: use modules to examine instead of using only direct ...Aofei Sheng
2019-09-11cmd/go/internal/modfetch/codehost: treat nonexistent repositories as “not f...Bryan C. Mills