aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/server
Commit message (Expand)AuthorAge
* Remove unused workspace variable.Gravatar twerth2018-08-09
* Add a option to disable idle gc.Gravatar Benjamin Peterson2018-08-08
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Remove the unused method IdleServerTasks#continueProcessing() .Gravatar lberki2018-04-03
* 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
* Automated rollback of commit 4869c4e17d5b1410070a1570f3244148d8f97b5d.Gravatar pcloudy2017-11-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Some minor quality of life improvements related to the fact that the default ...Gravatar nharmata2017-11-07
* Delayed rollforward of commit 8fb311b4dced234b2f799c16c7d08148619f4087.Gravatar kush2017-10-18
* Throw a checked exception if there's an error reading /proc/meminfo, and hand...Gravatar janakr2017-10-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Ensure that shutdown commands end the server process before completionGravatar mschaller2017-07-12
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Fix a few style issues.Gravatar lberki2017-06-29
* Migrate the lib.server package to Java 8.Gravatar lberki2017-06-29
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Fix a bunch of issues related to server startup/shutdown:Gravatar lberki2017-06-06
* Move InvocationPolicy from a startup argument to part of the RunRequest proto.Gravatar ccalvarin2017-04-07
* 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
* Reinstate idleness checks where the server self-terminates when it's idle and...Gravatar Lukacs Berki2017-02-14
* Reinstate IdleServerTasks that accidentally got disabled with the switch from...Gravatar Lukacs Berki2017-02-07
* Add a little more logging so that we have more data about gRPC communication ...Gravatar Lukacs Berki2017-02-01
* Global cleanup change.Gravatar Googler2017-01-25
* Make the server commit suicide if its PID file vanishes.Gravatar Lukacs Berki2017-01-13
* Remove the unused class RPCService and its test.Gravatar Lukacs Berki2017-01-10
* Move ProcMeminfoParser to lib.unix, where it belongsGravatar Ulf Adams2017-01-09
* Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13.Gravatar Janak Ramakrishnan2017-01-05
* Bazel client: delete and don't use the server.pidGravatar Laszlo Csomor2016-11-24
* Store and use commandId and cookie as ByteStringsGravatar Michajlo Matijkiw2016-11-03
* 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
* Line buffer stderr.Gravatar Lukacs Berki2016-10-05
* Chunk large stdout/err writes in RpcOutputStreamGravatar Michajlo Matijkiw2016-09-26
* Fix a typo.Gravatar Lukacs Berki2016-09-21
* Catch StatusRuntimeException in the Cancel() RPC.Gravatar Lukacs Berki2016-09-19
* Send the client the command id as soon as possibleGravatar Michajlo Matijkiw2016-09-16
* Move request cancellation off the dispatching threadGravatar Michajlo Matijkiw2016-09-14
* Implement flow control for gRPC and cleanup the interface to it a bit.Gravatar Lukacs Berki2016-09-06
* Increase the deadline for cancellation request and add some extra logging in ...Gravatar Lukacs Berki2016-08-31
* GRPC server waits for termination after clean commandGravatar Michajlo Matijkiw2016-08-26
* Log gRPC interrupt events.Gravatar Lukacs Berki2016-08-18
* Only call StreamObserver.onNext() from a single thread in order to avoid a me...Gravatar Lukacs Berki2016-08-16
* 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