aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/PerActionFileCache.java
Commit message (Expand)AuthorAge
* Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584.Gravatar twerth2018-08-02
* Remove PerActionFileCacheGravatar ulfjack2018-07-23
* 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
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* In PerActionFileCache, tolerate requests for Artifacts that are not in the ca...Gravatar janakr2017-10-10
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Per action file caching for input TreeArtifact.Gravatar Rumou Duan2016-10-19
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* 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
* Mostly-automated roll-forward to return ActionInput objects from the ActionIn...Gravatar Janak Ramakrishnan2015-04-06
* Split FileAndMetadataCache into two classes, since most of the shared functio...Gravatar Janak Ramakrishnan2015-04-06