aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/SandboxActionContextProvider.java
Commit message (Expand)AuthorAge
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* sandbox: Add support for running actions inside Docker containers.Gravatar philwo2018-04-27
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Add support for sandboxfs-based sandboxing to Linux.Gravatar jmmv2018-04-10
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Remove unnecessary product name and constructors from sandboxed spawn runners.Gravatar jmmv2018-03-23
* Add support for sandboxfs-based sandboxing to macOS.Gravatar jmmv2018-03-22
* Plumb support for mounting a sandboxfs instance during a build.Gravatar jmmv2018-03-19
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* Adding a property name to the SpawnRunner. Most runners already had it, I jus...Gravatar olaola2018-02-22
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Extract LocalEnvProvider members to classes.Gravatar Laszlo Csomor2018-01-04
* Enable local action execution statistics collection for sandboxed actions tha...Gravatar ruperts2017-12-22
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Refactor BuildRequest out of sandboxed spawn runner initialization.Gravatar Benjamin Peterson2017-08-04
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24
* Fix #1027: XML test output missing for tests that timeoutGravatar philwo2017-07-19
* Split the sandbox strategies into SpawnRunner implementations and strategiesGravatar ulfjack2017-07-13
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Bring back --sandbox_block_path.Gravatar philwo2017-05-15
* sandbox: Use process-wrapper in addition to sandbox-exec on macOS.Gravatar Philipp Wollermann2017-05-09
* sandbox: Use CommandEnvironment for more robust look-up of embedded binaries.Gravatar Philipp Wollermann2017-05-09
* sandbox: Use the processwrapper-sandbox on FreeBSD (default) and macOS (fallb...Gravatar Philipp Wollermann2017-05-08
* Add explicit names to the sandboxing strategies so that they can beGravatar philwo2017-04-24
* sandbox: Add new flag --experimental_sandbox_base.Gravatar philwo2017-04-07
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* sandbox: Enable the process-wrapper + symlink tree sandbox on FreeBSD.Gravatar Philipp Wollermann2017-03-27
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Change our URL to bazel.buildGravatar Damien Martin-Guillerez2016-10-28
* Print a warning if the macOS sandbox is non functional.Gravatar Philipp Wollermann2016-10-21
* sandbox: Replace the error-prone lazy cleanup of sandbox directories by a sim...Gravatar Philipp Wollermann2016-09-30
* Refactor our sandboxing code.Gravatar Philipp Wollermann2016-08-31
* Add LinuxAlmostSandboxRunner which uses process-wrapper instead of linux-sand...Gravatar Yue Gan2016-08-29
* sandbox: Allow network access for builds by default.Gravatar Philipp Wollermann2016-08-26
* 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
* 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
* sandbox:Gravatar Yue Gan2016-03-17
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17