aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/Spawns.java
Commit message (Expand)AuthorAge
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Add a helper method to compute timeouts with a default valueGravatar ulfjack2018-05-22
* Make "timeout" a constant in ExecutionRequirementsGravatar ulfjack2017-11-30
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* remote: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14
* Allow the remote server to set its own default action timeout when Bazel does...Gravatar olaola2017-07-05
* Add a tag to ExecutionRequirements that allows disabling local prefetchGravatar ulfjack2017-06-06
* Simplify the Spawn interfaceGravatar Ulf Adams2017-02-01
* Refactoring getTimeoutSeconds of a Spawn into Spaws.java, becaused it is usedGravatar Googler2016-09-08