aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Global cleanup change.Gravatar Googler2017-01-16
* Merge the action input prefetcher into the ExecutorBuilder.Gravatar Ulf Adams2017-01-13
* Make the server commit suicide if its PID file vanishes.Gravatar Lukacs Berki2017-01-13
* Skylark repositories: propage value from --action_env to repository_ctx.environ Gravatar Damien Martin-Guillerez2017-01-10
* Updates Android flag documentation.Gravatar Alex Humesky2017-01-09
* Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13.Gravatar Janak Ramakrishnan2017-01-05
* Make "profile --html --html_details" work again.Gravatar Lukacs Berki2017-01-03
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Avoids NullPointerException when running `bazel coverage //:xxx`, since PathF...Gravatar Yue Gan2016-12-20
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13
* correct the executable path in script_path docsGravatar Jeff Hodges2016-12-09
* Add --async clean independent of expungeGravatar George Gensure2016-12-08
* Add the coverage command to the CLI.Gravatar Ulf Adams2016-11-24
* Coverage support.Gravatar Ulf Adams2016-11-24
* Use find instead of match for client_env filteringGravatar Michajlo Matijkiw2016-11-21
* Support ordering constraints on build eventsGravatar Klaus Aehlig2016-11-21
* Make LineBufferedOutputStream resistant to exceptions thrown while flushing i...Gravatar Lukacs Berki2016-11-21
* Don't get output service or action input prefetcher if not running a "build" ...Gravatar Janak Ramakrishnan2016-11-18
* Stop including the size of the action cache file in our crash message. I've n...Gravatar Janak Ramakrishnan2016-11-17
* Change the "tests succeeded but one or more targets failed to build" message ...Gravatar Lukacs Berki2016-11-16
* Merge all action input prefetchers into a single one.Gravatar Ulf Adams2016-11-16
* Use #equals() to check equality between ExitCode instances.Gravatar Lukacs Berki2016-11-15
* Add a GenSignatureActionContext to inject the command line info.Gravatar Ulf Adams2016-11-15
* Minor refactoring.Gravatar Lukacs Berki2016-11-15
* Only set the logging level if it has changed.Gravatar Janak Ramakrishnan2016-11-15
* Add two startup options:Gravatar Lukacs Berki2016-11-08
* Writes a machine readable representation of BuildEvents to a file (varint del...Gravatar Eduardo Colaco2016-11-03
* Also provide test summaries in the build-event streamGravatar Klaus Aehlig2016-11-02
* Merge BlazeModule.getEnvironmentExtensions into serverInit / ServerBuilder.Gravatar Ulf Adams2016-11-02
* Move createActionCache to ExecutorBuilder.Gravatar Ulf Adams2016-11-02
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* "bazel clean": prevent creation of command.logGravatar Laszlo Csomor2016-10-27
* Report completion of a target together with failed actionsGravatar Klaus Aehlig2016-10-27
* Clarify how startup options are conveyed between the client and the server.Gravatar Lukacs Berki2016-10-27
* Fix help text for --command_port so that it does not refer to the nonexistent...Gravatar Lukacs Berki2016-10-25
* Failing back to --expunge when using --expunge_async on non-Linux machineGravatar Damien Martin-Guillerez2016-10-17
* Support per-module shutdown code on crash.Gravatar Julio Merino2016-10-17
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Register the BuildEventStreamerGravatar Klaus Aehlig2016-10-07
* Remove support for using AF_UNIX to communicate between the Bazel cient and t...Gravatar Lukacs Berki2016-10-07
* Fix info key client-envGravatar Klaus Aehlig2016-10-07
* Line buffer stderr.Gravatar Lukacs Berki2016-10-05
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Unify AbstractBlazeQueryEnvironment#evaluateQuery with its subclass overrides...Gravatar Nathan Harmata2016-10-04
* Add a build-event streamer classGravatar Klaus Aehlig2016-10-04
* Don't force PrintStream on streaming output formattersGravatar Michajlo Matijkiw2016-09-30