aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategy.java
Commit message (Expand)AuthorAge
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-04-16
* Add support for sandboxfs-based sandboxing to Linux.Gravatar jmmv2018-04-10
* Internal changeGravatar dannark2018-04-04
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Remove unnecessary product name and constructors from sandboxed spawn runners.Gravatar jmmv2018-03-23
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Enable local action execution statistics collection for sandboxed actions tha...Gravatar ruperts2017-12-22
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Refactor BuildRequest out of sandboxed spawn runner initialization.Gravatar Benjamin Peterson2017-08-04
* 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
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Bring back --sandbox_block_path.Gravatar philwo2017-05-15
* 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
* 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: Pass config flags to linux-sandbox on the command-line.Gravatar Philipp Wollermann2017-03-27
* sandbox: Enable the process-wrapper + symlink tree sandbox on FreeBSD.Gravatar Philipp Wollermann2017-03-27
* sandbox: Show the actual running sandbox strategy for actions.Gravatar Philipp Wollermann2017-03-27
* sandbox: Refactor sandbox strategies to use a common exec method.Gravatar Philipp Wollermann2017-03-27
* sandbox: Make /tmp and /dev/shm writable by default on Linux.Gravatar Philipp Wollermann2017-03-27
* sandbox: No longer require a temporary "sandbox" directory.Gravatar Philipp Wollermann2017-03-24
* sandbox: Remove the flag --sandbox_block_path.Gravatar Philipp Wollermann2017-03-24
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Gives 3 levels of sandbox error message under different flags.Gravatar Yue Gan2017-01-12
* Automated [] rollback of commit 56bc3cbf0e87423e815422d1c6e02846af74c0bf.Gravatar Marcel Hlopko2017-01-10
* Gives 3 levels of sandbox error message under different flags.Gravatar Yue Gan2017-01-10
* Automated [] rollback of commit feee0704b9a2654e1b2a9d99ec9f2fd590f8b23f.Gravatar Marcel Hlopko2017-01-09
* Gives 3 levels of sandbox error message under different flags.Gravatar Yue Gan2017-01-09
* Add customized path mounting in Bazel sandbox.Gravatar Xin Gao2016-12-20
* Gives warning instead of error when fail to delete sandbox directory.Gravatar Yue Gan2016-10-24
* sandbox: Replace the error-prone lazy cleanup of sandbox directories by a sim...Gravatar Philipp Wollermann2016-09-30
* Add a new flag --sandbox_tmpfs_path, which asks the sandbox to mount an empty...Gravatar Philipp Wollermann2016-09-28
* sandbox: Fix an issue where an IOException happening during SandboxExecRoot#c...Gravatar Philipp Wollermann2016-09-26
* Add a SandboxedSpawnActionContext interface and implementations for our sandb...Gravatar Philipp Wollermann2016-09-23
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21