aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/DarwinSandboxedSpawnRunner.java
Commit message (Expand)AuthorAge
* Don't check if sandbox is supported over and over again.Gravatar twerth2018-07-06
* Inline some ActionContextProvider classes into their modulesGravatar ulfjack2018-06-11
* Add param file support to sandboxed spawn runners.Gravatar tomlu2018-05-01
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* sandbox: Generate actually unique sandbox paths.Gravatar philwo2018-04-25
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-04-16
* 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
* 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
* 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
* Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008.Gravatar laszlocsomor2018-02-16
* tmpdir,local-exec: implement --local_tmp_rootGravatar Laszlo Csomor2018-02-13
* Update DarwinSandboxedSpawnRunner to correctly set the sandbox configuration ...Gravatar ruperts2018-02-05
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* sandbox: add env[TMPDIR] instead of `tmpDir`Gravatar Laszlo Csomor2018-01-11
* sandbox runners: always use updated environmentGravatar Laszlo Csomor2018-01-08
* Enable local action execution statistics collection for sandboxed actions tha...Gravatar ruperts2017-12-22
* Enable local action execution statistics collection for sandboxed actions tha...Gravatar ruperts2017-12-22
* Move compulsory ProcessWrapperUtil parameters into its builder() method, to b...Gravatar ruperts2017-12-20
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Remove process-wrapper duplication from RunCommand.Gravatar ruperts2017-11-28
* 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
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Rewrite the Command APIGravatar ulfjack2017-08-10
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* 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
* 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