aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/cache
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-04-25cmd/go/internal/cache: fix typing error in errVerifyModeMukesh Sharma
2019-09-12cmd/go/internal/work: include detail in errors from cache operationsBryan C. Mills
2019-07-30cmd/go/internal/cache: verify that timestamp is positiveBryan C. Mills
2019-07-30cmd/go/internal/cache: avoid ioutil.WriteFile for writing cache entriesBryan C. Mills
2019-06-05cmd/go: replace uses of ioutil.ReadFile with renameio.ReadFileBryan C. Mills
2019-05-22all: shorten some testsRuss Cox
2019-05-15cmd/go/internal/renameio: allow write file with the specified permissionsBaokun Lee
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-03-15cmd/go/internal/cache: remove log.txt from the cache directoryBryan C. Mills
2019-03-01cmd/go/internal/cache: disable builds if GOCACHE is not an absolute pathBaokun Lee
2018-12-15cmd/go/internal/cache: save more data from DefaultDirBryan C. Mills
2018-12-12cmd/go: reject GOCACHE=off when the default cache is initializedBryan C. Mills
2018-11-29cmd/go/internal/cache: write shared mutable files atomicallyBryan C. Mills
2018-11-09cmd/go/internal/cache: fix wrong/old function name in commentBrad Fitzpatrick
2018-10-24cmd/go: use os.UserCacheDir for the default GOCACHEDaniel Martí
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-07-17cmd/go/internal/cache: squelch cache init warnings when $HOME is /Zev Goldstein
2018-06-12cmd/go: add support for vet-specific export dataRuss Cox
2018-01-31cmd/go: if unable to initialize cache, just disable itIan Lance Taylor
2018-01-14cmd/go: use Windows %AppData% for build cache if %LocalAppData% is emptyBrad Fitzpatrick
2018-01-03cmd/go: on Windows, disable cache if LocalAppData is not setIan Lance Taylor
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2017-12-06cmd/go: implement time-based trimming of build cacheRuss Cox
2017-11-16cmd/go/internal/cache: fix build failure introduced in CL 78176Russ Cox
2017-11-16cmd/go: implement go clean -testcacheRuss Cox
2017-11-13cmd/go: cache and replay command output during buildRuss Cox
2017-11-03cmd/go: make test binary builds reproducibleRuss Cox
2017-11-03cmd/go: cache built packagesRuss Cox
2017-11-03cmd/go: add README and access log to cache directoryRuss Cox
2017-11-02cmd/go: add cache verification modeRuss Cox
2017-11-02cmd/go: add "go env GOCACHE"Russ Cox
2017-11-02cmd/go/internal/cache: add GetBytes, PutBytesRuss Cox
2017-11-02cmd/go/internal/cache: implement build artifact cacheRuss Cox
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-10-05cmd/go/internal/cache: add support definitionsRuss Cox