aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/BUILD
Commit message (Expand)AuthorAge
* remote: unix socket support for remote http cachingGravatar buchgr2018-07-11
* This change adds the writing of the remote execution log to a file behind an ...Gravatar Googler2018-03-29
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* remote: Rewrite the HTTP caching client in Netty. Fixes #4481Gravatar buchgr2018-01-26
* Remove some unnecessary depsGravatar Ulf Adams2018-01-15
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2018-01-10
* Automated rollback of commit 43f45b58acf10beadbb1221b71dfa06fa1341510.Gravatar jcater2017-12-21
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2017-12-19
* remote: Add support for Google Cloud Storage.Gravatar Jakob Buchgraber2017-12-18
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Remove hazelcast dependency from BazelGravatar Alpha Lam2017-10-30
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Reimplement RemoteSpawnStrategy on top of RemoteSpawnRunnerGravatar ulfjack2017-07-10
* Move the SimpleBlobStore and implementations to a subpackageGravatar ulfjack2017-07-05
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Switching to Watcher API instead of wait_for_completion, in preparation forGravatar olaola2017-06-14
* Remote execution: post CAS links to the BEP instead of local file URIsGravatar ulfjack2017-06-09
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* protobuf: Use bazel's native java_proto_library rules.Gravatar Jakob Buchgraber2017-06-06
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* OnePlatform auth support for Bazel, in preparation for next version of the API.Gravatar olaola2017-04-20
* Open source LocalSpawnRunnerGravatar ulfjack2017-04-07
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Implementing directory Merkle trees for remote execution/caching (seeGravatar Ola Rozenfeld2016-09-14
* Prototype for remote execution using gRPC and Netty transportGravatar Alpha Lam2016-05-16
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Implement distributed caching for BazelGravatar Alpha Lam2016-02-10