aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/command_server.proto
Commit message (Expand)AuthorAge
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Ensure that shutdown commands end the server process before completionGravatar mschaller2017-07-12
* Move InvocationPolicy from a startup argument to part of the RunRequest proto.Gravatar ccalvarin2017-04-07
* Add some basic documentation to grpc protocolGravatar Michajlo Matijkiw2016-12-06
* Various cleanups and refactorings in the client:Gravatar Lukacs Berki2016-05-02
* Make the integration tests pass with gRPC client/server comms.Gravatar Lukacs Berki2016-04-21
* Block when another command is running on the server and not on the client whe...Gravatar Lukacs Berki2016-04-20
* Make it possible to interrupt commands when communicating over gRPC.Gravatar Lukacs Berki2016-04-19
* Rename field names in command_server.proto so that they don't conflict with C...Gravatar Lukacs Berki2016-04-18
* Initial version of client-server communication over gRPC. Gravatar Lukacs Berki2016-04-15
* Add stub gRPC C++ client and Java server.Gravatar Lukacs Berki2016-04-12