| Commit message (Expand) | Author | Age |
* | Use a regular file when exposing empty files instead of /dev/null. | jmmv | 2018-04-13 |
* | Make FileSystemUtils.moveFile always preserve symlinks and use it in Sandboxe... | Benjamin Peterson | 2018-04-12 |
* | Add support for sandboxfs-based sandboxing to Linux. | jmmv | 2018-04-10 |
* | Fix handling of relative symlinks within sandboxfs. | jmmv | 2018-04-10 |
* | Internal change | dannark | 2018-04-04 |
* | 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 |
* | Refactor and cleanup the sandboxing code. | Philipp Wollermann | 2018-03-23 |
* | Remove unnecessary product name and constructors from sandboxed spawn runners. | jmmv | 2018-03-23 |
* | Add support for sandboxfs-based sandboxing to macOS. | jmmv | 2018-03-22 |
* | Add a new SandboxfsSandboxedSpawn to spawn actions using sandboxfs. | jmmv | 2018-03-22 |
* | Plumb support for mounting a sandboxfs instance during a build. | jmmv | 2018-03-19 |
* | Add an interface to interact with sandboxfs. | jmmv | 2018-03-08 |
* | 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 |
* | Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008. | laszlocsomor | 2018-02-16 |
* | tmpdir,local-exec: implement --local_tmp_root | Laszlo Csomor | 2018-02-13 |
* | Update DarwinSandboxedSpawnRunner to correctly set the sandbox configuration ... | ruperts | 2018-02-05 |
* | actions,temp: respect TMPDIR envvar | Laszlo Csomor | 2018-01-15 |
* | Plumb exec root through to all spawn runners. | tomlu | 2018-01-11 |
* | sandbox: add env[TMPDIR] instead of `tmpDir` | Laszlo Csomor | 2018-01-11 |
* | sandbox: properly add `tmpDir` to `writablePaths` | Laszlo Csomor | 2018-01-11 |
* | sandbox: allow adding some non-existent paths | Laszlo Csomor | 2018-01-09 |
* | Use EmptyActionInput instead of null in SpawnInputExpander | ulfjack | 2018-01-08 |
* | sandbox runners: always use updated environment | Laszlo Csomor | 2018-01-08 |
* | sandbox: error out if $TEST_TMPDIR doesn't exist | Laszlo Csomor | 2018-01-05 |
* | Extract LocalEnvProvider members to classes. | Laszlo Csomor | 2018-01-04 |
* | Enable local action execution statistics collection for sandboxed actions tha... | ruperts | 2017-12-22 |
* | Enable local action execution statistics collection for sandboxed actions tha... | ruperts | 2017-12-22 |
* | Remove cached version of FileSystemUtils#createDirectoryAndParents. | tomlu | 2017-12-21 |
* | Move compulsory ProcessWrapperUtil parameters into its builder() method, to b... | ruperts | 2017-12-20 |
* | Use linux-sandbox via the (new) LinuxSandboxUtil. (second attempt). | ruperts | 2017-12-20 |
* | Automated rollback of commit 52b62164af031c50b7a0584303caad67af5e1d4d. | aehlig | 2017-12-20 |
* | Use linux-sandbox via the (new) LinuxSandboxUtil. | ruperts | 2017-12-20 |
* | Fix: uploading artifacts of failed actions to remote cache stopped working. | olaola | 2017-12-11 |
* | Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev... | ruperts | 2017-11-30 |
* | Add user and system time to CommandResults, and plumb them into SpawnResults. | ruperts | 2017-11-29 |
* | Clean up ExecutionRequirements | ulfjack | 2017-11-29 |
* | Remove process-wrapper duplication from RunCommand. | ruperts | 2017-11-28 |
* | Simplify SpawnRunner interface | ulfjack | 2017-11-28 |
* | 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 |
* | Thread FileSystem through to a single Path#delete call site. | tomlu | 2017-10-30 |
* | Actions now have a temp envvar. | László Csomor | 2017-10-16 |
* | Simplify the SpawnExecException constructor | ulfjack | 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 |