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
/
tools
Commit message (
Expand
)
Author
Age
*
Delete unused function in process-wrapper-options.cc
Benjamin Peterson
2017-07-18
*
Use getopt to parse process-wrapper's command-line.
philwo
2017-06-22
*
Automated g4 rollback of commit 5608765ab737ebb8a98a04a6068143d53ae7065c.
philwo
2017-06-06
*
Fix sandbox to recursively bind mount the writable directories.
Googler
2017-06-05
*
Small optimization to avoid allocating strings in the bind mount loop.
Googler
2017-05-31
*
Make Bazel build without --cpu=x64_windows_msvc
Yun Peng
2017-05-30
*
process-tools: Fail silently when we can't install a signal handler.
philwo
2017-05-26
*
Automated g4 rollback of commit 7f520a8286c39c5145b6d816cd0be5a6b7b18250.
elenairina
2017-05-23
*
Refactor process-wrapper code so the spawn/wait code is pluggable.
philwo
2017-05-23
*
Share the signal handling code between linux-sandbox and process-wrapper.
philwo
2017-05-19
*
Some fixes to process-wrapper / linux-sandbox.
philwo
2017-05-19
*
Convert process-wrapper to C++.
Philipp Wollermann
2017-05-17
*
Remove process-tools.cc which I forgot to delete during the last rollback.
philwo
2017-05-15
*
Automated g4 rollback of commit 3e5edafa2a04a71cd3596e929e83222da725f3f9.
philwo
2017-05-15
*
Fix potential uninitialized variable usage in linux-sandbox-options.cc
Peter Foley
2017-05-04
*
Check for definition of PR_SET_CHILD_SUBREAPER and don't die when it fails in...
philwo
2017-04-25
*
process-wrapper: Wait for all (grand)children before exiting.
philwo
2017-04-24
*
Add runfiles in jdk.BUILD
Stephen Twigg
2017-04-06
*
sandbox: Don't mount tmpfs on /tmp by default.
Philipp Wollermann
2017-03-27
*
sandbox: Use std::string instead of char*.
Philipp Wollermann
2017-03-27
*
sandbox: Ignore ENOENT during remount.
Philipp Wollermann
2017-03-27
*
sandbox: Improve the check whether the Linux sandbox is supported.
Philipp Wollermann
2017-03-27
*
sandbox: No longer change the user to 'nobody' by default.
Philipp Wollermann
2017-03-24
*
sandbox: No longer require a temporary "sandbox" directory.
Philipp Wollermann
2017-03-24
*
sandbox: Remove the flag --sandbox_block_path.
Philipp Wollermann
2017-03-24
*
Make Bazel build with MSVC-default-toolchain Bazel
Yun Peng
2017-03-08
*
Make MSVC CROSSTOOL default on Windows
Yun Peng
2017-03-08
*
Windows: Assist JNI builds with a target for jni_md.h.
Asim Shankar
2017-03-08
*
Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.
Dmitry Lomov
2017-02-17
*
Make the interface dynamic library builder a regular label instead of a magic...
Lukacs Berki
2017-02-17
*
Rename 'extdir' to 'extclasspath'
Liam Miller-Cushon
2017-02-17
*
Migrate to java_runtime{,_suite}
Liam Miller-Cushon
2017-02-17
*
Roll forward execroot change
Kristina Chodorow
2017-02-16
*
Remove unused function to silence a warning when compiling bazel.
Tobias Werth
2017-02-06
*
Fix #2285: linux-sandbox-pid1.cc:398: remount: Operation not permitted
Philipp Wollermann
2017-02-02
*
Fix #2018: Can't access localhost in bazel 0.3.2.
Philipp Wollermann
2017-02-01
*
Bazel can now be built on Windows with MSVC
Laszlo Csomor
2017-01-31
*
Add customized path mounting in Bazel sandbox.
Xin Gao
2016-12-20
*
Let the sandbox ignore ESTALE errors on remounting file systems.
Philipp Wollermann
2016-11-29
*
Fix linux-sandbox failure when there is a mount points under /tmp
Yuki Yugui Sonoda
2016-10-27
*
Fix #1719: Sandbox should print better error message on execvp failure.
Philipp Wollermann
2016-10-17
*
Patches to compile against musl
Steven Dee
2016-10-07
*
Remove JavaCpuSupplier; use the actual --cpu value instead.
Ulf Adams
2016-10-06
*
Windows, native: add windows_msvc config_setting
Laszlo Csomor
2016-09-28
*
Fix #1671: Use a better approach to reap child processes, which fixes the occ...
Philipp Wollermann
2016-09-26
*
Fix Bazel failing to build anything when its workspace or output base is in /...
Philipp Wollermann
2016-09-21
*
Implement the first stage of Bazel's "Sandbox 2.0" for Linux.
Philipp Wollermann
2016-08-18
*
Add a test for sandboxing when nobody's UID is different
Brian Silverman
2016-08-18
*
call SetupDirectories after uids are mapped in the user namespace
Jason Lunz
2016-08-18
*
Short-circuit runfiles tree creation if runfiles are disabled (for example, o...
Lukacs Berki
2016-08-04
[next]