aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec/SingleBuildFileCache.java
Commit message (Expand)AuthorAge
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* MetadataProvider now provides ActionInput lookup by exec path.Gravatar shahan2018-06-05
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* In PerActionFileCache, tolerate requests for Artifacts that are not in the ca...Gravatar janakr2017-10-10
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Windows-aware path-absoluteness checks.Gravatar Laszlo Csomor2017-02-13
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Combine pathTo{Digest,Bytes} in SingleBuildFileCacheGravatar Michajlo Matijkiw2015-05-07
* Mostly-automated roll-forward to return ActionInput objects from the ActionIn...Gravatar Janak Ramakrishnan2015-04-06
* Rolling back change because of subtle race condition when multiple actions in...Gravatar Janak Ramakrishnan2015-03-20
* Return ActionInput objects from the ActionInputFileCache when given a digest ...Gravatar Janak Ramakrishnan2015-03-16
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25