aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/SandboxModule.java
Commit message (Expand)AuthorAge
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Don't check if sandbox is supported over and over again.Gravatar twerth2018-07-06
* Inline some ActionContextProvider classes into their modulesGravatar ulfjack2018-06-11
* Remove ActionContextConsumerGravatar ulfjack2018-06-11
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-04-16
* 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
* Plumb support for mounting a sandboxfs instance during a build.Gravatar jmmv2018-03-19
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Refactor BuildRequest out of sandboxed spawn runner initialization.Gravatar Benjamin Peterson2017-08-04
* sandbox: Use CommandEnvironment for more robust look-up of embedded binaries.Gravatar Philipp Wollermann2017-05-09
* sandbox: Add new flag --experimental_sandbox_base.Gravatar philwo2017-04-07
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* 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
* 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