aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/sandbox
Commit message (Expand)AuthorAge
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Allows network in sandbox, when --java_debug. Fixes #393.Gravatar Yue Gan2016-04-28
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Automated [] rollback of commit 525fa71b0d6f096e9bfb180f688a4418c4974eb4.Gravatar Yue Gan2016-04-14
* Mount whole directories into the sandbox when possibleGravatar Brian Silverman2016-04-07
* sandbox:Gravatar Yue Gan2016-03-17
* Removes "startsWith" check in testGravatar Yue Gan2016-02-19
* Reduce the number of stat calls when setting up a sandboxGravatar Brian Silverman2016-02-16
* Fix up exception declarations; use EnvironmentalExecException.Gravatar Ulf Adams2015-12-04
* Migrated remaining tests in devtools/build/lib to JUnit 4.Gravatar Florian Weikert2015-12-03
* Add support for filesets in LinuxSandboxedStrategy.Gravatar Philipp Wollermann2015-10-09
* sandbox: Improve MountMap to always return entries sorted by path depth and l...Gravatar Philipp Wollermann2015-10-06
* Ensure that the LinuxSandboxedStrategy tests actually test the correct strategy.Gravatar Philipp Wollermann2015-10-06
* Add --sandbox_debug.Gravatar Han-Wen Nienhuys2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Extract MountMap to a top-level class.Gravatar Ulf Adams2015-09-21
* 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: Use a better data structure for the mounts.Gravatar Philipp Wollermann2015-09-04
* sandbox: Better parsing of runfiles manifest files, fixes #413.Gravatar Philipp Wollermann2015-09-02
* sandbox: Refactor readable* to userFriendly* as requested.Gravatar Philipp Wollermann2015-09-02
* sandbox: When spawn.getInputs() contains a directory, recurse into it and mou...Gravatar Philipp Wollermann2015-09-02