aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* 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
* Make AbstractBlazeQueryEnvironment no longer implement AutoCloseable. Instead...Gravatar Nathan Harmata2016-09-29
* Tolerate the rare state where a dependent of a previously cached shared actio...Gravatar Janak Ramakrishnan2016-09-28
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Introduce a new method on the StreamedFormatter interface for creating a call...Gravatar Nathan Harmata2016-09-21
* Add an info item to show the currently inherited client environmentGravatar Klaus Aehlig2016-09-21
* Allow configuring writing of command.logGravatar Michajlo Matijkiw2016-09-19
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15
* Remove unnecessary comment.Gravatar Luis Fernando Pino Duque2016-09-15
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* A bunch of small changes to prepare SkyQueryEnvironment for full-parallel eva...Gravatar Nathan Harmata2016-09-08
* Only call BlazeModule.handleOptions when we're done editing them.Gravatar Ulf Adams2016-09-06
* Update bazel's emacs check for 25.1's INSIDE_EMACS move.Gravatar Googler2016-09-01
* Move the query output formatters to ServerBuilder.Gravatar Ulf Adams2016-08-29
* Move QueryFunctions and InfoItems to ServerBuilder.Gravatar Ulf Adams2016-08-29
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Add a framework for prefetching input files (in case they come from remote fi...Gravatar Philipp Wollermann2016-08-25
* Use guava Uninterruptibles#joinUninterruptibly utility method instead of roll...Gravatar Janak Ramakrishnan2016-08-22
* --Gravatar Luis Fernando Pino Duque2016-08-19
* Drop BlazeModule.getOptionCategories, it's never used.Gravatar Ulf Adams2016-08-19
* Improve BlazeModule documentation.Gravatar Ulf Adams2016-08-18
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Support setting the build id via the client environmentGravatar Klaus Aehlig2016-08-16
* Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...Gravatar Janak Ramakrishnan2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Replace calls to <class>.newInstance with <class>.getConstructor().newInstance.Gravatar Ulf Adams2016-08-12
* Remove the experimental hardlink / junction code from UnixFileSystem.Gravatar Ulf Adams2016-08-11
* Remove the outputPath parameter from BlazeModule.getFileSystem.Gravatar Ulf Adams2016-08-10
* Dedupe code: parse startup options in newRuntime, instead of calling it twice.Gravatar Ulf Adams2016-08-10
* Pass in the command options to BlazeModule.getCoverageReportFactory.Gravatar Ulf Adams2016-08-10
* Added support for null terminated queries.Gravatar Andreas Bergmeier2016-08-10
* 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