aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools
Commit message (Expand)AuthorAge
* 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
* sandbox: When spawn.getInputs() contains a directory, recurse into it and mou...Gravatar Philipp Wollermann2015-09-02
* Fix up documentation that was backwards for KillEverything.Gravatar Dave MacLachlan2015-09-02
* Make writes thread-safe during local tests by opening files with O_APPEND.Gravatar Eric Fellheimer2015-08-27
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Instead of assuming that sandboxing will generally work on everything that is...Gravatar Philipp Wollermann2015-08-26
* namespace-sandbox: Actually do exponential backoff on a failed unshare() sysc...Gravatar Philipp Wollermann2015-08-26
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Improve the JDK and JRE filegroups to include all the necessary parts. Then f...Gravatar Philipp Wollermann2015-08-24
* Reintroduce langtools and langtools-neverlink in jdk.BUILDGravatar Damien Martin-Guillerez2015-06-19
* Move the Error Prone plugin into BazelGravatar Liam Miller-Cushon2015-06-19
* Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java res...Gravatar Lukacs Berki2015-06-15
* Remove tools/jdk/jdk symbolic link creationGravatar Damien Martin-Guillerez2015-06-11
* Simplify genproto.bzl.Gravatar Han-Wen Nienhuys2015-06-02
* process-wrapper: only define _GNU_SOURCE if it wasn't defined yet,Gravatar Han-Wen Nienhuys2015-05-22
* Set gid as well as uidGravatar Daniel Wagner-Hall2015-05-21
* Add a --javac_extdir flag to enable configuring the javac -extdirs flagGravatar Liam Miller-Cushon2015-05-21
* namespace-sandbox: split the main methodGravatar Damien Martin-Guillerez2015-05-18
* namespace-sandbox: extracted option parsing in a methodGravatar Damien Martin-Guillerez2015-05-18
* namespace-sandbox: write "deny" to /proc/self/setgroupsGravatar Damien Martin-Guillerez2015-05-18
* namespace-sandbox: fix usage stringGravatar Damien Martin-Guillerez2015-05-18
* namespace-sandbox: extract a file writing functionGravatar Damien Martin-Guillerez2015-05-18
* If effective user id != user id, force us to act as the effective user idGravatar Daniel Wagner-Hall2015-05-08
* Make JDK not need tools/jdk/jdk symlinkedGravatar Kristina Chodorow2015-03-18
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
* Add default WORKSPACE file for Java rulesGravatar Kristina Chodorow2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25