summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/codehost.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go/internal/modfetch/codehost: explicitly specify GIT_DIREmily Shaffer2023-05-081-0/+2
* cmd/go/internal/modfetch: use errors.ErrUnsupportedTobias Klauser2023-03-141-13/+0
* cmd/go/internal/modfetch: distinguish "unsupported" errors from RecentTagBryan C. Mills2022-08-291-0/+13
* cmd/go: avoid overwriting cached Origin metadataBryan C. Mills2022-08-241-1/+3
* cmd/go/internal/modfetch/codehost: add missing newline in '# lock' log messageBryan C. Mills2022-07-121-1/+1
* cmd/go: make module@nonexistentversion failures reusableRuss Cox2022-07-051-1/+8
* cmd/go: add -reuse flag to make proxy invocations more efficientRuss Cox2022-07-051-10/+7
* cmd/go: record origin metadata during module downloadRuss Cox2022-07-051-2/+88
* cmd/go/internal/modfetch: simplify handling of weird version tagsBryan C. Mills2022-05-101-1/+1
* all: use os/exec instead of internal/execabsRuss Cox2022-05-021-1/+1
* cmd/go/internal/modfetch: remove unused FileRev structBaokun Lee2022-03-271-7/+0
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* cmd/go/internal/modfetch: remove legacy codeBaokun Lee2021-12-011-15/+0
* cmd: move internal/str back to cmd/goRuss Cox2021-10-271-1/+1
* cmd/internal/str: move package from cmd/go/internal/strJay Conrod2021-08-131-1/+1
* all: introduce and use internal/execabsRoland Shoemaker2021-01-211-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-3/+2
* cmd/go: stop tests from using network during -shortRuss Cox2020-12-021-0/+3
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-4/+5
* cmd/go: ignore retracted versions when converting revisions to versionsJay Conrod2020-10-091-3/+2
* cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob2020-04-081-7/+3
* cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills2019-10-241-4/+3
* cmd/go/internal/modfetch: return structured errors from proxy operationsBryan C. Mills2019-06-251-1/+13
* cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills2019-06-211-8/+24
* cmd/go: link to the FAQ for errors that indicate private VCS repos.Julie Qiu2018-12-121-3/+7
* cmd/go/internal/modfetch/codehost: add lockfiles for reposBryan C. Mills2018-11-291-9/+29
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* cmd/go/internal/modfetch/codehost: quote arguments to commands printed from -xBryan C. Mills2018-07-311-3/+27
* cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox2018-07-191-0/+9
* cmd/go/internal/module: add new +incompatible version build annotationRuss Cox2018-07-191-0/+27
* cmd/go: merge module support from x/vgo repoRuss Cox2018-07-121-13/+32
* cmd/go: add dark copy of golang.org/x/vgoRuss Cox2018-06-151-0/+187