aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools
Commit message (Expand)AuthorAge
* Deprecate most of the targets in the JDK repositoryGravatar cushon2018-08-08
* Remove support for java_runtime_suiteGravatar cushon2018-07-05
* Made 'build-runfiles.cc' POSIX compatible.Gravatar Jasper Siepkes2018-04-09
* [Windows] Don't use -lm on WindowsGravatar Loo Rong Jie2018-02-13
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Update bootclasspath handling for JDK 9Gravatar cushon2017-12-20
* Make linux-sandbox output execution statistics for executed commands.Gravatar ruperts2017-12-13
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Make process-wrapper output execution statistics for executed commands.Gravatar ruperts2017-11-28
* Add documentation for linux-sandbox -H option.Gravatar ruperts2017-11-14
* Fix #2667: Grab MS_REC from linux/fs.h if not defined.Gravatar philwo2017-10-20
* 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