aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* Update the gRPC channels for remote caching and execution to use a RoundRobin...Gravatar olaola2017-07-17
* remote: Fix a bug where local executed results would not be uploaded. Fixes #...Gravatar Ola Rozenfeld2017-07-14
* remote: Improve error handling for --remote_* cmd line flags. Fixes #3361, #3358Gravatar buchgr2017-07-14
* remote: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14
* Sorting the Action output files.Gravatar olaola2017-07-14
* remote: Chunker should open files lazily.Gravatar buchgr2017-07-14
* Bring back the very useful stacktrace printouts on --verbose_failures (#3380).Gravatar olaola2017-07-14
* Fixing the handling of retries for watch and execute calls.Gravatar olaola2017-07-13
* remote: Refactor GrpcRemoteExecutor to only take what it needs.Gravatar buchgr2017-07-12
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* remote: Rewrite ChunkerGravatar buchgr2017-07-12
* Reimplement RemoteSpawnStrategy on top of RemoteSpawnRunnerGravatar ulfjack2017-07-10
* 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
* remote: Add a SingleSourceBuilder to the Chunker.Gravatar buchgr2017-07-07
* remote: Make RetryException aware of gRPC's StatusException.Gravatar buchgr2017-07-07
* Move the remote initialization code out of RemoteSpawnStrategyGravatar ulfjack2017-07-07
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Rewrite blob upload to use temporary filesGravatar ulfjack2017-07-06
* Change the SimpleBlobStore API to use Input/OutputStreamsGravatar ulfjack2017-07-05
* Stop reusing gRPC stubs, that causes the deadline to be per-build rather than...Gravatar olaola2017-07-05
* Allow the remote server to set its own default action timeout when Bazel does...Gravatar olaola2017-07-05
* Better error handling in RemoteSpawnStrategyGravatar ulfjack2017-07-05
* Add an on-disk storage option for the remote workerGravatar ulfjack2017-07-05
* Rename GrpcActionCache to GrpcRemoteCacheGravatar ulfjack2017-07-05
* Move the SimpleBlobStore and implementations to a subpackageGravatar ulfjack2017-07-05
* Bugfix: improper handling of IOException. This was triggered when we decided ...Gravatar olaola2017-07-03
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30
* Slight refactoring, functional noop: uploadChunks will need to get a Chunker....Gravatar olaola2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Rename RemoteUtils to GrpcUtilsGravatar ulfjack2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Enable connection pooling for the remote REST cacheGravatar Benjamin Peterson2017-06-27
* Simplify the RemoteActionCache interfaceGravatar ulfjack2017-06-27
* Only create a single per-build instance of the remote cache / executorGravatar ulfjack2017-06-22
* Change CAS URI to use the "bytestream" scheme instead of being scheme-lessGravatar ulfjack2017-06-22
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Cleanup: addressing comments from commit 9eea05d068a06ab642dd9d86d46ee5fa2e36...Gravatar olaola2017-06-16
* Switching to Watcher API instead of wait_for_completion, in preparation forGravatar olaola2017-06-14
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Fix bug in URI computation in RemoteModuleGravatar ulfjack2017-06-13
* Fix: remote results not downloaded on failed actions, such as interrupted tests.Gravatar olaola2017-06-13
* Remote execution: post CAS links to the BEP instead of local file URIsGravatar ulfjack2017-06-09
* Disable local fallback by defaultGravatar ulfjack2017-06-09