aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/native
Commit message (Expand)AuthorAge
...
* 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
* Remove the AF_UNIX client/server communication protocol.Gravatar Lukacs Berki2016-08-05
* Fix various breakages in Windows process handling that creeped in because we ...Gravatar Lukacs T. Berki2016-07-20
* Call TerminateProcess() is TerminateJobObject() fails.Gravatar Lukacs Berki2016-07-19
* Fix Windows tests.Gravatar Dmitry Lomov2016-07-15
* Fix capturing stdin/stdout on Windows.Gravatar Dmitry Lomov2016-07-11
* Tweak Win32 process creation settings:Gravatar Lukacs Berki2016-07-07
* Make Windows process management nicer.Gravatar Lukacs Berki2016-07-06
* Make the environment sanity check in nativeCreateProcess() consistent with wh...Gravatar Lukacs Berki2016-07-04
* Add an implementation for SubprocessFactory based on the new JNI interface to...Gravatar Lukacs Berki2016-07-04
* Add native process management for Windows and its Java bindings (without a sa...Gravatar Lukacs Berki2016-07-01
* Do not be satisfied with a JRE when looking for JNI headers.Gravatar Lukacs Berki2016-06-29
* Make "bazel info server_pid" work on Windows.Gravatar Lukacs Berki2016-06-29
* Add build_windows_jni.sh to the repository.Gravatar Lukacs Berki2016-06-27
* Add skeleton code for a JNI .DLL on Windows.Gravatar Lukacs T. Berki2016-06-27
* Set output_to_bindir to 1 for libunix.dylibGravatar Damien Martin-Guillerez2016-06-21