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
*
Clean up *GccStrategy
Ulf Adams
2017-03-10
*
StandaloneTestStrategy sets the full list of outputs on the test spawn
Ulf Adams
2017-03-07
*
Remove all the action resource estimation code
Ulf Adams
2017-03-06
*
Rationalize local resource acquisition
Ulf Adams
2017-03-03
*
Make HardlinkedExecRoot correctly mount empty directory inputs.
Adam Michael
2017-03-03
*
Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows
Ulf Adams
2017-02-28
*
sandbox should create regular empty files, not symlink to /dev/null.
Philipp Wollermann
2017-02-28
*
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
*
Simplify the Spawn interface, update Executor interface
Ulf Adams
2017-02-01
*
Simplify the Spawn interface
Ulf Adams
2017-02-01
*
Switch to RunfilesSuppliers for communicating runfiles
Michajlo Matijkiw
2017-01-30
*
Make include pruning work in Bazel.
Lukacs Berki
2017-01-25
*
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
*
Move some classes to lib.exec in preparation for layering enforcement
Ulf Adams
2016-12-21
*
Add customized path mounting in Bazel sandbox.
Xin Gao
2016-12-20
*
sandbox: Make ~/Library/{Cache,Logs} writable on macOS.
Philipp Wollermann
2016-12-16
*
Sandbox should not mount directory for nonempty tree artifacts.
Adam Michael
2016-12-12
*
Mount TreeArtifact directories as inputs to Spawns.
Adam Michael
2016-12-06
*
Refactor the module API to use the builder pattern for executor creation.
Ulf Adams
2016-11-02
*
Change our URL to bazel.build
Damien Martin-Guillerez
2016-10-28
*
Refactor exception handling in SandboxStrategy.
Philipp Wollermann
2016-10-27
*
Gives warning instead of error when fail to delete sandbox directory.
Yue Gan
2016-10-24
*
Print a warning if the macOS sandbox is non functional.
Philipp Wollermann
2016-10-21
*
Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.
Damien Martin-Guillerez
2016-10-19
*
Make Darwin sandboxing default again.
Yue Gan
2016-10-13
*
Rollback of commit f695c54a8f5f6be7adb678d305005f78e4b44424.
Philipp Wollermann
2016-10-13
*
Fix createSymlinksForInputs to correctly handle existing files that are not s...
Philipp Wollermann
2016-10-13
*
Automated [] rollback of commit e898023ffc6c47a27312c4d3659dbeeccdb3cd37.
Yue Gan
2016-10-12
*
sandbox: Allow network access by default, unless a target has a "block-networ...
Philipp Wollermann
2016-10-07
*
Deny unix-socket in sandbox script by default. Fixes #1881.
Yue Gan
2016-10-07
*
Fix #1849: Sandboxing on OS X should be turned off by default for 0.3.2.
Philipp Wollermann
2016-09-30
*
sandbox: Replace the error-prone lazy cleanup of sandbox directories by a sim...
Philipp Wollermann
2016-09-30
*
Add a new flag --sandbox_tmpfs_path, which asks the sandbox to mount an empty...
Philipp Wollermann
2016-09-28
*
Add support for sandboxing persistent workers.
Philipp Wollermann
2016-09-28
*
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
*
Add flag --nosandbox/--no_sandbox/--no-sandbox to disable sandbox.
Yue Gan
2016-09-21
*
Fix Bazel failing to build anything when its workspace or output base is in /...
Philipp Wollermann
2016-09-21
*
Change execution root for external repositories to be ../repo
Kristina Chodorow
2016-09-20
*
Also copy directories as output for sandbox.
Yue Gan
2016-09-19
*
Set workspace name for sandbox dirs
Kristina Chodorow
2016-09-09
*
Check OS X version to decide if sandbox is supported.
Yue Gan
2016-09-09
[next]