aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/GrpcRemoteCache.java
Commit message (Expand)AuthorAge
* Pass digest to Chunker construction when available.Gravatar tomlu2018-08-03
* Add support for VirtualActionInputs to the remote cache.Gravatar tomlu2018-08-02
* remote: add a ByteStreamBuildEventArtifactUploaderGravatar buchgr2018-07-12
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* 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