aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/SandboxStrategy.java
Commit message (Expand)AuthorAge
* 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: 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 change the user to 'nobody' by default.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
* Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea.Gravatar Yue Gan2017-03-20
* Add SpawnInputExpander helper class to arrange runfiles for spawn strategiesGravatar Ulf Adams2017-03-17
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Fix #2018: Can't access localhost in bazel 0.3.2.Gravatar Philipp Wollermann2017-02-01
* 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
* Refactor exception handling in SandboxStrategy.Gravatar Philipp Wollermann2016-10-27
* sandbox: Replace the error-prone lazy cleanup of sandbox directories by a sim...Gravatar Philipp Wollermann2016-09-30
* Fix an issue where a "build" command might hang after it finished, because sa...Gravatar Philipp Wollermann2016-09-26
* 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
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* sandbox: Extract the common methods that get the input files from a Spawn int...Gravatar Philipp Wollermann2016-09-08
* Refactor our sandboxing code.Gravatar Philipp Wollermann2016-08-31