aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox
Commit message (Expand)AuthorAge
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Fix sandbox .params files being left aroundGravatar Brian Silverman2015-12-08
* Fix up exception declarations; use EnvironmentalExecException.Gravatar Ulf Adams2015-12-04
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Mount /sbin into the sandbox.Gravatar Brian Silverman2015-11-25
* 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
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* Split off 2 BUILD files.Gravatar Han-Wen Nienhuys2015-10-13
* Make the sandbox handle an arbitrary number of argumentsGravatar Brian Silverman2015-10-13
* Add support for filesets in LinuxSandboxedStrategy.Gravatar Philipp Wollermann2015-10-09
* sandbox: Push creation of needed empty directories (like /tmp, TEST_TMPDIR) i...Gravatar Philipp Wollermann2015-10-08
* sandbox: Improve MountMap to always return entries sorted by path depth and l...Gravatar Philipp Wollermann2015-10-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22
* Small cleanup: execPath is available locally.Gravatar Ulf Adams2015-09-21
* Extract MountMap to a top-level class.Gravatar Ulf Adams2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* 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
* Display TIMEOUT for test that times outGravatar Damien Martin-Guillerez2015-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
* Code cleanupGravatar Laurent Le Brun2015-09-03
* sandbox: Better parsing of runfiles manifest files, fixes #413.Gravatar Philipp Wollermann2015-09-02
* sandbox: When spawn.getInputs() contains a directory, recurse into it and mou...Gravatar Philipp Wollermann2015-09-02
* sandbox: Do not print the output of the isSupported() check.Gravatar Philipp Wollermann2015-09-02
* Mention --ignore_unsupported_sandboxing in the warning message about unavaila...Gravatar Philipp Wollermann2015-09-02
* Fix namespace-sandbox executable name.Gravatar Dmitry Lomov2015-08-31
* Fixes #400: Linux sandboxing and relative symbolic links.Gravatar Philipp Wollermann2015-08-28
* Instead of assuming that sandboxing will generally work on everything that is...Gravatar Philipp Wollermann2015-08-26
* Replace quick hack for handling non-sandboxable spawns with a better solution.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