aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
Commit message (Expand)AuthorAge
* 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
* Remove --skyframe flag from the build command. It was a no-op and deprecated ...Gravatar Googler2016-02-05
* RELNOTES[INC]: The startup flag --blaze_cpu is removed,Gravatar Janak Ramakrishnan2016-02-02
* Fix documentation of --[no]block_for_lockGravatar Googler2016-01-20
* Remove option --experimental_preserve_spaces_in_host_jvm_args. Its work as a ...Gravatar Janak Ramakrishnan2016-01-07
* Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...Gravatar Lukacs Berki2015-12-09
* Optionally allow Bazel to pass JVM options containing spaces directly through...Gravatar Janak Ramakrishnan2015-11-16
* Adds a mechanism for invocation policy. The policy is taken through the --inv...Gravatar Alex Humesky2015-09-30
* RELNOTES: remove webstatusserver (--use_webstatusserver). Gravatar Han-Wen Nienhuys2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Allow runtime introspection of a content hash of the Blaze binary and all emb...Gravatar Eric Fellheimer2015-08-12
* RELNOTES: The --skyframe flag is now deprecated and will be removed in an upc...Gravatar Janak Ramakrishnan2015-05-15
* Add logging of blaze_cpu flag usage. Before we can remove this flag we need t...Gravatar Marian Lobur2015-04-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25