aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java
Commit message (Expand)AuthorAge
* Make the fallback strategy for Bazel's remote execution configurable.Gravatar philwo2018-07-30
* remote: unix socket support for remote http cachingGravatar buchgr2018-07-11
* remote: limit number of open tcp connections by default. Fixes #5491Gravatar buchgr2018-07-02
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* Enable --experimental_remote_spawn_cache by defaultGravatar ulfjack2018-05-28
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* remote: introduce --disk_cache_flagGravatar David Ostrovsky2018-05-02
* This change adds the writing of the remote execution log to a file behind an ...Gravatar Googler2018-03-29
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Disable concurrent change detectionGravatar ulfjack2018-01-22
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* 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: Rename --remote_rest_cache to --remote_http_cacheGravatar Jakob Buchgraber2017-12-19
* remote: deprecate --remote_rest_cache_pool_sizeGravatar Jakob Buchgraber2017-12-19
* Minor fixes to spacing in help messagesGravatar Mike Morearty2017-11-29
* Remove hazelcast dependency from BazelGravatar Alpha Lam2017-10-30
* Internal changeGravatar David Ostrovsky2017-09-25
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Move the remote initialization code out of RemoteSpawnStrategyGravatar ulfjack2017-07-07
* 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
* 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
* Disable local fallback by defaultGravatar ulfjack2017-06-09
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* Enabling chunking of outputs in the RemoteWorker downloadBlob. This fixes the...Gravatar olaola2017-04-24
* OnePlatform auth support for Bazel, in preparation for next version of the API.Gravatar olaola2017-04-20
* Adding a temporary flag to Bazel to allow Platform override from the commandGravatar Ola Rozenfeld2017-03-14
* Adding a small flag allowing to control remote caching without remote executi...Gravatar Ola Rozenfeld2017-03-03
* Add a flag for disabling local fallback for actions that failed remotely.Gravatar Ola Rozenfeld2016-12-13
* Debugging flag (will rarely be used by actual users) that disables remoteGravatar Ola Rozenfeld2016-12-13
* Basic implementation of a remote gRPC based cache.Gravatar Ola Rozenfeld2016-09-21
* Description redacted.Gravatar Ola Rozenfeld2016-09-20
* Simple REST URL cacheGravatar Dan Fabulich2016-07-22
* Add support for Hazelcast configuration fileGravatar Dan Fabulich2016-07-18
* Remote worker to listen to a specific port for HazelcastGravatar Alpha Lam2016-05-20
* Prototype for remote execution using gRPC and Netty transportGravatar Alpha Lam2016-05-16
* Implement distributed caching for BazelGravatar Alpha Lam2016-02-10