index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
server
/
GrpcServerImpl.java
Commit message (
Expand
)
Author
Age
*
Move InvocationPolicy to the options parser package.
ccalvarin
2017-06-09
*
Fix a bunch of issues related to server startup/shutdown:
lberki
2017-06-06
*
Move InvocationPolicy from a startup argument to part of the RunRequest proto.
ccalvarin
2017-04-07
*
Clarify the log lines used when a command is interrupted to more obviously di...
Nathan Harmata
2017-03-14
*
Rollback of commit 8fb311b4dced234b2f799c16c7d08148619f4087.
Dmitry Lomov
2017-02-16
*
Reinstate idleness checks where the server self-terminates when it's idle and...
Lukacs Berki
2017-02-14
*
Reinstate IdleServerTasks that accidentally got disabled with the switch from...
Lukacs Berki
2017-02-07
*
Add a little more logging so that we have more data about gRPC communication ...
Lukacs Berki
2017-02-01
*
Make the server commit suicide if its PID file vanishes.
Lukacs Berki
2017-01-13
*
Bazel client: delete and don't use the server.pid
Laszlo Csomor
2016-11-24
*
Store and use commandId and cookie as ByteStrings
Michajlo Matijkiw
2016-11-03
*
Avoid deadlock when a client disconnects with the gRPC queue full.
Lukacs Berki
2016-10-11
*
Remove support for using AF_UNIX to communicate between the Bazel cient and t...
Lukacs Berki
2016-10-07
*
Line buffer stderr.
Lukacs Berki
2016-10-05
*
Chunk large stdout/err writes in RpcOutputStream
Michajlo Matijkiw
2016-09-26
*
Fix a typo.
Lukacs Berki
2016-09-21
*
Catch StatusRuntimeException in the Cancel() RPC.
Lukacs Berki
2016-09-19
*
Send the client the command id as soon as possible
Michajlo Matijkiw
2016-09-16
*
Move request cancellation off the dispatching thread
Michajlo Matijkiw
2016-09-14
*
Implement flow control for gRPC and cleanup the interface to it a bit.
Lukacs Berki
2016-09-06
*
Increase the deadline for cancellation request and add some extra logging in ...
Lukacs Berki
2016-08-31
*
GRPC server waits for termination after clean command
Michajlo Matijkiw
2016-08-26
*
Log gRPC interrupt events.
Lukacs Berki
2016-08-18
*
Only call StreamObserver.onNext() from a single thread in order to avoid a me...
Lukacs Berki
2016-08-16
*
Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...
Janak Ramakrishnan
2016-08-12
*
Remove the AF_UNIX client/server communication protocol.
Lukacs Berki
2016-08-05
*
Fix #1602: Bazel server couldn't start on system lacking IPv6 support.
Philipp Wollermann
2016-08-04
*
Prefer IPv6 when binding the gRPC server to localhost, because the OS X sandb...
Philipp Wollermann
2016-08-03
*
Bump grpc-java lib to version 0.15.0 non-binaries
dapengzhang0
2016-07-25
*
Actually restart server timeout on Ping() and Cancel() RPCs.
Lukacs Berki
2016-07-18
*
Use System#nanoTime() in the server timeout thread because it's monotonous, u...
Lukacs Berki
2016-07-18
*
Move the verification of the JVM earlier in the client so that less time pass...
Lukacs Berki
2016-07-08
*
Make the timeout thread shut the server down in an orderly way.
Lukacs Berki
2016-07-07
*
Figure out the actual address of the command port a little differently, in a ...
Lukacs Berki
2016-04-28
*
Fix a race condition introduced in unknown commit (that is, the January of 20...
Lukacs Berki
2016-04-26
*
Make gRPC mode honor --max_idle_secs.
Lukacs Berki
2016-04-25
*
Make the server tell not only the port, but also the address it is listening on.
Lukacs Berki
2016-04-25
*
Make the integration tests pass with gRPC client/server comms.
Lukacs Berki
2016-04-21
*
Assorted changes wrt. gRPC client/server comms:
Lukacs Berki
2016-04-21
*
Block when another command is running on the server and not on the client whe...
Lukacs Berki
2016-04-20
*
Bind the gRPC command server port only to localhost.
Lukacs Berki
2016-04-19
*
Make it possible to interrupt commands when communicating over gRPC.
Lukacs Berki
2016-04-19
*
Do not start the AF_UNIX server when in gRPC mode.
Lukacs Berki
2016-04-19
*
Rename field names in command_server.proto so that they don't conflict with C...
Lukacs Berki
2016-04-18
*
Initial version of client-server communication over gRPC.
Lukacs Berki
2016-04-15
*
Add the --grpc_port startup option and start a Java server if it's passed in.
Lukacs Berki
2016-04-14