aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/ProcessWrapperSandboxedStrategy.java
Commit message (Expand)AuthorAge
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-04-16
* Internal changeGravatar dannark2018-04-04
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24
* Fix #1027: XML test output missing for tests that timeoutGravatar philwo2017-07-19
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* Split the sandbox strategies into SpawnRunner implementations and strategiesGravatar ulfjack2017-07-13
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* sandbox: Use the SpawnInputExpander everywhere and delete SpawnHelpers.Gravatar Philipp Wollermann2017-05-09
* sandbox: Use CommandEnvironment for more robust look-up of embedded binaries.Gravatar Philipp Wollermann2017-05-09
* sandbox: Use the processwrapper-sandbox on FreeBSD (default) and macOS (fallb...Gravatar Philipp Wollermann2017-05-08
* Add explicit names to the sandboxing strategies so that they can beGravatar philwo2017-04-24
* No longer print a warning when a sandbox directory couldn't be deleted.Gravatar philwo2017-04-24
* sandbox: Add new flag --experimental_sandbox_base.Gravatar philwo2017-04-07
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* sandbox: Enable the process-wrapper + symlink tree sandbox on FreeBSD.Gravatar Philipp Wollermann2017-03-27