| Commit message (Expand) | Author | Age |
* | 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 |
* | Windows: fix off-by-one errors with MAX_PATH | Laszlo Csomor | 2017-02-07 |
* | Windows JNI: check and fix the PATH | Laszlo Csomor | 2017-02-01 |
* | Windows, JNI, refactor: co-locate all JNI code | Laszlo Csomor | 2017-01-20 |
* | Windows, JNI, refactor: extract WinAPI call | Laszlo Csomor | 2017-01-20 |
* | Windows, JNI: expose IsJunctionOrDirectorySymlink | Laszlo Csomor | 2017-01-20 |
* | Windows JNI: refactorings | Laszlo Csomor | 2017-01-19 |
* | Windows, JNI: add tests for windows_util | Laszlo Csomor | 2017-01-18 |
* | Windows, JNI, refactor: move a method | Laszlo Csomor | 2017-01-16 |
* | Windows, JNI, refactor: prepare moving a function | Laszlo Csomor | 2017-01-16 |
* | Windows, JNI: make it work with long paths | Laszlo Csomor | 2017-01-16 |
* | Windows, JNI: use RAII pattern + clean up gotos | Laszlo Csomor | 2017-01-13 |
* | Windows, JNI: use CreateFileW for std* redirection | Laszlo Csomor | 2017-01-12 |
* | Windows, JNI: arg for argv0 in nativeCreateProcess | Laszlo Csomor | 2017-01-12 |
* | Windows JNI: remove dead code, extract constant | Laszlo Csomor | 2016-12-19 |
* | Up the MD5-reading buffer size to 8192. This keeps us within a 16K stack size... | Googler | 2016-12-16 |
* | Windows, JNI: implement nativeGetLongPath | Laszlo Csomor | 2016-12-15 |
* | Windows, JNI: build the DLL with /O2 optimization | Laszlo Csomor | 2016-12-14 |
* | Windows JNI library: prepare for widechar WinAPI | Laszlo Csomor | 2016-12-06 |
* | Windows: explicitly use ASCII-version of Win32 API | Laszlo Csomor | 2016-12-05 |
* | Bazel client: platform-specific {Read,Write}File | Laszlo Csomor | 2016-11-28 |
* | --watchfs for OSX: use kFSEventStreamCreateFlagNoDefer to receive event as so... | Damien Martin-Guillerez | 2016-10-14 |
* | Patches to compile against musl | Steven Dee | 2016-10-07 |
* | Enable exception handing for built-in windows headers | Peter Foley | 2016-10-07 |
* | Remove support for using AF_UNIX to communicate between the Bazel cient and t... | Lukacs Berki | 2016-10-07 |
* | Make cc_configure on Windows more robust | Yun Peng | 2016-09-28 |
* | Windows, bootstrapping: do not build JNI library. | Laszlo Csomor | 2016-09-28 |
* | Put stdout and stderr streams into a consistent state when they are redirected. | Lukacs Berki | 2016-09-12 |
* | Tentative fix for #1747. | Lukacs Berki | 2016-09-12 |
* | Windows, JNI: use native isJunction method. | Laszlo Csomor | 2016-09-06 |
* | Windows, JNI: implement native isJunction method. | Laszlo Csomor | 2016-09-06 |
* | Close stdout/stderr pipes when the main process of an action terminates so th... | Lukacs Berki | 2016-09-01 |
* | Windows, JNI: extract error reporting to a file. | Laszlo Csomor | 2016-08-31 |
* | Bazel shell scripts: fix links in licence comments. | Laszlo Csomor | 2016-08-24 |
* | Implement timeouts on Windows. | Lukacs Berki | 2016-08-22 |
* | Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th... | Janak Ramakrishnan | 2016-08-12 |
* | Remove the AF_UNIX client/server communication protocol. | Lukacs Berki | 2016-08-05 |
* | Fix various breakages in Windows process handling that creeped in because we ... | Lukacs T. Berki | 2016-07-20 |
* | Call TerminateProcess() is TerminateJobObject() fails. | Lukacs Berki | 2016-07-19 |
* | Fix Windows tests. | Dmitry Lomov | 2016-07-15 |
* | Fix capturing stdin/stdout on Windows. | Dmitry Lomov | 2016-07-11 |
* | Tweak Win32 process creation settings: | Lukacs Berki | 2016-07-07 |
* | Make Windows process management nicer. | Lukacs Berki | 2016-07-06 |