aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools
Commit message (Expand)AuthorAge
* 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
* Rename namespace-sandbox/-runner to linux-sandbox.Gravatar Philipp Wollermann2016-07-18
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Rollback of commit 2ee0377d835af26a6488ad7b80291953860c4dce.Gravatar Philipp Wollermann2016-06-21
* Disable runfiles on Windows.Gravatar Dmitry Lomov2016-06-21
* sandbox: Mount input files and directories actually read-only.Gravatar Philipp Wollermann2016-06-21
* sandbox: So refactoring, much no-op change, wow.Gravatar Philipp Wollermann2016-06-21
* Do not try to install a default handler for SIGSTOP and SIGKILL.Gravatar Philipp Wollermann2016-06-13
* Move xcode-locator into src/tools packages, defining it as a target under @ba...Gravatar Chris Parsons2016-05-30
* Make deleting runfiles tree on Windows "best effort".Gravatar Dmitry Lomov2016-05-10
* Print out the error from getpwuid instead of segfaultingGravatar Brian Silverman2016-04-26
* Fix sandbox when nobody's uid != 65534Gravatar Brian Silverman2016-04-18
* Fixes bugs so that we can build bazel with bazel twice without cleaning up on...Gravatar Yun Peng2016-04-14
* Automated [] rollback of commit 525fa71b0d6f096e9bfb180f688a4418c4974eb4.Gravatar Yue Gan2016-04-14
* Fixes bugs so that we can build bazel with bazel on WindowsGravatar Yun Peng2016-04-14
* Mount whole directories into the sandbox when possibleGravatar Brian Silverman2016-04-07
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* Exclude weirdly-named files from the JDK.Gravatar Lukacs Berki2016-02-24
* Workaround gcc bug.Gravatar Dmitry Lomov2016-02-22
* sandbox: Easier debugging of sandbox failures, when using both --verbose_fail...Gravatar Yue Gan2016-02-19
* xcode_locator outputs developer directories instead of xcode pathsGravatar Chris Parsons2016-02-18
* Always create /tmp directory in the sandbox (fixes #913).Gravatar Philipp Wollermann2016-02-16
* Use hard links to create empty files.Gravatar Brian Silverman2016-02-16
* Fix JDK tools extensions for Windows.Gravatar Dmitry Lomov2016-02-12
* Introduce a special CPU for Windows and add msys compiler toolchain.Gravatar Dmitry Lomov2016-02-03
* Add a (working) windows compatibility mode that makes Bazel create hardlinks ...Gravatar Lukacs Berki2016-01-26
* Query for user nobody and exit sandbox if unable to find.Gravatar Pedro Kiefer2016-01-08
* Add xcode_locator to bazel's embedded binaries.Gravatar Chris Parsons2016-01-08