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
/
SandboxStrategy.java
Commit message (
Expand
)
Author
Age
*
sandbox: Add new flag --experimental_sandbox_base.
philwo
2017-04-07
*
Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.
hlopko
2017-04-04
*
Symlink output directories to the correct directory name
kchodorow
2017-03-31
*
sandbox: Show the actual running sandbox strategy for actions.
Philipp Wollermann
2017-03-27
*
sandbox: Refactor sandbox strategies to use a common exec method.
Philipp Wollermann
2017-03-27
*
sandbox: Make /tmp and /dev/shm writable by default on Linux.
Philipp Wollermann
2017-03-27
*
sandbox: No longer change the user to 'nobody' by default.
Philipp Wollermann
2017-03-24
*
sandbox: Remove the flag --sandbox_block_path.
Philipp Wollermann
2017-03-24
*
Fix linux sandbox to create empty files correctly.
Ulf Adams
2017-03-22
*
Add SpawnInputExpander helper class to arrange runfiles for spawn strategies
Ulf Adams
2017-03-21
*
Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea.
Yue Gan
2017-03-20
*
Add SpawnInputExpander helper class to arrange runfiles for spawn strategies
Ulf Adams
2017-03-17
*
Remove all the action resource estimation code
Ulf Adams
2017-03-06
*
Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.
Dmitry Lomov
2017-02-17
*
Roll forward execroot change
Kristina Chodorow
2017-02-16
*
Fix #2018: Can't access localhost in bazel 0.3.2.
Philipp Wollermann
2017-02-01
*
Gives 3 levels of sandbox error message under different flags.
Yue Gan
2017-01-12
*
Automated [] rollback of commit 56bc3cbf0e87423e815422d1c6e02846af74c0bf.
Marcel Hlopko
2017-01-10
*
Gives 3 levels of sandbox error message under different flags.
Yue Gan
2017-01-10
*
Automated [] rollback of commit feee0704b9a2654e1b2a9d99ec9f2fd590f8b23f.
Marcel Hlopko
2017-01-09
*
Gives 3 levels of sandbox error message under different flags.
Yue Gan
2017-01-09
*
Refactor exception handling in SandboxStrategy.
Philipp Wollermann
2016-10-27
*
sandbox: Replace the error-prone lazy cleanup of sandbox directories by a sim...
Philipp Wollermann
2016-09-30
*
Fix an issue where a "build" command might hang after it finished, because sa...
Philipp Wollermann
2016-09-26
*
sandbox: Fix an issue where an IOException happening during SandboxExecRoot#c...
Philipp Wollermann
2016-09-26
*
Add a SandboxedSpawnActionContext interface and implementations for our sandb...
Philipp Wollermann
2016-09-23
*
Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.
Laszlo Csomor
2016-09-21
*
Change execution root for external repositories to be ../repo
Kristina Chodorow
2016-09-20
*
sandbox: Extract the common methods that get the input files from a Spawn int...
Philipp Wollermann
2016-09-08
*
Refactor our sandboxing code.
Philipp Wollermann
2016-08-31