aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/SandboxOptions.java
Commit message (Expand)AuthorAge
* Add option to enable Docker sandboxing.Gravatar lberki2018-06-06
* sandbox: Add support for running actions inside Docker containers.Gravatar philwo2018-04-27
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Plumb support for mounting a sandboxfs instance during a build.Gravatar jmmv2018-03-19
* Enable local action execution statistics collection for sandboxed actions tha...Gravatar ruperts2017-12-22
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Add a new flag --sandbox_writable_path, which asks the sandbox to make anGravatar Googler2017-06-05
* Bring back --sandbox_block_path.Gravatar philwo2017-05-15
* sandbox: Add new flag --experimental_sandbox_base.Gravatar philwo2017-04-07
* 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 #2018: Can't access localhost in bazel 0.3.2.Gravatar Philipp Wollermann2017-02-01
* Add customized path mounting in Bazel sandbox.Gravatar Xin Gao2016-12-20
* Add a new flag --sandbox_tmpfs_path, which asks the sandbox to mount an empty...Gravatar Philipp Wollermann2016-09-28
* Refactor our sandboxing code.Gravatar Philipp Wollermann2016-08-31
* Implement the first stage of Bazel's "Sandbox 2.0" for Linux.Gravatar Philipp Wollermann2016-08-18
* sandbox:Gravatar Yue Gan2016-03-17
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* sandbox: Better error messages and the noisy debug logs of the namespace-runn...Gravatar Philipp Wollermann2015-09-08
* Instead of assuming that sandboxing will generally work on everything that is...Gravatar Philipp Wollermann2015-08-26