aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
* 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
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* Windows: use junctions to link to installation directory.Gravatar Dmitry Lomov2016-02-19
* Windows: use Win32 API to obtain executable name.Gravatar Dmitry Lomov2016-02-17
* Remove --skyframe flag from the build command. It was a no-op and deprecated ...Gravatar Googler2016-02-05
* Propagate BAZEL_SH from launcher to subprocess on Windows.Gravatar Dmitry Lomov2016-02-03
* Quote spaces and quotes in Windows command line.Gravatar Dmitry Lomov2016-02-03
* RELNOTES[INC]: The startup flag --blaze_cpu is removed,Gravatar Janak Ramakrishnan2016-02-02
* Remove extra spacesGravatar Kristina Chodorow2016-02-01
* cpp: make callsites of Connect() function more readableGravatar Thiago Farina2016-01-26
* cpp: delete a mistaken note on ParseOptions() documentationGravatar Thiago Farina2016-01-22
* cpp: document the |start| parameter at the callsites of ConnectToServer()Gravatar Thiago Farina2016-01-19
* fix some header guard pathsGravatar Thiago Farina2016-01-15
* Fix compile warning for struct/class mismatchGravatar Kristina Chodorow2016-01-11