aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/server
Commit message (Expand)AuthorAge
* Automated rollback of commit 4869c4e17d5b1410070a1570f3244148d8f97b5d.Gravatar pcloudy2017-11-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Delayed rollforward of commit 8fb311b4dced234b2f799c16c7d08148619f4087.Gravatar kush2017-10-18
* Clarify the log lines used when a command is interrupted to more obviously di...Gravatar Nathan Harmata2017-03-14
* Rollback of commit 8fb311b4dced234b2f799c16c7d08148619f4087.Gravatar Dmitry Lomov2017-02-16
* Bump up the time we are willing to wait for gRPC to start up in GrpcServerTests.Gravatar Lukacs Berki2017-02-15
* Reinstate idleness checks where the server self-terminates when it's idle and...Gravatar Lukacs Berki2017-02-14
* Remove the unused class RPCService and its test.Gravatar Lukacs Berki2017-01-10
* Avoid deadlock when a client disconnects with the gRPC queue full.Gravatar Lukacs Berki2016-10-11
* Remove support for using AF_UNIX to communicate between the Bazel cient and t...Gravatar Lukacs Berki2016-10-07
* Chunk large stdout/err writes in RpcOutputStreamGravatar Michajlo Matijkiw2016-09-26
* Implement flow control for gRPC and cleanup the interface to it a bit.Gravatar Lukacs Berki2016-09-06
* Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...Gravatar Janak Ramakrishnan2016-08-12
* Remove the AF_UNIX client/server communication protocol.Gravatar Lukacs Berki2016-08-05
* 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
* Do not start the AF_UNIX server when in gRPC mode.Gravatar Lukacs Berki2016-04-19
* Revamp the client/server communication protocol so that it is portable to Win...Gravatar Lukacs Berki2016-03-22
* Migrated lib/server tests to JUnit 4.Gravatar Florian Weikert2015-11-30
* Open-source RPC tests.Gravatar Dmitry Lomov2015-11-18