aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/native
Commit message (Expand)AuthorAge
* Bazel client, Windows: impl. client-level lockingGravatar laszlocsomor2017-04-13
* Windows, JNI: non-zero exit code for terminationGravatar laszlocsomor2017-04-04
* Windows JNI: make the builder .bat executable Gravatar László Csomor2017-03-23
* Make Bazel work with all MSVS 2017 editions Gravatar Alexander Chung2017-03-16
* Initialize the mutex in JNIEventsDiffAwareness Gravatar Julio Merino2017-03-07
* Windows, JNI: allow empty cwd for processesGravatar Laszlo Csomor2017-03-07
* Windows, JNI: shorten the cwd for CreateProcessGravatar Laszlo Csomor2017-03-06
* Move FileAccessException to the vfs packageGravatar Ulf Adams2017-02-17
* Windows: use JNI CreateJunction in Java code Gravatar Laszlo Csomor2017-02-15
* Bazel client, JNI, Windows: impl. CreateJunction Gravatar Laszlo Csomor2017-02-15
* Make Bazel work with Visual Studio 2017 Gravatar Yun Peng2017-02-14
* Windows JNI, refactor: move OpenDirectory to JNIGravatar Laszlo Csomor2017-02-14
* Bazel client, Windows, tests: `rm -rf TEST_TMPDIR`Gravatar Laszlo Csomor2017-02-10
* Bazel client, Windows: use more of AutoHandleGravatar Laszlo Csomor2017-02-09
* Add quotes to improve space supportGravatar Alexander Chung2017-02-07
* Windows: fix off-by-one errors with MAX_PATHGravatar Laszlo Csomor2017-02-07
* Windows JNI: check and fix the PATHGravatar Laszlo Csomor2017-02-01
* Windows, JNI, refactor: co-locate all JNI codeGravatar Laszlo Csomor2017-01-20
* Windows, JNI, refactor: extract WinAPI callGravatar Laszlo Csomor2017-01-20
* Windows, JNI: expose IsJunctionOrDirectorySymlinkGravatar Laszlo Csomor2017-01-20
* Windows JNI: refactoringsGravatar Laszlo Csomor2017-01-19
* Windows, JNI: add tests for windows_utilGravatar Laszlo Csomor2017-01-18
* Windows, JNI, refactor: move a methodGravatar Laszlo Csomor2017-01-16
* Windows, JNI, refactor: prepare moving a functionGravatar Laszlo Csomor2017-01-16
* Windows, JNI: make it work with long pathsGravatar Laszlo Csomor2017-01-16
* Windows, JNI: use RAII pattern + clean up gotosGravatar Laszlo Csomor2017-01-13
* Windows, JNI: use CreateFileW for std* redirectionGravatar Laszlo Csomor2017-01-12
* Windows, JNI: arg for argv0 in nativeCreateProcessGravatar Laszlo Csomor2017-01-12
* Windows JNI: remove dead code, extract constantGravatar Laszlo Csomor2016-12-19
* Up the MD5-reading buffer size to 8192. This keeps us within a 16K stack size...Gravatar Googler2016-12-16
* Windows, JNI: implement nativeGetLongPathGravatar Laszlo Csomor2016-12-15
* Windows, JNI: build the DLL with /O2 optimizationGravatar Laszlo Csomor2016-12-14
* Windows JNI library: prepare for widechar WinAPIGravatar Laszlo Csomor2016-12-06
* Windows: explicitly use ASCII-version of Win32 APIGravatar Laszlo Csomor2016-12-05
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* --watchfs for OSX: use kFSEventStreamCreateFlagNoDefer to receive event as so...Gravatar Damien Martin-Guillerez2016-10-14
* Patches to compile against muslGravatar Steven Dee2016-10-07
* Enable exception handing for built-in windows headersGravatar Peter Foley2016-10-07
* Remove support for using AF_UNIX to communicate between the Bazel cient and t...Gravatar Lukacs Berki2016-10-07
* Make cc_configure on Windows more robustGravatar Yun Peng2016-09-28
* Windows, bootstrapping: do not build JNI library.Gravatar Laszlo Csomor2016-09-28
* Put stdout and stderr streams into a consistent state when they are redirected.Gravatar Lukacs Berki2016-09-12
* Tentative fix for #1747.Gravatar Lukacs Berki2016-09-12
* Windows, JNI: use native isJunction method.Gravatar Laszlo Csomor2016-09-06
* Windows, JNI: implement native isJunction method.Gravatar Laszlo Csomor2016-09-06
* Close stdout/stderr pipes when the main process of an action terminates so th...Gravatar Lukacs Berki2016-09-01
* Windows, JNI: extract error reporting to a file.Gravatar Laszlo Csomor2016-08-31
* Bazel shell scripts: fix links in licence comments.Gravatar Laszlo Csomor2016-08-24
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...Gravatar Janak Ramakrishnan2016-08-12