aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Cleanup BlazeRuntime and ServerBuilder slightly.Gravatar Ulf Adams2016-08-10
* Move workspace initialization out of BlazeRuntime.Builder.Gravatar Ulf Adams2016-08-10
* Split BlazeDirectories into two classes.Gravatar Ulf Adams2016-08-09
* Return an error if a shutdown is executed in parallel with the execution of a...Gravatar Lukacs Berki2016-08-08
* Document --watchfs optionGravatar Dan Fabulich2016-08-08
* Remove the AF_UNIX client/server communication protocol.Gravatar Lukacs Berki2016-08-05
* Short-circuit runfiles tree creation if runfiles are disabled (for example, o...Gravatar Lukacs Berki2016-08-04
* ExperimentalStateTracker: make suffix gracefully handle negative lengthGravatar Klaus Aehlig2016-08-02
* ExperimentalEventHandler: narrow scope of synchronized blocksGravatar Klaus Aehlig2016-08-02
* ExperimentalEventHandler: avoid recursive starting of the updateThreadGravatar Klaus Aehlig2016-08-02
* 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