aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
* cpp: fix documentation wording for data members in GlobalVariablesGravatar Thiago Farina2016-05-04
* Make the Blaze server kill the previous instance if the start time file doesn...Gravatar Lukacs Berki2016-05-04
* 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
* Make compilation on Windows work again.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
* Fix bug in experimental_oom_more_eagerly_threshold options parsing.Gravatar Janak Ramakrishnan2016-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
* cpp: keep the documentation of MakeAbsolute() function up-to-dateGravatar Thiago Farina2016-04-22
* Make the integration tests pass with gRPC client/server comms.Gravatar Lukacs Berki2016-04-21
* Assorted changes wrt. gRPC client/server comms:Gravatar Lukacs Berki2016-04-21
* Make client-provided options an rc sourceGravatar Klaus Aehlig2016-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
* Fixed bugs blocking bazel shell test on WindowsGravatar Yun Peng2016-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
* cpp: fix the name of the function where |extracted_binaries| is populatedGravatar Thiago Farina2016-04-07
* cpp: remove unnecessary visibility attribute from blaze_util targetGravatar Thiago Farina2016-04-05
* Change --experimental_oom_more_eagerly_threshold default to 100, so that it i...Gravatar Janak Ramakrishnan2016-03-31
* Rollback of commit 044adedc70de040475443e52eb1a3c692159790eGravatar Googler2016-03-31
* Add startup option --experimental_oom_more_eagerly_threshold, with default va...Gravatar Janak Ramakrishnan2016-03-24
* Make client-provided options an rc sourceGravatar Klaus Aehlig2016-03-23
* Revamp the client/server communication protocol so that it is portable to Win...Gravatar Lukacs Berki2016-03-22
* cpp: fix the path to BlazeServerStartupOptions file in a commentGravatar Thiago Farina2016-03-21
* Remove unused declared function AddJVMSpecificArguments.Gravatar Nathan Harmata2016-03-11
* 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
* Add a new startup option, --experimental_oom_more_eagerly. Features to have B...Gravatar Janak Ramakrishnan2016-03-08