aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze.cc
Commit message (Expand)AuthorAge
* Add more detailed reporting of the differences between startup options.Gravatar skainswo2018-08-10
* Add a option to disable idle gc.Gravatar Benjamin Peterson2018-08-08
* Add a normal startup-option for setting the digest function.Gravatar ccalvarin2018-08-01
* Add a --server_javabase startup option as an alias for the LHS --host_javabaseGravatar cushon2018-07-25
* Fix block_for_lock.Gravatar ccalvarin2018-07-23
* blaze.cc: add missing fflush(3) before execve(2)Gravatar Klaus Aehlig2018-07-23
* jdk: use parallel old gc and disable compact stringsGravatar buchgr2018-07-23
* Fix race condition between server startup and command port reading.Gravatar twerth2018-07-18
* Windows,Bazel client: multithreaded file writingGravatar Laszlo Csomor2018-07-17
* Automatic ClangTidyReadability code cleanup.Gravatar Googler2018-06-29
* Bazel,client: actually cache directory creationsGravatar Laszlo Csomor2018-06-27
* Windows,client: extract embedded binaries fasterGravatar Laszlo Csomor2018-06-25
* Windows,Bazel client: check embedded tools fasterGravatar Laszlo Csomor2018-06-25
* PiperOrigin-RevId: 201390253Gravatar Googler2018-06-20
* do not start server if shutdown requested (+ not in batch mode)Gravatar Googler2018-06-19
* Remove the connect-to-server dots at server startup.Gravatar ccalvarin2018-06-15
* update bazel's embedded jdk to jdk9Gravatar cushon2018-06-11
* Move path-manipulation functions to own library file.Gravatar ccalvarin2018-06-05
* Set no_proxy=localhost when an http_proxy is detected, instead of deleting th...Gravatar ruperts2018-06-04
* Add --ignore_all_rc_files startup options.Gravatar ccalvarin2018-05-15
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Automated rollback of commit 52356e76a02067e9dc79b469e9b97bd017d077ab.Gravatar jingwen2018-04-27
* Automatic code cleanup.Gravatar Googler2018-04-27
* Keep LANG/LANGUAGE and related environment variables for the process spawned ...Gravatar lberki2018-04-18
* Remove die() and replace it with BAZEL_DIE, part of the logging framework.Gravatar ccalvarin2018-04-06
* Make the client's java startup command line list all startup options.Gravatar ccalvarin2018-03-30
* Remove pdie.Gravatar ccalvarin2018-03-29
* Remove startup JVM version checkGravatar cushon2018-03-29
* Remove the --allow_configurable_attributes startup option.Gravatar ccalvarin2018-03-27
* Fold in warning and error output into client logging.Gravatar ccalvarin2018-03-23
* Update the client's skeleton logging framework to use it for --client_debug.Gravatar ccalvarin2018-03-21
* blaze.cc: Remove unused had_to_wait variableGravatar David Ostrovsky2018-03-21
* Prefix startup dots with "Connecting to local Bazel server..." message.Gravatar ruperts2018-03-12
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Use the workspace name in the process title of the Bazel server.Gravatar philwo2018-02-01
* Remove unnecessary debugging code.Gravatar philwo2018-01-31
* Bazel client: address very subtle race condition during self extraction.Gravatar nharmata2018-01-30
* Support explicitly specifying a location for jvm.outGravatar michajlo2018-01-29
* Emit Blaze server pid when there is a connection timeout.Gravatar felly2017-11-30
* Change config expansion application order, gated by startup flag --expand_con...Gravatar ccalvarin2017-11-20
* Some minor quality of life improvements related to the fact that the default ...Gravatar nharmata2017-11-07
* Make the error message emitted when the server crashes during startup a bit m...Gravatar lberki2017-10-26
* client: deduplicate classpath for Bazel serverGravatar Laszlo Csomor2017-10-23
* Automated rollback of commit 61977f4ae57c877fc28be176f36c28642b276eec.Gravatar lberki2017-10-11
* Don't release the client lock while the server executes a command. TheGravatar Googler2017-10-10
* Internal changeGravatar Googler2017-08-30
* Bazel client: debug info for corrupt installationGravatar László Csomor2017-08-28
* Propagate detected value of BAZEL_SH to --client_env.Gravatar Dmitry Lomov2017-08-22
* Automated rollback of commit 2f38404728a12840e416566b453e9cdebab5d859.Gravatar elenairina2017-08-18