aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteSpawnStrategy.java
Commit message (Expand)AuthorAge
* Clone the remote execution implementation into a new classGravatar ulfjack2017-03-29
* Refactor simple distributed caching support Gravatar Alpha Lam2017-03-28
* Deja-vu: Using an ActionInputFileCache for SHA1 digests used with remote exec...Gravatar Ola Rozenfeld2017-03-27
* Use SpawnInputExpander in the remote spawn strategy to expand runfiles treesGravatar Ulf Adams2017-03-24
* Adding a temporary flag to Bazel to allow Platform override from the commandGravatar Ola Rozenfeld2017-03-14
* Also report the spawn from the remote strategyGravatar Ulf Adams2017-03-10
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Adding a small flag allowing to control remote caching without remote executi...Gravatar Ola Rozenfeld2017-03-03
* Make --hazelcast_node and --remote_cache options mutually exclusive Gravatar Marcin Maliszkiewicz2017-01-20
* Creating separate instances of CAS and execution handlers for every action. T...Gravatar Ola Rozenfeld2016-12-16
* 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
* Printing the stack trace of remote failures on --verbose_failures.Gravatar Ola Rozenfeld2016-12-13
* Attempt #2 to submit commit e860316559eac366d47923a8eb4b5489a661aa35: Using a...Gravatar Ola Rozenfeld2016-11-24
* Rollback of commit e860316559eac366d47923a8eb4b5489a661aa35.Gravatar Alex Humesky2016-11-21
* Using an ActionFileInputCache for SHA1 digests used with remote execution.Gravatar Ola Rozenfeld2016-11-21
* Description redacted.Gravatar Ola Rozenfeld2016-09-20
* Refactoring getTimeoutSeconds of a Spawn into Spaws.java, becaused it is usedGravatar Googler2016-09-08
* Stop catching InterruptedException in remote execution.Gravatar Janak Ramakrishnan2016-08-18
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Prototype for remote execution using gRPC and Netty transportGravatar Alpha Lam2016-05-16
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemote...Gravatar Philipp Wollermann2016-02-28
* Implement distributed caching for BazelGravatar Alpha Lam2016-02-10