aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeRuntime.java
Commit message (Expand)AuthorAge
* Remove redundant words in logging message.Gravatar nharmata2017-12-08
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* Remove product name precomputed value.Gravatar janakr2017-09-25
* 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