aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/SimpleBlobStoreActionCache.java
Commit message (Expand)AuthorAge
* remote: fix race on download error. Fixes #5047Gravatar buchgr2018-07-25
* 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/http: support refresh of oauth2 tokens in the remote cache.Gravatar Jakob Buchgraber2018-03-10
* 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
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* Moving the RemoteWorker into tools/remote directory.Gravatar olaola2017-12-05
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Change error on adding a directory to the remote cache to be non-fatalGravatar Rahul Malik2017-11-29
* remote: remove maximum blob size check.Gravatar Jakob Buchgraber2017-10-25
* Stream rest cache file uploads.Gravatar Benjamin Peterson2017-10-18
* 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: close file when uploadingGravatar buchgr2017-08-29
* remote/http: distinquish between action cache and casGravatar buchgr2017-08-29
* 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
* Rewrite blob upload to use temporary filesGravatar ulfjack2017-07-06
* Change the SimpleBlobStore API to use Input/OutputStreamsGravatar ulfjack2017-07-05
* Move the SimpleBlobStore and implementations to a subpackageGravatar ulfjack2017-07-05
* Enable connection pooling for the remote REST cacheGravatar Benjamin Peterson2017-06-27
* Simplify the RemoteActionCache interfaceGravatar ulfjack2017-06-27
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Remote worker: skip non-existent files after action executionGravatar ulfjack2017-05-30
* Handle null action inputs in TreeNodeRepositoryGravatar ulfjack2017-05-03
* Clone the remote execution implementation into a new classGravatar ulfjack2017-03-29
* Refactor simple distributed caching support Gravatar Alpha Lam2017-03-28