aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox
Commit message (Expand)AuthorAge
* Fix sandboxing when spawn outputs differ from action outputs.Gravatar Benjamin Peterson2017-07-19
* Fix #1027: XML test output missing for tests that timeoutGravatar philwo2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* 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
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Add a new flag --sandbox_writable_path, which asks the sandbox to make anGravatar Googler2017-06-05
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* sandbox: Create more compact sandbox profiles faster.Gravatar Philipp Wollermann2017-05-15
* Bring back --sandbox_block_path.Gravatar philwo2017-05-15
* sandbox: Use the SpawnInputExpander everywhere and delete SpawnHelpers.Gravatar Philipp Wollermann2017-05-09
* sandbox: Switch Darwin sandbox to the SymlinkedExecRoot strategy.Gravatar Philipp Wollermann2017-05-09
* sandbox: Use process-wrapper in addition to sandbox-exec on macOS.Gravatar Philipp Wollermann2017-05-09
* sandbox: Remove debug logging in DarwinSandboxedStrategy.Gravatar Philipp Wollermann2017-05-09
* sandbox: Precache writable directories in DarwinSandboxedStrategy.Gravatar Philipp Wollermann2017-05-09
* sandbox: Remove special treatment for runUnderPath from Darwin sandbox.Gravatar Philipp Wollermann2017-05-09
* sandbox: Use CommandEnvironment for more robust look-up of embedded binaries.Gravatar Philipp Wollermann2017-05-09
* sandbox: Simplify DarwinSandboxRunner#isSupported.Gravatar Philipp Wollermann2017-05-08
* sandbox: Use the processwrapper-sandbox on FreeBSD (default) and macOS (fallb...Gravatar Philipp Wollermann2017-05-08
* sandbox: Some refactoring and small improvements.Gravatar Philipp Wollermann2017-05-08
* sandbox: Use absolute path to getconf.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
* Fix bug breaking sandboxing on macOS 10.12Gravatar Ty Book2017-04-07
* sandbox: Add new flag --experimental_sandbox_base.Gravatar philwo2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* 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: Clean up comments / code in SandboxRunner#run.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: Improve the check whether the Linux sandbox is supported.Gravatar Philipp Wollermann2017-03-27
* sandbox: No longer change the user to 'nobody' by default.Gravatar Philipp Wollermann2017-03-24
* 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
* Fix linux sandbox to create empty files correctly.Gravatar Ulf Adams2017-03-22
* Add SpawnInputExpander helper class to arrange runfiles for spawn strategiesGravatar Ulf Adams2017-03-21
* Use a relative path for the runfiles treeGravatar Ulf Adams2017-03-21
* Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea.Gravatar Yue Gan2017-03-20
* Add SpawnInputExpander helper class to arrange runfiles for spawn strategiesGravatar Ulf Adams2017-03-17