aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/cache/cache.go
AgeCommit message (Expand)Author
2021-05-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
2021-03-11cmd/go: remove some fsyncs when writing filesMichael Matloob
2020-12-21[dev.fuzz] internal/fuzz: read and write interesting values in fuzz cacheJay Conrod
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-15cmd/go/internal/renameio: allow write file with the specified permissionsBaokun Lee
2019-03-15cmd/go/internal/cache: remove log.txt from the cache directoryBryan C. Mills
2018-11-29cmd/go/internal/cache: write shared mutable files atomicallyBryan C. Mills
2018-06-12cmd/go: add support for vet-specific export dataRuss Cox
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-03cmd/go: make test binary builds reproducibleRuss 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/internal/cache: add GetBytes, PutBytesRuss Cox
2017-11-02cmd/go/internal/cache: implement build artifact cacheRuss Cox
2017-10-05cmd/go/internal/cache: add support definitionsRuss Cox