aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze.cc
Commit message (Expand)AuthorAge
* Increase the ping timeout from one second to five seconds.Gravatar Lukacs Berki2016-07-18
* Fix -XX:HeapDumpPath on Windows.Gravatar Dmitry Lomov2016-07-14
* Only tell the user that an old server process was killed if it actually was.Gravatar Lukacs Berki2016-07-14
* Move the verification of the JVM earlier in the client so that less time pass...Gravatar Lukacs Berki2016-07-08
* Various fixes for gRPC mode:Gravatar Lukacs Berki2016-07-07
* Stop passing -client and -server to the JVM.Gravatar Googler2016-07-01
* Set the default value of PRODUCT_NAME to "Bazel" and add a test to guaranteeGravatar Luis Fernando Pino Duque2016-06-24
* Description redacted.Gravatar Carmi Grushko2016-06-23
* When running Java-based tools, use -XX:+TieredCompilation -XX:TieredStopAtLev...Gravatar Philipp Wollermann2016-06-21
* Remove the check for the existence of the server process in the signal handle...Gravatar Lukacs Berki2016-06-21
* Fix comment for GetServerPid().Gravatar Lukacs Berki2016-06-20
* Replace override declarations with "virtual" so that we build on Ubuntu 12.04 .Gravatar Lukacs Berki2016-06-07
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* Use the age-old "write to a file descriptor in signal handler" idiom to handl...Gravatar Lukacs Berki2016-05-31
* Separate killing Bazel on OOM using -XX:OnOutOfMemoryError and pessimisticall...Gravatar Janak Ramakrishnan2016-05-24
* Refactor Blaze command line construction to allow for greater flexibility and...Gravatar Eric Fellheimer2016-05-12
* Linux-specific: check if the stray server process we are about to kill -9 is ...Gravatar Lukacs Berki2016-05-02
* Various cleanups and refactorings in the client:Gravatar Lukacs Berki2016-05-02
* Acquire the server lock even if the client uses gRPC.Gravatar Lukacs Berki2016-04-28
* *really* make server mode on Windows work.Gravatar Lukacs Berki2016-04-28
* Figure out the actual address of the command port a little differently, in a ...Gravatar Lukacs Berki2016-04-28
* Use the Win32 API to create and query junctions in the C++ client.Gravatar Lukacs Berki2016-04-28
* cpp: fix "commom" typo in AddLoggingArgs() documentationGravatar Thiago Farina2016-04-27
* Use gRPC on Windows instead of AF_UNIX for client-server communication.Gravatar Lukacs Berki2016-04-27
* Use native process control on Windows to launch subprocesses.Gravatar Lukacs Berki2016-04-27
* Use recursive_mutex in blaze.cc instead of mutex.Gravatar Lukacs Berki2016-04-27
* Revert server.pid to be a symlink so that old server version can shut down ne...Gravatar Lukacs Berki2016-04-26
* cpp: correct the globals variable name in ComputeBaseDirectories() documentationGravatar Thiago Farina2016-04-26
* Factor out various ways to execute subprocesses into separate functions.Gravatar Lukacs Berki2016-04-25
* Make the Bazel client check the response cookie.Gravatar Lukacs Berki2016-04-25
* Make the client wait for running commands to finish before shutting the serve...Gravatar Lukacs Berki2016-04-25
* Make cancel_thread_mutex_ protect cancel_thread_action_ properly.Gravatar Lukacs Berki2016-04-25
* Write the server.pid file from C++ instead of Java.Gravatar Lukacs Berki2016-04-25
* Make the server tell not only the port, but also the address it is listening on.Gravatar Lukacs Berki2016-04-25
* Make the PID be the contents of the PID file instead of a symlink.Gravatar Lukacs Berki2016-04-25
* Assorted changes wrt. gRPC client/server comms:Gravatar Lukacs Berki2016-04-21
* Update the BlazeServer classes to conform to the Google style guide.Gravatar Lukacs Berki2016-04-20
* Fix 'unused symbol warnings.Gravatar Dmitry Lomov2016-04-20
* 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
* Make output base on Windows shorter.Gravatar Dmitry Lomov2016-04-15
* Initial version of client-server communication over gRPC. Gravatar Lukacs Berki2016-04-15
* Refactor blaze.cc so that we can eventually implement gRPC-based communicatio...Gravatar Lukacs Berki2016-04-15
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14
* Add stub gRPC C++ client and Java server.Gravatar Lukacs Berki2016-04-12
* Add startup option --experimental_oom_more_eagerly_threshold, with default va...Gravatar Janak Ramakrishnan2016-03-24
* Revamp the client/server communication protocol so that it is portable to Win...Gravatar Lukacs Berki2016-03-22
* When --experimental_oom_more_eagerly is enabled, tell Bazel to exit with an O...Gravatar Janak Ramakrishnan2016-03-10
* cpp: some minor changes to the usage of DeleteFile() functionGravatar Thiago Farina2016-03-09