aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/windows/WindowsProcessesTest.java
Commit message (Expand)AuthorAge
* Windows,Subcommands: argv quoting for empty argsGravatar Laszlo Csomor2017-11-14
* Windows, jni: Don't close stdout/stderr in nativeWaitFor functionGravatar Yun Peng2017-10-24
* Windows, JNI: move around sourcesGravatar Laszlo Csomor2017-07-03
* Windows: fix off-by-one errors with MAX_PATHGravatar Laszlo Csomor2017-02-07
* Windows, JNI: make it work with long pathsGravatar Laszlo Csomor2017-01-16
* Windows, JNI: arg for argv0 in nativeCreateProcessGravatar Laszlo Csomor2017-01-12
* Windows: remove test-specific JNI loaderGravatar Laszlo Csomor2017-01-12
* Put stdout and stderr streams into a consistent state when they are redirected.Gravatar Lukacs Berki2016-09-12
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* Fix various breakages in Windows process handling that creeped in because we ...Gravatar Lukacs T. Berki2016-07-20
* Fix capturing stdin/stdout on Windows.Gravatar Dmitry Lomov2016-07-11
* Fixed BazelDocumentationTests on Windows by using runfiles libraryGravatar Yun Peng2016-07-06
* 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