| Commit message (Expand) | Author | Age |
* | Windows,JNI: more tolerance for errors | Laszlo Csomor | 2018-07-24 |
* | Windows,JNI: graceful error-handling | Laszlo Csomor | 2018-07-13 |
* | Windows,JNI: more robust nativeCreateJunction | Laszlo Csomor | 2018-07-09 |
* | Windows,JNI: implement native DeletePath method | laszlocsomor | 2018-07-06 |
* | Add parentheses to bool expr with && and || | Loo Rong Jie | 2018-06-28 |
* | Update FreeBSD JNI to support new attr_not_found parameter. | John Cater | 2018-02-22 |
* | Make getxattr not throw an exception when attribute does not exist on Mac. | ajmichael | 2018-02-09 |
* | Clean up Windows config_settings | Yun Peng | 2018-01-12 |
* | isable_presubmit | Googler | 2018-01-10 |
* | Save errno in unix_jni.cc stat when throwing exceptions. | tomlu | 2018-01-09 |
* | Fix bug in unix_jni.cc that causes Path#exist to spuriously return true. | tomlu | 2018-01-09 |
* | Add FileSystem#createDirectoryAndParents. | tomlu | 2017-12-21 |
* | Shell code cleanup | Androbin | 2017-12-14 |
* | Add BAZEL_VC and JAVA_HOME to build_windows_jni.sh | Loo Rong Jie | 2017-12-04 |
* | Windows: Don't leak any handles from Bazel client to Bazel server | Yun Peng | 2017-12-01 |
* | Move bazel conditions into src/conditions. | tomlu | 2017-11-30 |
* | Windows,JNI: check cmd length for CreateProcess | Laszlo Csomor | 2017-11-16 |
* | Only copy necessary sources for //src/main/native:embedded_tools. | Xin Gao | 2017-11-09 |
* | Windows,JNI,logging: improve error messages | Laszlo Csomor | 2017-10-26 |
* | Windows, jni: Don't close stdout/stderr in nativeWaitFor function | Yun Peng | 2017-10-24 |
* | Windows,JNI: use wstrings only | Laszlo Csomor | 2017-10-20 |
* | build_windows_jni: fix @cd call | Laszlo Csomor | 2017-10-18 |
* | Clean up TODOs. | László Csomor | 2017-10-09 |
* | Windows,bootstrapping: fix build_windows_jni.sh | Laszlo Csomor | 2017-10-06 |
* | Harden AutoHandle. | Dmitry Lomov | 2017-08-23 |
* | Add build_windows_jni.sh back | Yun Peng | 2017-08-10 |
* | Using cc_binary to build windows_jni.dll | Yun Peng | 2017-07-31 |
* | Windows: check in the icon resource file | Laszlo Csomor | 2017-07-27 |
* | Windows: Bazel now has an icon | Laszlo Csomor | 2017-07-27 |
* | Windows: clean up error reporting | Laszlo Csomor | 2017-07-20 |
* | Windows, Android BusyBox: create JunctionCreator | Laszlo Csomor | 2017-07-10 |
* | build_windows_jni.sh: move file to subdirectory | Laszlo Csomor | 2017-07-05 |
* | Windows, JNI: move around sources | Laszlo Csomor | 2017-07-03 |
* | Windows, JNI: move around sources | Laszlo Csomor | 2017-06-29 |
* | Make source code of singlejar and ijar available from @bazel_tools. , | Xin Gao | 2017-06-22 |
* | Bazel client, Windows: impl. client-level locking | laszlocsomor | 2017-04-13 |
* | Windows, JNI: non-zero exit code for termination | laszlocsomor | 2017-04-04 |
* | Windows JNI: make the builder .bat executable | László Csomor | 2017-03-23 |
* | Make Bazel work with all MSVS 2017 editions | Alexander Chung | 2017-03-16 |
* | Initialize the mutex in JNIEventsDiffAwareness | Julio Merino | 2017-03-07 |
* | Windows, JNI: allow empty cwd for processes | Laszlo Csomor | 2017-03-07 |
* | Windows, JNI: shorten the cwd for CreateProcess | Laszlo Csomor | 2017-03-06 |
* | Move FileAccessException to the vfs package | Ulf Adams | 2017-02-17 |
* | Windows: use JNI CreateJunction in Java code | Laszlo Csomor | 2017-02-15 |
* | Bazel client, JNI, Windows: impl. CreateJunction | Laszlo Csomor | 2017-02-15 |
* | Make Bazel work with Visual Studio 2017 | Yun Peng | 2017-02-14 |
* | Windows JNI, refactor: move OpenDirectory to JNI | Laszlo Csomor | 2017-02-14 |
* | Bazel client, Windows, tests: `rm -rf TEST_TMPDIR` | Laszlo Csomor | 2017-02-10 |
* | Bazel client, Windows: use more of AutoHandle | Laszlo Csomor | 2017-02-09 |
* | Add quotes to improve space support | Alexander Chung | 2017-02-07 |