aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeRuntime.java
Commit message (Expand)AuthorAge
* Add functionality to MemoryProfiler to do multiple garbage collections at the...Gravatar janakr2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Accept Durations in the CriticalPathComponent and Profiler.Gravatar ccalvarin2018-02-22
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Delete the now-useless interfaces ServerCommand and CommandExecutor.Gravatar lberki2018-02-06
* Move BlazeRuntime/BlazeCommandDispatcher shutdown to where they are created.Gravatar lberki2018-02-06
* Remove ShutdownBlazeServerException in favor of indicating that the server sh...Gravatar lberki2018-02-06
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* 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