aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/CommandExecutor.java
Commit message (Expand)AuthorAge
* Delete the now-useless interfaces ServerCommand and CommandExecutor.Gravatar lberki2018-02-06
* Move BlazeRuntime/BlazeCommandDispatcher shutdown to where they are created.Gravatar lberki2018-02-06
* Remove ShutdownBlazeServerException in favor of indicating that the server sh...Gravatar lberki2018-02-06
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Move InvocationPolicy from a startup argument to part of the RunRequest proto.Gravatar ccalvarin2017-04-07
* Make the server commit suicide if its PID file vanishes.Gravatar Lukacs Berki2017-01-13
* Fix a race condition introduced in unknown commit (that is, the January of 20...Gravatar Lukacs Berki2016-04-26
* Block when another command is running on the server and not on the client whe...Gravatar Lukacs Berki2016-04-20
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14