aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
Commit message (Expand)AuthorAge
* 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
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Remove fixed point config expansion.Gravatar ccalvarin2018-06-14
* Mark --batch as deprecated in the documentation.Gravatar ccalvarin2018-06-06
* Port bazelrc flags into their own module.Gravatar ccalvarin2018-05-16
* Add --ignore_all_rc_files startup options.Gravatar ccalvarin2018-05-15
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Make the client's java startup command line list all startup options.Gravatar ccalvarin2018-03-30
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Update the client's skeleton logging framework to use it for --client_debug.Gravatar ccalvarin2018-03-21
* Remove internal-only startup option from documentation.Gravatar ajmichael2018-03-07
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Flip --expand_configs_in_place to true by default in Bazel.Gravatar ccalvarin2018-02-23
* Support explicitly specifying a location for jvm.outGravatar michajlo2018-01-29
* PiperOrigin-RevId: 183094604Gravatar ajmichael2018-01-24
* PiperOrigin-RevId: 179941785Gravatar Googler2017-12-22
* PiperOrigin-RevId: 179932935Gravatar ajmichael2017-12-22
* Change config expansion application order, gated by startup flag --expand_con...Gravatar ccalvarin2017-11-20
* Increase the connection timeout between the client and the server.Gravatar lberki2017-09-25
* Add the command option --experimental_oom_more_eagerly_threshold. This will r...Gravatar janakr2017-08-16
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Add option tagging and categorizing enums.Gravatar ccalvarin2017-06-27
* Move command.log writing to a moduleGravatar ulfjack2017-06-26
* Change help message for --batchGravatar Mike Morearty2017-06-06
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Remove configurability of abrupt exit code behavior.Gravatar ccalvarin2017-03-29
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Adds --[no]use_action_cache startup option to disable the action cache.Gravatar Googler2017-02-15
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13
* Add two startup options:Gravatar Lukacs Berki2016-11-08
* Fix help text for --command_port so that it does not refer to the nonexistent...Gravatar Lukacs Berki2016-10-25
* Allow configuring writing of command.logGravatar Michajlo Matijkiw2016-09-19
* --Gravatar Luis Fernando Pino Duque2016-08-19
* Document --watchfs optionGravatar Dan Fabulich2016-08-08
* Make the default way of communication between client and the server gRPC inst...Gravatar Lukacs Berki2016-08-01
* Polish the command-line reference.Gravatar Ulf Adams2016-06-27
* Set the default value of PRODUCT_NAME to "Bazel" and add a test to guaranteeGravatar Luis Fernando Pino Duque2016-06-24
* Update the startup option help texts.Gravatar Ulf Adams2016-06-21
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* Separate killing Bazel on OOM using -XX:OnOutOfMemoryError and pessimisticall...Gravatar Janak Ramakrishnan2016-05-24
* Flip --deep_execroot to default to trueGravatar Kristina Chodorow2016-05-11
* Make gRPC mode honor --max_idle_secs.Gravatar Lukacs Berki2016-04-25
* Assorted changes wrt. gRPC client/server comms:Gravatar Lukacs Berki2016-04-21
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14
* Change --experimental_oom_more_eagerly_threshold default to 100, so that it i...Gravatar Janak Ramakrishnan2016-03-31
* Add startup option --experimental_oom_more_eagerly_threshold, with default va...Gravatar Janak Ramakrishnan2016-03-24
* Add a new startup option, --experimental_oom_more_eagerly. Features to have B...Gravatar Janak Ramakrishnan2016-03-08