aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandDispatcher.java
Commit message (Expand)AuthorAge
* Replace referrals to options by their name to option definitions.Gravatar ccalvarin2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Ensure our "Another command is running" messages hold realistic PIDs.Gravatar jmmv2017-08-28
* Add the command option --experimental_oom_more_eagerly_threshold. This will r...Gravatar janakr2017-08-16
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* experimentalUI: agressively bufferGravatar Klaus Aehlig2017-07-14
* Move CommandEnvironment creation and beforeCommand call after options parsingGravatar ulfjack2017-07-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* BlazeCommandDispatcher: make parseArgsAndConfigs not take a CommandEnvironmentGravatar ulfjack2017-06-27
* BlazeCommandDispatcher: all options parsing and editing in one placeGravatar ulfjack2017-06-26
* Move command.log writing to a moduleGravatar ulfjack2017-06-26
* Refactor ProjectFileSupport to work without a CommandEnvironmentGravatar ulfjack2017-06-26
* Use EventHandler even before we have a Reporter instanceGravatar ulfjack2017-06-14
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Add a flag --allow_undefined_configs, with default value true.Gravatar Googler2017-06-01
* Inform the GotOptionsEvent of invocation policy, which is no longer passed as...Gravatar ccalvarin2017-05-15
* Extend BlazeModule to support listening to the console outputGravatar Klaus Aehlig2017-04-28
* When using experimental UI, only to a reset terminal if curses were usedGravatar aehlig2017-04-25
* Add repository override optionGravatar kchodorow2017-04-20
* CommandDispatcher: s/blaze/bazel/ in error messageGravatar laszlocsomor2017-04-11
* Move InvocationPolicy from a startup argument to part of the RunRequest proto.Gravatar ccalvarin2017-04-07
* Add new exception for wrapping parser construction failuresGravatar brandjon2017-04-03
* Expand Invocation FlagPolicies on expansion flags.Gravatar ccalvarin2017-03-31
* Split out the InvocationPolicy parser from the enforcer.Gravatar ccalvarin2017-03-29
* Clarify InvocationPolicy origins.Gravatar Chloe Calvarin2017-03-28
* BEP: Also report the original command line Gravatar Klaus Aehlig2017-03-23
* Global cleanup change.Gravatar Googler2017-03-14
* Make the server commit suicide if its PID file vanishes.Gravatar Lukacs Berki2017-01-13
* Use #equals() to check equality between ExitCode instances.Gravatar Lukacs Berki2016-11-15
* Minor refactoring.Gravatar Lukacs Berki2016-11-15
* Only set the logging level if it has changed.Gravatar Janak Ramakrishnan2016-11-15
* Writes a machine readable representation of BuildEvents to a file (varint del...Gravatar Eduardo Colaco2016-11-03
* "bazel clean": prevent creation of command.logGravatar Laszlo Csomor2016-10-27
* Register the BuildEventStreamerGravatar Klaus Aehlig2016-10-07
* Line buffer stderr.Gravatar Lukacs Berki2016-10-05
* Allow configuring writing of command.logGravatar Michajlo Matijkiw2016-09-19
* Only call BlazeModule.handleOptions when we're done editing them.Gravatar Ulf Adams2016-09-06
* Return an error if a shutdown is executed in parallel with the execution of a...Gravatar Lukacs Berki2016-08-08
* When crashing, exit with the OOM exit code if the root cause of the exception...Gravatar Janak Ramakrishnan2016-07-19
* Add a final event on the event busGravatar Klaus Aehlig2016-07-11
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* Various fixes for gRPC mode:Gravatar Lukacs Berki2016-07-07
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Memoize the OptionsData per BlazeCommand.Gravatar Nathan Harmata2016-05-02
* Fix a race condition introduced in unknown commit (that is, the January of 20...Gravatar Lukacs Berki2016-04-26
* Make client-provided options an rc sourceGravatar Klaus Aehlig2016-04-21