index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
sandbox
Commit message (
Expand
)
Author
Age
*
actions,temp: respect TMPDIR envvar
Laszlo Csomor
2018-01-15
*
Plumb exec root through to all spawn runners.
tomlu
2018-01-11
*
sandbox: add env[TMPDIR] instead of `tmpDir`
Laszlo Csomor
2018-01-11
*
sandbox: properly add `tmpDir` to `writablePaths`
Laszlo Csomor
2018-01-11
*
sandbox: allow adding some non-existent paths
Laszlo Csomor
2018-01-09
*
Use EmptyActionInput instead of null in SpawnInputExpander
ulfjack
2018-01-08
*
sandbox runners: always use updated environment
Laszlo Csomor
2018-01-08
*
sandbox: error out if $TEST_TMPDIR doesn't exist
Laszlo Csomor
2018-01-05
*
Extract LocalEnvProvider members to classes.
Laszlo Csomor
2018-01-04
*
Enable local action execution statistics collection for sandboxed actions tha...
ruperts
2017-12-22
*
Enable local action execution statistics collection for sandboxed actions tha...
ruperts
2017-12-22
*
Remove cached version of FileSystemUtils#createDirectoryAndParents.
tomlu
2017-12-21
*
Move compulsory ProcessWrapperUtil parameters into its builder() method, to b...
ruperts
2017-12-20
*
Use linux-sandbox via the (new) LinuxSandboxUtil. (second attempt).
ruperts
2017-12-20
*
Automated rollback of commit 52b62164af031c50b7a0584303caad67af5e1d4d.
aehlig
2017-12-20
*
Use linux-sandbox via the (new) LinuxSandboxUtil.
ruperts
2017-12-20
*
Fix: uploading artifacts of failed actions to remote cache stopped working.
olaola
2017-12-11
*
Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...
ruperts
2017-11-30
*
Add user and system time to CommandResults, and plumb them into SpawnResults.
ruperts
2017-11-29
*
Clean up ExecutionRequirements
ulfjack
2017-11-29
*
Remove process-wrapper duplication from RunCommand.
ruperts
2017-11-28
*
Simplify SpawnRunner interface
ulfjack
2017-11-28
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Use Durations to store wall, user and system execution time in SpawnResults, ...
ruperts
2017-11-06
*
Thread FileSystem through to a single Path#delete call site.
tomlu
2017-10-30
*
Actions now have a temp envvar.
László Csomor
2017-10-16
*
Simplify the SpawnExecException constructor
ulfjack
2017-10-16
*
More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...
ruperts
2017-10-07
*
Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...
ruperts
2017-09-22
*
More BUILD file refactorings.
philwo
2017-09-06
*
Split "shell", "graph" into their own packages.
philwo
2017-08-29
*
Support executing as root in the linux sandbox.
Benjamin Peterson
2017-08-11
*
AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailures
ulfjack
2017-08-11
*
Move core test classes to lib.analysis.test
ulfjack
2017-08-11
*
Unify input prefetching
ulfjack
2017-08-10
*
Fix --verbose_failures w/ sandboxing to print the full command line
ulfjack
2017-08-10
*
Rewrite the Command API
ulfjack
2017-08-10
*
Use java.time.Duration for timeouts
ulfjack
2017-08-09
*
Move most test options from BuildConfiguration to TestConfiguration.
tomlu
2017-08-07
*
Refactor BuildRequest out of sandboxed spawn runner initialization.
Benjamin Peterson
2017-08-04
*
sandbox: Allow UNIX sockets on macOS even when block-network is used.
Philipp Wollermann
2017-07-25
*
Extract a common AbstractSpawnStrategy parent class
ulfjack
2017-07-24
*
Move ActionInputPrefetcher to the actions package
ulfjack
2017-07-21
*
Fix sandboxing when spawn outputs differ from action outputs.
Benjamin Peterson
2017-07-19
*
Fix #1027: XML test output missing for tests that timeout
philwo
2017-07-19
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Extend the SpawnRunner API
ulfjack
2017-07-17
*
Simplify exception handling in spawn strategies
ulfjack
2017-07-17
*
Split the sandbox strategies into SpawnRunner implementations and strategies
ulfjack
2017-07-13
*
Rewrite all the sandbox strategy implementations
ulfjack
2017-07-12
[next]