aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/SandboxModule.java
Commit message (Expand)AuthorAge
* Refactor our sandboxing code.Gravatar Philipp Wollermann2016-08-31
* Give a name to the sandbox background worker threads that's more revealing th...Gravatar Lukacs Berki2016-08-24
* Implement the first stage of Bazel's "Sandbox 2.0" for Linux.Gravatar Philipp Wollermann2016-08-18
* Sandbox 2.0 for Mac OS X.Gravatar Yue Gan2016-08-08
* Rename namespace-sandbox/-runner to linux-sandbox.Gravatar Philipp Wollermann2016-07-18
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Speed up & deflake bazel_sandboxing_cpp_test (and probably other shell tests).Gravatar Philipp Wollermann2015-11-12
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Mention --ignore_unsupported_sandboxing in the warning message about unavaila...Gravatar Philipp Wollermann2015-09-02
* Instead of assuming that sandboxing will generally work on everything that is...Gravatar Philipp Wollermann2015-08-26
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Split sandbox code from standalone module.Gravatar Philipp Wollermann2015-06-29