aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker
Commit message (Expand)AuthorAge
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Prefetch inputs in bazel workers.Gravatar Googler2018-06-26
* Log "Worker configuration has changed, restarting worker pool..." regardless ...Gravatar Googler2018-06-22
* Inline some ActionContextProvider classes into their modulesGravatar ulfjack2018-06-11
* Remove ActionContextConsumerGravatar ulfjack2018-06-11
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Allow --worker_max_instances to take MnemonicName=value to specify max for ea...Gravatar Googler2018-05-03
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Add param file support to sandboxed spawn runners.Gravatar tomlu2018-05-01
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* Blaze: add --high_priority_workers flag.Gravatar Googler2018-04-20
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-04-16
* Remove WorkerTestStrategy and with it, BuildConfiguration.Fragment#compatible...Gravatar lberki2018-04-12
* Internal changeGravatar dannark2018-04-04
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Improve error message when a persistent worker sends an unparseable response.Gravatar philwo2018-03-22
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* Adding a property name to the SpawnRunner. Most runners already had it, I jus...Gravatar olaola2018-02-22
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Extract LocalEnvProvider members to classes.Gravatar Laszlo Csomor2018-01-04
* Move FileStateValue.Type to Metadata; add Metadata.getType()Gravatar ulfjack2017-12-21
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Use Durations to store wall, user and system execution time in SpawnResults, ...Gravatar ruperts2017-11-06
* Windows, jni: Don't close stdout/stderr in nativeWaitFor functionGravatar Yun Peng2017-10-24
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix NPE in WorkerFilesHash.Gravatar philwo2017-08-29
* Add the workspace name to the sandbox path for sandboxed workers.Gravatar philwo2017-08-18
* workers: Don't skip empty lines when expanding flagfiles.Gravatar philwo2017-08-17
* When a worker can no longer be used, because one or more of its files on disk...Gravatar philwo2017-08-17
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Cache flaky tests (remove the cachable flag from test result data)Gravatar ulfjack2017-07-07
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06