aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/cache.go
AgeCommit message (Expand)Author
2021-06-21cmd/go: do not require the module cache to exist for 'go mod edit'Bryan C. Mills
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: detect and recover from missing ziphash fileJay Conrod
2021-03-02cmd/go: reject relative paths in GOMODCACHE environmentBaokun Lee
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-11-12cmd/go: migrate away from semver.MaxJay Conrod
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-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-03-11cmd/go: make module zip extraction more robustJay Conrod
2020-01-09cmd/go: make "finding" logging deterministicBryan C. Mills
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-11cmd/go: integrate changes made in x/mod packages into internal packagesJay Conrod
2019-09-25cmd/go: consistent output for -json failuresMarwan Sulaiman
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-06-19cmd/go/internal/modfetch: re-resolve commit hashes in readDiskStatBryan C. Mills
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-15cmd/go/internal/renameio: allow write file with the specified permissionsBaokun Lee
2018-11-29cmd/go/internal/modfetch: document DownloadDirBryan 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: accept @hash/branch in mod downloadmarwan-at-work
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-20cmd/go: case-encode versions as well as module paths in files, URLsRuss Cox
2018-07-19cmd/go/internal/module: add new +incompatible version build annotationRuss 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