aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeRuntime.java
Commit message (Expand)AuthorAge
* A little cosmetic cleanup in the wake of the Java 8 migration.Gravatar lberki2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add a lambda now that we can.Gravatar lberki2017-06-29
* Move command.log writing to a moduleGravatar ulfjack2017-06-26
* Safe-guard against broken client environmentsGravatar Ulf Adams2017-06-19
* BlazeModule.workspaceInit: also pass the BlazeRuntime to the callGravatar ulfjack2017-06-14
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Split workspace-specific tests out of BlazeRuntimeTestGravatar ulfjack2017-06-09
* Move InvocationPolicy from a startup argument to part of the RunRequest proto.Gravatar ccalvarin2017-04-07
* Remove configurability of abrupt exit code behavior.Gravatar ccalvarin2017-03-29
* Log the server pid to java logging.Gravatar janakr2017-03-29
* Clarify InvocationPolicy origins.Gravatar Chloe Calvarin2017-03-28
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Reinstate IdleServerTasks that accidentally got disabled with the switch from...Gravatar Lukacs Berki2017-02-07
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Make the server commit suicide if its PID file vanishes.Gravatar Lukacs Berki2017-01-13
* Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13.Gravatar Janak Ramakrishnan2017-01-05
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13
* Use find instead of match for client_env filteringGravatar Michajlo Matijkiw2016-11-21
* Merge BlazeModule.getEnvironmentExtensions into serverInit / ServerBuilder.Gravatar Ulf Adams2016-11-02
* Clarify how startup options are conveyed between the client and the server.Gravatar Lukacs Berki2016-10-27
* 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
* Remove support for using AF_UNIX to communicate between the Bazel cient and t...Gravatar Lukacs Berki2016-10-07
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Allow configuring writing of command.logGravatar Michajlo Matijkiw2016-09-19
* Move the query output formatters to ServerBuilder.Gravatar Ulf Adams2016-08-29
* Move QueryFunctions and InfoItems to ServerBuilder.Gravatar Ulf Adams2016-08-29
* Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...Gravatar Janak Ramakrishnan2016-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
* 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
* Remove the AF_UNIX client/server communication protocol.Gravatar Lukacs Berki2016-08-05
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* 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
* Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because tha...Gravatar Lukacs Berki2016-07-01
* Pass a locale to a getLowerCase call in BlazeRuntime.Gravatar Ulf Adams2016-06-21
* Add a hook to Package.Builder.Helper that gets called by PackageFunction afte...Gravatar Nathan Harmata2016-06-07
* Don't create CommandCompleteEvent for OOMs ahead of time. Its super-construct...Gravatar Janak Ramakrishnan2016-06-03
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* Allow BlazeModules to expose a helper that PackageFactory will use for creati...Gravatar Nathan Harmata2016-05-27