aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/NamespaceSandboxRunner.java
Commit message (Expand)AuthorAge
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* fix grammar mistakeGravatar Yue Gan2016-02-24
* sandbox: Easier debugging of sandbox failures, when using both --verbose_fail...Gravatar Yue Gan2016-02-19
* Copy output files out of the sandbox even when the action failed.Gravatar Philipp Wollermann2016-01-21
* Fix #757: Bazel does not copy xml test output from sandbox.Gravatar Philipp Wollermann2016-01-18
* Do not use sandboxing when bootstrappingGravatar Damien Martin-Guillerez2016-01-18
* Fix sandbox .params files being left aroundGravatar Brian Silverman2015-12-08
* Fix up exception declarations; use EnvironmentalExecException.Gravatar Ulf Adams2015-12-04
* Speed up & deflake bazel_sandboxing_cpp_test (and probably other shell tests).Gravatar Philipp Wollermann2015-11-12
* Hook up the network sandboxing codeGravatar Brian Silverman2015-11-05
* Make the sandbox handle an arbitrary number of argumentsGravatar Brian Silverman2015-10-13
* sandbox: Push creation of needed empty directories (like /tmp, TEST_TMPDIR) i...Gravatar Philipp Wollermann2015-10-08
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* sandbox: Show user-friendly mount paths in the namespace-sandbox debug log.Gravatar Philipp Wollermann2015-09-08
* sandbox: Better error messages and the noisy debug logs of the namespace-runn...Gravatar Philipp Wollermann2015-09-08
* sandbox: We have to move all generated outputs, not just regular files.Gravatar Philipp Wollermann2015-09-08
* Rollback of commit 369635536db085dd70124ace2e4ef604680148b4.Gravatar Damien Martin-Guillerez2015-09-04
* sandbox: We have to move all generated outputs, not just regular files.Gravatar Philipp Wollermann2015-09-04
* sandbox: Use a better data structure for the mounts.Gravatar Philipp Wollermann2015-09-04
* sandbox: Do not print the output of the isSupported() check.Gravatar Philipp Wollermann2015-09-02
* Fix namespace-sandbox executable name.Gravatar Dmitry Lomov2015-08-31
* 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