| Commit message (Expand) | Author | Age |
* | Remove categories from Bazel options. | ccalvarin | 2018-03-28 |
* | Simplified ActionContextConsumer by having it operate on a new class which ho... | Googler | 2018-03-26 |
* | Big round of sandbox fixes / performance improvements. | Philipp Wollermann | 2018-03-26 |
* | Improve error message when a persistent worker sends an unparseable response. | philwo | 2018-03-22 |
* | Begins cleanup to allow ActionFS to be injected into all action executions. | shahan | 2018-03-15 |
* | Replace instances of XCode with Xcode which is the proper casing for the name. | Sergio Campama | 2018-03-06 |
* | Adding a property name to the SpawnRunner. Most runners already had it, I jus... | olaola | 2018-02-22 |
* | Inject the product name in the constructor where needed | ulfjack | 2018-02-20 |
* | Remove hard-wired basenames for the test setup and the coverage collection sc... | lberki | 2018-02-09 |
* | actions,temp: respect TMPDIR envvar | Laszlo Csomor | 2018-01-15 |
* | Plumb exec root through to all spawn runners. | tomlu | 2018-01-11 |
* | Extract LocalEnvProvider members to classes. | Laszlo Csomor | 2018-01-04 |
* | Move FileStateValue.Type to Metadata; add Metadata.getType() | ulfjack | 2017-12-21 |
* | Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev... | ruperts | 2017-11-30 |
* | Simplify SpawnRunner interface | ulfjack | 2017-11-28 |
* | Return SpawnResults using a List instead of a Set. | ruperts | 2017-11-21 |
* | Replace all usages of Blaze's Preconditions class with guava. | tomlu | 2017-11-09 |
* | Use Durations to store wall, user and system execution time in SpawnResults, ... | ruperts | 2017-11-06 |
* | Windows, jni: Don't close stdout/stderr in nativeWaitFor function | Yun Peng | 2017-10-24 |
* | Actions now have a temp envvar. | László Csomor | 2017-10-16 |
* | More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte... | ruperts | 2017-10-07 |
* | Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil... | ruperts | 2017-09-22 |
* | More BUILD file refactorings. | philwo | 2017-09-06 |
* | Fix NPE in WorkerFilesHash. | philwo | 2017-08-29 |
* | Add the workspace name to the sandbox path for sandboxed workers. | philwo | 2017-08-18 |
* | workers: Don't skip empty lines when expanding flagfiles. | philwo | 2017-08-17 |
* | When a worker can no longer be used, because one or more of its files on disk... | philwo | 2017-08-17 |
* | Refactor persistent workers to use SpawnRunner. | Benjamin Peterson | 2017-08-11 |
* | Move core test classes to lib.analysis.test | ulfjack | 2017-08-11 |
* | Make the @Option annotation depend on the java version of the tagging enums. | ccalvarin | 2017-07-18 |
* | Simplify exception handling in spawn strategies | ulfjack | 2017-07-17 |
* | Rewrite all the sandbox strategy implementations | ulfjack | 2017-07-12 |
* | Cache flaky tests (remove the cachable flag from test result data) | ulfjack | 2017-07-07 |
* | Simplify the ActionInputFileCache | ulfjack | 2017-07-06 |
* | Add the default category and tag to all options. | ccalvarin | 2017-06-28 |
* | Extract ActionContext to a top-level class | ulfjack | 2017-06-19 |
* | Rewrite the Executor/ActionExecutionContext split | ulfjack | 2017-06-19 |
* | Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner | ulfjack | 2017-06-19 |
* | Simplify BlazeModule.beforeCommand | ulfjack | 2017-06-14 |
* | Don't create the same String/ImmutableMap over and over again. | twerth | 2017-06-09 |
* | Track the test environment in Skyframe, like the action environment | ulfjack | 2017-06-09 |
* | Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad. | kchodorow | 2017-05-23 |
* | sandbox: Use the SpawnInputExpander everywhere and delete SpawnHelpers. | Philipp Wollermann | 2017-05-09 |
* | Add support for logging exception details via ErrorMessage. | philwo | 2017-04-28 |
* | worker: Do not check if the process is still alive prior to using it. | philwo | 2017-04-28 |
* | worker: Extract two methods from actuallyExec for better readability. | philwo | 2017-04-28 |
* | worker: Small refactoring of RecordingInputStream. | philwo | 2017-04-28 |
* | Slight tweaks to text formatting of ErrorMessages. | philwo | 2017-04-28 |
* | worker: Remove the "retry on failure" feature. | philwo | 2017-04-28 |
* | Use the new ErrorMessage class in WorkerTestStrategy. Also adds a null | philwo | 2017-04-28 |