aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/windows
Commit message (Expand)AuthorAge
* Windows,JNI: more tolerance for errorsGravatar Laszlo Csomor2018-07-24
* Windows,JNI: graceful error-handlingGravatar Laszlo Csomor2018-07-13
* Windows,JNI: more robust nativeCreateJunctionGravatar Laszlo Csomor2018-07-09
* vfs: fix race condition in JavaIoFileSystem.deleteGravatar Laszlo Csomor2018-07-09
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Windows: Make environment variables case-insensitive when creating Windows pr...Gravatar Yun Peng2018-05-28
* Replace path implementation.Gravatar tomlu2018-02-08
* Add another path to the windows_jni.dll lookup.Gravatar Pascal Muetschard2018-01-08
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Move msys path support into DependencySet, removing it from the general Path ...Gravatar tomlu2017-12-14
* Add a new file path type, LocalPath.Gravatar tomlu2017-12-12
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Windows,Subcommands: argv quoting for empty argsGravatar Laszlo Csomor2017-11-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Windows, jni: Don't close stdout/stderr in nativeWaitFor functionGravatar Yun Peng2017-10-24
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Move Subprocess.Factory to a top-level classGravatar ulfjack2017-09-08
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Implement timeouts on top of Java ProcessGravatar ulfjack2017-08-10
* Rewrite the Command APIGravatar ulfjack2017-08-10
* Windows: Android BusyBox can access the JNI libGravatar Laszlo Csomor2017-07-31
* Windows, Android BusyBox: create JunctionCreatorGravatar Laszlo Csomor2017-07-10
* build_windows_jni.sh: move file to subdirectoryGravatar Laszlo Csomor2017-07-05
* Windows, JNI: move around sourcesGravatar Laszlo Csomor2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Windows, Bazel client: pass Unix root as JVM flagGravatar Laszlo Csomor2017-06-13
* Windows: Create a dangling junction when symlink target doesn't existGravatar Yun Peng2017-06-01
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Restructure Path#getCachedChildPath to make direct method calls without alloc...Gravatar nharmata2017-04-04
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Windows: use JNI CreateJunction in Java code Gravatar Laszlo Csomor2017-02-15
* Windows: fix off-by-one errors with MAX_PATHGravatar Laszlo Csomor2017-02-07
* Global cleanup change.Gravatar Googler2017-01-25
* 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
* Windows: resolve shortened pathsGravatar Laszlo Csomor2017-01-03
* Load JNI library on Windows from the runfiles tree as a fallbackGravatar Damien Martin-Guillerez2016-12-28
* Windows JNI: ensure JNI is loaded for getLongPathGravatar Laszlo Csomor2016-12-21
* Windows, JNI: implement nativeGetLongPathGravatar Laszlo Csomor2016-12-15
* Windows JNI library: prepare for widechar WinAPIGravatar Laszlo Csomor2016-12-06
* Fixed a bug during bootstrapGravatar Yun Peng2016-09-08
* Windows, JNI: implement native isJunction method.Gravatar Laszlo Csomor2016-09-06
* Windows, JNI: do not load windows_jni.dll twice.Gravatar Laszlo Csomor2016-08-31
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* Fix capturing stdin/stdout on Windows.Gravatar Dmitry Lomov2016-07-11
* Propagate the system root to every process created in WindowsSubprocessFactory.Gravatar Lukacs Berki2016-07-07
* Make Windows process management nicer.Gravatar Lukacs Berki2016-07-06
* Use the subprocess factory that uses the Win32 API on Windows.Gravatar Lukacs Berki2016-07-04