aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox
Commit message (Expand)AuthorAge
...
* Use linux-sandbox via the (new) LinuxSandboxUtil. (second attempt).Gravatar ruperts2017-12-20
* Automated rollback of commit 52b62164af031c50b7a0584303caad67af5e1d4d.Gravatar aehlig2017-12-20
* Use linux-sandbox via the (new) LinuxSandboxUtil.Gravatar ruperts2017-12-20
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Add user and system time to CommandResults, and plumb them into SpawnResults.Gravatar ruperts2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Remove process-wrapper duplication from RunCommand.Gravatar ruperts2017-11-28
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Use Durations to store wall, user and system execution time in SpawnResults, ...Gravatar ruperts2017-11-06
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* Simplify the SpawnExecException constructorGravatar ulfjack2017-10-16
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Support executing as root in the linux sandbox.Gravatar Benjamin Peterson2017-08-11
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Unify input prefetchingGravatar ulfjack2017-08-10
* Fix --verbose_failures w/ sandboxing to print the full command lineGravatar ulfjack2017-08-10
* Rewrite the Command APIGravatar ulfjack2017-08-10
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Move most test options from BuildConfiguration to TestConfiguration.Gravatar tomlu2017-08-07
* Refactor BuildRequest out of sandboxed spawn runner initialization.Gravatar Benjamin Peterson2017-08-04
* sandbox: Allow UNIX sockets on macOS even when block-network is used.Gravatar Philipp Wollermann2017-07-25
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Fix sandboxing when spawn outputs differ from action outputs.Gravatar Benjamin Peterson2017-07-19
* Fix #1027: XML test output missing for tests that timeoutGravatar philwo2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* Split the sandbox strategies into SpawnRunner implementations and strategiesGravatar ulfjack2017-07-13
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Add a new flag --sandbox_writable_path, which asks the sandbox to make anGravatar Googler2017-06-05
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* sandbox: Create more compact sandbox profiles faster.Gravatar Philipp Wollermann2017-05-15
* Bring back --sandbox_block_path.Gravatar philwo2017-05-15
* sandbox: Use the SpawnInputExpander everywhere and delete SpawnHelpers.Gravatar Philipp Wollermann2017-05-09
* sandbox: Switch Darwin sandbox to the SymlinkedExecRoot strategy.Gravatar Philipp Wollermann2017-05-09
* sandbox: Use process-wrapper in addition to sandbox-exec on macOS.Gravatar Philipp Wollermann2017-05-09