aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeRuntime.java
Commit message (Expand)AuthorAge
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Replace referrals to options by their name to option definitions.Gravatar ccalvarin2017-09-12
* Move Subprocess.Factory to a top-level classGravatar ulfjack2017-09-08
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Move caching of OptionDefinitions to be static, and remove uncached extractio...Gravatar ccalvarin2017-09-01
* Move default value & converter finding logic to the OptionDefinition class.Gravatar ccalvarin2017-08-30
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* Add the command option --experimental_oom_more_eagerly_threshold. This will r...Gravatar janakr2017-08-16
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...Gravatar gregce2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* 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