aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* remote: Lower the chances of a race condition in the remote upload.Gravatar Ola Rozenfeld2017-07-17
* remote: Failed blob upload should close file handle.Gravatar buchgr2017-07-17
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* remote: Chunker.reset() should release resources.Gravatar buchgr2017-07-17
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* 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