aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/proxy_test.go
AgeCommit message (Expand)Author
2021-03-24cmd/go: move psuedo-version and version sorting to x/modJay Conrod
2021-03-10cmd/go: test remote lookup of packages with leading dots in path elementsJay Conrod
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
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-24cmd/go: use verbose flag to log proxy activitiesConstantin Konstantinidis
2020-08-21cmd/go: clarify error for invalid proxy responsesMichał Łowicki
2020-06-11cmd/go/internal/web: don't follow an infinite number of redirectsBaokun Lee
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-06-18cmd/go/internal/modload: query correct "latest" version through proxyJay Conrod
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2019-04-29cmd/go: implement Go checksum database supportRuss Cox
2019-04-25cmd/go: add support for GOPROXY listRuss Cox
2018-11-16cmd/go: fix detection of unexpected files in downloaded zipsRuss Cox
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-10cmd/go: fix handling of gopkg.in/macaroon-bakery.v2-unstableRuss Cox
2018-07-20cmd/go: case-encode versions as well as module paths in files, URLsRuss Cox
2018-07-19cmd/go: convert final module tests to scriptsRuss 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