aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/GrpcRemoteCache.java
Commit message (Expand)AuthorAge
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* User-friendlier representation of a missing digest.Gravatar olaola2018-02-08
* Fixing #4585: broken re-execution of orphaned actions.Gravatar olaola2018-02-08
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Using only one GetMissingBlobs RPC per action instead of two.Gravatar olaola2017-09-29
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* Uploading failed action outputs to the remote cache, because even if the test...Gravatar olaola2017-09-19
* ActionInputFileCache: move getMetadata to a new super-interfaceGravatar ulfjack2017-09-11
* remote: simplify upload logicGravatar buchgr2017-08-29
* grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486Gravatar buchgr2017-08-04
* remote: Delete output files created by failed download.Gravatar Jakob Buchgraber2017-07-27
* Fixing #3380: output stack traces and informative messages.Gravatar olaola2017-07-27
* Fix #3416: catch the ALREADY_EXISTS status code on upload, and treat it as su...Gravatar olaola2017-07-21
* remote: Fix a bug where local executed results would not be uploaded. Fixes #...Gravatar Ola Rozenfeld2017-07-14
* remote: Refactor GrpcRemoteExecutor to only take what it needs.Gravatar buchgr2017-07-12
* remote: Rewrite ChunkerGravatar buchgr2017-07-12
* remote: Rewrite the ByteStream upload.Gravatar buchgr2017-07-10
* Make sure to check the received digest on downloadGravatar ulfjack2017-07-07
* Refactor RemoteSpawn{Strategy,Runner}Gravatar ulfjack2017-07-07
* Stop reusing gRPC stubs, that causes the deadline to be per-build rather than...Gravatar olaola2017-07-05
* Rename GrpcActionCache to GrpcRemoteCacheGravatar ulfjack2017-07-05