aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/SimpleBlobStoreActionCache.java
Commit message (Expand)AuthorAge
* 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