aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Redesign InfoItem to use classes instead of the InfoKey enum. This way the In...Gravatar Luis Fernando Pino Duque2016-05-03
* Remove documentation for "abi" and "abi_deps".Gravatar Greg Estren2016-05-03
* In InvocationPolicyEnforcer#enforce, instead of just checking the direct comm...Gravatar Janak Ramakrishnan2016-05-02
* When we don't have an OutputService, precompute and cache the assumed-to-be-i...Gravatar Nathan Harmata2016-05-02
* Memoize the OptionsData per BlazeCommand.Gravatar Nathan Harmata2016-05-02
* Precompute defaults package content to save ~milliseconds every time BlazeRun...Gravatar Janak Ramakrishnan2016-04-28
* Remove repeated allowMissingInputs module check.Gravatar Janak Ramakrishnan2016-04-28
* Fix a race condition introduced in unknown commit (that is, the January of 20...Gravatar Lukacs Berki2016-04-26
* Make gRPC mode honor --max_idle_secs.Gravatar Lukacs Berki2016-04-25
* ExperimentalEventHandler: narrow synchronization blocksGravatar Klaus Aehlig2016-04-25
* Make the integration tests pass with gRPC client/server comms.Gravatar Lukacs Berki2016-04-21
* Assorted changes wrt. gRPC client/server comms:Gravatar Lukacs Berki2016-04-21
* Make client-provided options an rc sourceGravatar Klaus Aehlig2016-04-21
* Allow executing input files in addition to output onesGravatar Brian Silverman2016-04-20
* Block when another command is running on the server and not on the client whe...Gravatar Lukacs Berki2016-04-20
* Signal that the version command does not buildGravatar Klaus Aehlig2016-04-19
* Do not start the AF_UNIX server when in gRPC mode.Gravatar Lukacs Berki2016-04-19
* Module cleanup - don't hold on to stuff after the command completes.Gravatar Ulf Adams2016-04-18
* experimental UI: avoid empty lines between one-line FAILURE notesGravatar Klaus Aehlig2016-04-18
* Make ExperimentalStateTracker aim for target widthGravatar Klaus Aehlig2016-04-18
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* Add an afterCommand hook to AbstractBlazeQueryEnvironment.Gravatar Nathan Harmata2016-04-15
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14
* experimental UI: only redraw progress bar after event in curses modeGravatar Klaus Aehlig2016-04-14
* experimental UI: show passed and failed testsGravatar Klaus Aehlig2016-04-14
* experimental UI: Keep track of completed testsGravatar Klaus Aehlig2016-04-14
* experimental UI: ignore refresh limit on final progress-bar changeGravatar Klaus Aehlig2016-04-13
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Keep output of experimental UI short if curses cannot be usedGravatar Klaus Aehlig2016-04-12
* ExperimentalStateTracker: add a short version of the progress barGravatar Klaus Aehlig2016-04-11
* Rate limit updates in the experimental UI and keep it freshGravatar Klaus Aehlig2016-04-11
* experimental UI: only wrap lines if curses are usedGravatar Klaus Aehlig2016-04-11
* experimental UI: honor --cursesGravatar Klaus Aehlig2016-04-11
* experimental UI: squeeze dots in last sample actionGravatar Klaus Aehlig2016-04-11
* Properly use PrintStream in QueryCommand. PrintStream swallows all IOExceptio...Gravatar Nathan Harmata2016-04-11
* Fix bug introduced by commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 where a...Gravatar Nathan Harmata2016-04-07
* experimental UI: use LoadingProgressReceiverGravatar Klaus Aehlig2016-04-07
* Rollback of commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9.Gravatar John Field2016-04-07
* Clean up FancyTerminalEventHandlerGravatar Googler2016-04-07
* experimental UI: update progress bar on progress eventsGravatar Klaus Aehlig2016-04-05
* experimental UI: show run-time for long-running actions in the progress barGravatar Klaus Aehlig2016-04-04
* Pass through the clock to the ExperimentalStateTrackerGravatar Klaus Aehlig2016-04-04
* Change --experimental_oom_more_eagerly_threshold default to 100, so that it i...Gravatar Janak Ramakrishnan2016-03-31
* Don't try to clean up (and potentially exit with minor IOException exit code)...Gravatar Janak Ramakrishnan2016-03-31
* experimental UI: present SUBCOMMANDS in the scroll-back bufferGravatar Klaus Aehlig2016-03-31
* Set --package_path=%workspace% by default and remove Constants.DEFAULT_PACKAG...Gravatar Luis Fernando Pino Duque2016-03-31
* Rollback of commit 044adedc70de040475443e52eb1a3c692159790eGravatar Googler2016-03-31
* Only break lines if cursor motion is in useGravatar Klaus Aehlig2016-03-31
* Signal that the help command does not buildGravatar Klaus Aehlig2016-03-31
* Move BlazeRuntime.initCommand to BlazeWorkspace.Gravatar Ulf Adams2016-03-30