aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/sandbox
Commit message (Expand)AuthorAge
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Bazel server: ensure OutputStreams are closedGravatar laszlocsomor2018-07-05
* Fix build and run of RealSandboxfsProcessTest.Gravatar jmmv2018-05-25
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-04-16
* Fix handling of relative symlinks within sandboxfs.Gravatar jmmv2018-04-10
* 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
* Add a new SandboxfsSandboxedSpawn to spawn actions using sandboxfs.Gravatar jmmv2018-03-22
* Add an interface to interact with sandboxfs.Gravatar jmmv2018-03-08
* Fix sandboxing when spawn outputs differ from action outputs.Gravatar Benjamin Peterson2017-07-19
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* sandbox: Use the SpawnInputExpander everywhere and delete SpawnHelpers.Gravatar Philipp Wollermann2017-05-09
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* sandbox should create regular empty files, not symlink to /dev/null.Gravatar Philipp Wollermann2017-02-28
* Add customized path mounting in Bazel sandbox.Gravatar Xin Gao2016-12-20
* Add support for sandboxing persistent workers.Gravatar Philipp Wollermann2016-09-28
* sandbox: Extract the common methods that get the input files from a Spawn int...Gravatar Philipp Wollermann2016-09-08
* sandbox: Allow network access for builds by default.Gravatar Philipp Wollermann2016-08-26
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Implement the first stage of Bazel's "Sandbox 2.0" for Linux.Gravatar Philipp Wollermann2016-08-18
* Rename namespace-sandbox/-runner to linux-sandbox.Gravatar Philipp Wollermann2016-07-18
* Remove uses of TestConstants.Gravatar Ulf Adams2016-07-14
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Fixed two Bazel java tests on Windows by using the right native file systemGravatar Yun Peng2016-06-21
* sandbox: Remove debug flags from LinuxSandboxedStrategyTestCase as they were ...Gravatar Philipp Wollermann2016-06-21
* sandbox: So refactoring, much no-op change, wow.Gravatar Philipp Wollermann2016-06-21
* 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