aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
...
* Make the default way of communication between client and the server gRPC inst...Gravatar Lukacs Berki2016-08-01
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27
* Remove unused methodGravatar Kristina Chodorow2016-07-21
* When crashing, exit with the OOM exit code if the root cause of the exception...Gravatar Janak Ramakrishnan2016-07-19
* Fixed bazel run commandGravatar Yun Peng2016-07-19
* Add a final event on the event busGravatar Klaus Aehlig2016-07-11
* ExperimentalEventHandler: remove deadlock in update threadGravatar Klaus Aehlig2016-07-08
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* 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
* Experimental UI: make stopUpdateThread() more insistingGravatar Klaus Aehlig2016-07-06
* Post BlazeDirectories as part of CommandStartedEvent.Gravatar Ulf Adams2016-07-06
* Rewrite workspace creation to use a builder class.Gravatar Ulf Adams2016-07-05
* Use the subprocess factory that uses the Win32 API on Windows.Gravatar Lukacs Berki2016-07-04
* No longer allow QueryExpressionMapper#map to throw a QueryException. This was...Gravatar Nathan Harmata2016-07-04
* experimental UI: enforce a minimal progress rate limiting if curses unavailableGravatar Klaus Aehlig2016-07-01
* (1) Allow QueryExpressionMapper#map to throw a QueryException.Gravatar Nathan Harmata2016-07-01
* Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because tha...Gravatar Lukacs Berki2016-07-01
* ExperimentalEventHandler: remove unnecessary inheritanceGravatar Klaus Aehlig2016-06-30
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Add help text for the --invocation_policy option of canonicalize-flags.Gravatar Ulf Adams2016-06-30
* Change expansion for help --long/short to render more nicely.Gravatar Ulf Adams2016-06-30
* Make experimental UI resistent to late-reported eventsGravatar Klaus Aehlig2016-06-29
* experimental UI: on failing tests, don't state "completed sucessfully"Gravatar Klaus Aehlig2016-06-29
* experimental UI: honor --show_timestampsGravatar Klaus Aehlig2016-06-29
* experimental UI: also during loading produce a short progress barGravatar Klaus Aehlig2016-06-28
* Fix threadpool leak in SkyQueryEnvironmentGravatar Mark Schaller2016-06-27
* Polish the command-line reference.Gravatar Ulf Adams2016-06-27
* Unhide --experimental_ui_actions_shownGravatar Klaus Aehlig2016-06-27
* experimental UI: honor --progress_in_terminal_titleGravatar Klaus Aehlig2016-06-27
* experimental UI: Avoid empty linesGravatar Klaus Aehlig2016-06-27
* experimental UI: mention that we track the _running_ actionsGravatar Klaus Aehlig2016-06-27
* experimental UI: flush buffersGravatar Klaus Aehlig2016-06-24
* Set the default value of PRODUCT_NAME to "Bazel" and add a test to guaranteeGravatar Luis Fernando Pino Duque2016-06-24
* experimental UI: consider progress bar refreshed on every redrawGravatar Klaus Aehlig2016-06-23
* experimental UI: after analysis summarize the work done thereGravatar Klaus Aehlig2016-06-23
* Simplify RuleClassProvider; it kept two identical lists for no purpose.Gravatar Ulf Adams2016-06-23
* Filegroups can optionally export sources from a given output group.Gravatar Cal Peyser2016-06-23
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* Document the experimental UI option.Gravatar Ulf Adams2016-06-23
* The help command can now output html for the command-line reference page.Gravatar Ulf Adams2016-06-22
* Pass a locale to a getLowerCase call in BlazeRuntime.Gravatar Ulf Adams2016-06-21
* Update the startup option help texts.Gravatar Ulf Adams2016-06-21
* Add an option for the number of actions shown in the experimental UIGravatar Klaus Aehlig2016-06-21
* experimental UI: be less verbose about test summariesGravatar Klaus Aehlig2016-06-21
* experimental UI: delay updates after action completionGravatar Klaus Aehlig2016-06-20
* experimental UI: also report the strategy of running actionsGravatar Klaus Aehlig2016-06-20
* Fixed some Bazel java tests on WindowsGravatar Yun Peng2016-06-17
* Slight refactor of OutputFormatter interface: separate the specification of p...Gravatar Nathan Harmata2016-06-16
* Make experimental UI honor --noshow_progressGravatar Klaus Aehlig2016-06-15