aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* 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
* Fix test.xml download for failing testsGravatar ulfjack2017-06-09
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Enable automatic content compression for blob store requestsGravatar Jason Gavris2017-06-08
* protobuf: Use bazel's native java_proto_library rules.Gravatar Jakob Buchgraber2017-06-06
* Fix: remote execution was ignoring the exit codeGravatar Ulf Adams2017-06-06
* Remote caching: don't crash for actions with no inputsGravatar Ulf Adams2017-06-01
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* RemoteSpawnStrategy: don't round-trip through StringGravatar ulfjack2017-05-30
* Remote worker: skip non-existent files after action executionGravatar ulfjack2017-05-30
* Update remote caching / execution docsGravatar ulfjack2017-05-23
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22