aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/codehost.go
AgeCommit message (Expand)Author
2023-11-17cmd/go: use a nil *Origin to represent "uncheckable"Bryan C. Mills
2023-11-17cmd/go: check that expected Origin fields are present to reuse module infoBryan C. Mills
2023-05-18cmd/go: propagate Context arguments through modfetch methodsBryan C. Mills
2023-05-08cmd/go/internal/modfetch/codehost: explicitly specify GIT_DIREmily Shaffer
2023-03-14cmd/go/internal/modfetch: use errors.ErrUnsupportedTobias Klauser
2022-08-29cmd/go/internal/modfetch: distinguish "unsupported" errors from RecentTagBryan C. Mills
2022-08-24cmd/go: avoid overwriting cached Origin metadataBryan C. Mills
2022-07-12cmd/go/internal/modfetch/codehost: add missing newline in '# lock' log messageBryan C. Mills
2022-07-05cmd/go: make module@nonexistentversion failures reusableRuss Cox
2022-07-05cmd/go: add -reuse flag to make proxy invocations more efficientRuss Cox
2022-07-05cmd/go: record origin metadata during module downloadRuss Cox
2022-05-10cmd/go/internal/modfetch: simplify handling of weird version tagsBryan C. Mills
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-03-27cmd/go/internal/modfetch: remove unused FileRev structBaokun Lee
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-01cmd/go/internal/modfetch: remove legacy codeBaokun Lee
2021-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-08-13cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
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-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-09cmd/go: ignore retracted versions when converting revisions to versionsJay Conrod
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2019-10-24cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills
2019-06-25cmd/go/internal/modfetch: return structured errors from proxy operationsBryan C. Mills
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2018-12-12cmd/go: link to the FAQ for errors that indicate private VCS repos.Julie Qiu
2018-11-29cmd/go/internal/modfetch/codehost: add lockfiles for reposBryan C. Mills
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-07-31cmd/go/internal/modfetch/codehost: quote arguments to commands printed from -xBryan C. Mills
2018-07-19cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox
2018-07-19cmd/go/internal/module: add new +incompatible version build annotationRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox
2018-06-15cmd/go: add dark copy of golang.org/x/vgoRuss Cox