aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools
Commit message (Expand)AuthorAge
* Delete unused function in process-wrapper-options.ccGravatar Benjamin Peterson2017-07-18
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Automated g4 rollback of commit 5608765ab737ebb8a98a04a6068143d53ae7065c.Gravatar philwo2017-06-06
* Fix sandbox to recursively bind mount the writable directories.Gravatar Googler2017-06-05
* Small optimization to avoid allocating strings in the bind mount loop.Gravatar Googler2017-05-31
* Make Bazel build without --cpu=x64_windows_msvcGravatar Yun Peng2017-05-30
* process-tools: Fail silently when we can't install a signal handler.Gravatar philwo2017-05-26
* Automated g4 rollback of commit 7f520a8286c39c5145b6d816cd0be5a6b7b18250.Gravatar elenairina2017-05-23
* Refactor process-wrapper code so the spawn/wait code is pluggable.Gravatar philwo2017-05-23
* Share the signal handling code between linux-sandbox and process-wrapper.Gravatar philwo2017-05-19
* Some fixes to process-wrapper / linux-sandbox.Gravatar philwo2017-05-19
* Convert process-wrapper to C++.Gravatar Philipp Wollermann2017-05-17
* Remove process-tools.cc which I forgot to delete during the last rollback.Gravatar philwo2017-05-15
* Automated g4 rollback of commit 3e5edafa2a04a71cd3596e929e83222da725f3f9.Gravatar philwo2017-05-15
* Fix potential uninitialized variable usage in linux-sandbox-options.ccGravatar Peter Foley2017-05-04
* Check for definition of PR_SET_CHILD_SUBREAPER and don't die when it fails in...Gravatar philwo2017-04-25
* process-wrapper: Wait for all (grand)children before exiting.Gravatar philwo2017-04-24
* Add runfiles in jdk.BUILDGravatar Stephen Twigg2017-04-06
* sandbox: Don't mount tmpfs on /tmp by default.Gravatar Philipp Wollermann2017-03-27
* sandbox: Use std::string instead of char*.Gravatar Philipp Wollermann2017-03-27
* sandbox: Ignore ENOENT during remount.Gravatar Philipp Wollermann2017-03-27
* sandbox: Improve the check whether the Linux sandbox is supported.Gravatar Philipp Wollermann2017-03-27
* sandbox: No longer change the user to 'nobody' by default.Gravatar Philipp Wollermann2017-03-24
* sandbox: No longer require a temporary "sandbox" directory.Gravatar Philipp Wollermann2017-03-24
* sandbox: Remove the flag --sandbox_block_path.Gravatar Philipp Wollermann2017-03-24
* Make Bazel build with MSVC-default-toolchain Bazel Gravatar Yun Peng2017-03-08
* Make MSVC CROSSTOOL default on Windows Gravatar Yun Peng2017-03-08
* Windows: Assist JNI builds with a target for jni_md.h. Gravatar Asim Shankar2017-03-08
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Rename 'extdir' to 'extclasspath'Gravatar Liam Miller-Cushon2017-02-17
* Migrate to java_runtime{,_suite}Gravatar Liam Miller-Cushon2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Remove unused function to silence a warning when compiling bazel.Gravatar Tobias Werth2017-02-06
* Fix #2285: linux-sandbox-pid1.cc:398: remount: Operation not permittedGravatar Philipp Wollermann2017-02-02
* Fix #2018: Can't access localhost in bazel 0.3.2.Gravatar Philipp Wollermann2017-02-01
* Bazel can now be built on Windows with MSVCGravatar Laszlo Csomor2017-01-31
* Add customized path mounting in Bazel sandbox.Gravatar Xin Gao2016-12-20
* Let the sandbox ignore ESTALE errors on remounting file systems.Gravatar Philipp Wollermann2016-11-29
* Fix linux-sandbox failure when there is a mount points under /tmpGravatar Yuki Yugui Sonoda2016-10-27
* Fix #1719: Sandbox should print better error message on execvp failure.Gravatar Philipp Wollermann2016-10-17
* Patches to compile against muslGravatar Steven Dee2016-10-07
* Remove JavaCpuSupplier; use the actual --cpu value instead.Gravatar Ulf Adams2016-10-06
* Windows, native: add windows_msvc config_settingGravatar Laszlo Csomor2016-09-28
* Fix #1671: Use a better approach to reap child processes, which fixes the occ...Gravatar Philipp Wollermann2016-09-26
* Fix Bazel failing to build anything when its workspace or output base is in /...Gravatar Philipp Wollermann2016-09-21
* Implement the first stage of Bazel's "Sandbox 2.0" for Linux.Gravatar Philipp Wollermann2016-08-18
* Add a test for sandboxing when nobody's UID is differentGravatar Brian Silverman2016-08-18
* call SetupDirectories after uids are mapped in the user namespaceGravatar Jason Lunz2016-08-18
* Short-circuit runfiles tree creation if runfiles are disabled (for example, o...Gravatar Lukacs Berki2016-08-04