aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools
Commit message (Expand)AuthorAge
...
* 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
* Upstream some basic changes from dslomov windows branch.Gravatar Dmitry Lomov2015-12-07
* Export xjc and wsimport tools from JDKGravatar Alpha Lam2015-12-02
* Fix build on FreeBSD.Gravatar Googler2015-11-17
* handle darwin_x86_64 target cpuGravatar Chris Parsons2015-10-30
* Print the name of the execvp'd file for easier debugging in case the call fails.Gravatar Philipp Wollermann2015-10-23
* Fix for SIOCGIFINDEX undefined on Mac (https://github.com/bazelbuild/bazel/is...Gravatar Dave MacLachlan2015-10-19
* Make the sandbox handle an arbitrary number of argumentsGravatar Brian Silverman2015-10-13
* Introduce two new options to Linux sandbox wrapper:Gravatar Ming Zhao2015-10-08
* sandbox: Push creation of needed empty directories (like /tmp, TEST_TMPDIR) i...Gravatar Philipp Wollermann2015-10-08
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* sandbox: Show user-friendly mount paths in the namespace-sandbox debug log.Gravatar Philipp Wollermann2015-09-08