index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
runtime
/
BlazeServerStartupOptions.java
Commit message (
Expand
)
Author
Age
*
Support explicitly specifying a location for jvm.out
michajlo
2018-01-29
*
PiperOrigin-RevId: 183094604
ajmichael
2018-01-24
*
PiperOrigin-RevId: 179941785
Googler
2017-12-22
*
PiperOrigin-RevId: 179932935
ajmichael
2017-12-22
*
Change config expansion application order, gated by startup flag --expand_con...
ccalvarin
2017-11-20
*
Increase the connection timeout between the client and the server.
lberki
2017-09-25
*
Add the command option --experimental_oom_more_eagerly_threshold. This will r...
janakr
2017-08-16
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...
ccalvarin
2017-07-11
*
Add the default category and tag to all options.
ccalvarin
2017-06-28
*
Add option tagging and categorizing enums.
ccalvarin
2017-06-27
*
Move command.log writing to a module
ulfjack
2017-06-26
*
Change help message for --batch
Mike Morearty
2017-06-06
*
Split out option usage restriction from option category.
ccalvarin
2017-04-18
*
Remove configurability of abrupt exit code behavior.
ccalvarin
2017-03-29
*
Convert --use_action_cache to a regular option
Googler
2017-03-01
*
Adds --[no]use_action_cache startup option to disable the action cache.
Googler
2017-02-15
*
Record correct exit code for uncaught exceptions in async threads.
Chloe Calvarin
2016-12-13
*
Add two startup options:
Lukacs Berki
2016-11-08
*
Fix help text for --command_port so that it does not refer to the nonexistent...
Lukacs Berki
2016-10-25
*
Allow configuring writing of command.log
Michajlo Matijkiw
2016-09-19
*
--
Luis Fernando Pino Duque
2016-08-19
*
Document --watchfs option
Dan Fabulich
2016-08-08
*
Make the default way of communication between client and the server gRPC inst...
Lukacs Berki
2016-08-01
*
Polish the command-line reference.
Ulf Adams
2016-06-27
*
Set the default value of PRODUCT_NAME to "Bazel" and add a test to guarantee
Luis Fernando Pino Duque
2016-06-24
*
Update the startup option help texts.
Ulf Adams
2016-06-21
*
Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and
Luis Fernando Pino Duque
2016-05-31
*
Separate killing Bazel on OOM using -XX:OnOutOfMemoryError and pessimisticall...
Janak Ramakrishnan
2016-05-24
*
Flip --deep_execroot to default to true
Kristina Chodorow
2016-05-11
*
Make gRPC mode honor --max_idle_secs.
Lukacs Berki
2016-04-25
*
Assorted changes wrt. gRPC client/server comms:
Lukacs Berki
2016-04-21
*
Add the --grpc_port startup option and start a Java server if it's passed in.
Lukacs Berki
2016-04-14
*
Change --experimental_oom_more_eagerly_threshold default to 100, so that it i...
Janak Ramakrishnan
2016-03-31
*
Add startup option --experimental_oom_more_eagerly_threshold, with default va...
Janak Ramakrishnan
2016-03-24
*
Add a new startup option, --experimental_oom_more_eagerly. Features to have B...
Janak Ramakrishnan
2016-03-08
*
Remove --skyframe flag from the build command. It was a no-op and deprecated ...
Googler
2016-02-05
*
RELNOTES[INC]: The startup flag --blaze_cpu is removed,
Janak Ramakrishnan
2016-02-02
*
Fix documentation of --[no]block_for_lock
Googler
2016-01-20
*
Remove option --experimental_preserve_spaces_in_host_jvm_args. Its work as a ...
Janak Ramakrishnan
2016-01-07
*
Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...
Lukacs Berki
2015-12-09
*
Optionally allow Bazel to pass JVM options containing spaces directly through...
Janak Ramakrishnan
2015-11-16
*
Adds a mechanism for invocation policy. The policy is taken through the --inv...
Alex Humesky
2015-09-30
*
RELNOTES: remove webstatusserver (--use_webstatusserver).
Han-Wen Nienhuys
2015-09-28
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Allow runtime introspection of a content hash of the Blaze binary and all emb...
Eric Fellheimer
2015-08-12
*
RELNOTES: The --skyframe flag is now deprecated and will be removed in an upc...
Janak Ramakrishnan
2015-05-15
*
Add logging of blaze_cpu flag usage. Before we can remove this flag we need t...
Marian Lobur
2015-04-09
*
Update from Google.
Han-Wen Nienhuys
2015-02-25