aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/TreeNodeRepository.java
Commit message (Expand)AuthorAge
* Pass digest to Chunker construction when available.Gravatar tomlu2018-08-03
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* remote/exec: always mark files executable.Gravatar Jakob Buchgraber2018-05-16
* Sort entries by segment when building a parent node to prevent unordered dire...Gravatar James Judd2018-05-07
* Automatic code cleanup.Gravatar Googler2018-03-21
* Remove unnecessary I/O operations from handling remotely executed actions (fi...Gravatar olaola2018-03-08
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Replace path implementation.Gravatar tomlu2018-02-08
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Remote caching: don't crash for actions with no inputsGravatar Ulf Adams2017-06-01
* Handle null action inputs in TreeNodeRepositoryGravatar ulfjack2017-05-03
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Deja-vu: Using an ActionInputFileCache for SHA1 digests used with remote exec...Gravatar Ola Rozenfeld2017-03-27
* Use SpawnInputExpander in the remote spawn strategy to expand runfiles treesGravatar Ulf Adams2017-03-24
* Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners t...Gravatar Nathan Harmata2016-11-24
* Improving getAllDigests to remove duplicates.Gravatar Ola Rozenfeld2016-09-20
* Implementing directory Merkle trees for remote execution/caching (seeGravatar Ola Rozenfeld2016-09-14