aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/proxy.go
AgeCommit message (Expand)Author
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-08-21cmd/go: clarify error for invalid proxy responsesMichał Łowicki
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-03-31cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
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
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-12cmd/go: document <module>/@latest endpoint in 'go help goproxy'Jay Conrod
2019-09-11cmd/go/internal/modfetch/codehost: treat nonexistent repositories as “not f...Bryan C. Mills
2019-06-26cmd/go/internal/modfetch: halt proxy fallback if the proxy returns a non-404/...Bryan C. Mills
2019-06-25cmd/go/internal/modfetch: filter pseudo-versions from proxy /list endpointsBryan 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
2019-06-11cmd/go: allow GOPROXY to elide the "https://" prefixBryan C. Mills
2019-06-10cmd/go/internal/web: support file:// URLsBryan 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-04-29cmd/go: implement Go checksum database supportRuss Cox
2019-04-25cmd/go/internal/modfetch: workaround file URL parsing on WindowsJay Conrod
2019-04-25cmd/go: add support for GOPROXY listRuss Cox
2019-04-25cmd/go/internal/web: minor api cleanupRuss Cox
2019-04-23cmd/go/internal/web: merge internal/web2 into webBryan C. Mills
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-03-13cmd/go/internal/{modconv,modfetch,modload}: set modfetch proxy URL in testsBryan C. Mills
2018-11-29cmd/go/internal/modfetch: make Repo.Zip write to an io.Writer instead of a te...Bryan C. Mills
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-10cmd/go: fix spelling in proxy documentationTobias Klauser
2018-08-01cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss Cox
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox
2018-07-20cmd/go: case-encode versions as well as module paths in files, URLsRuss Cox
2018-07-19cmd/go: document $GOPROXY, other module adjustmentsRuss 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
2018-06-15cmd/go: add dark copy of golang.org/x/vgoRuss Cox