aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec/SpawnResult.java
Commit message (Expand)AuthorAge
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* remote: Return exit code 34 for remote caching/execution errors.Gravatar buchgr2017-09-01
* SpawnResult: allow signaling catastrophic errors, and compute detail messageGravatar ulfjack2017-07-24
* Extend the SpawnResult interface to cover more use casesGravatar ulfjack2017-06-07
* Expand the SpawnRunner/SpawnResult interfaces to cover more functionalityGravatar ulfjack2017-04-06
* Clone the remote execution implementation into a new classGravatar ulfjack2017-03-29