- a729b9b Replace path implementation. by tomlu · 7 years ago
- 5e708b9 Add another path to the windows_jni.dll lookup. by Pascal Muetschard · 7 years ago
- c801c39 Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486. by aehlig · 7 years ago
- 82e68b7 Make FileSystem operate on LocalPath instead of Path. by tomlu · 7 years ago
- 8b3ba50 Move msys path support into DependencySet, removing it from the general Path system. by tomlu · 7 years ago
- 4a2f2c5 Add a new file path type, LocalPath. by tomlu · 7 years ago
- 559a07d Refactor the FileSystem API to allow for different hash functions. by buchgr · 7 years ago
- 4fd7881 Windows,Subcommands: argv quoting for empty args by Laszlo Csomor · 7 years ago
- a155b53 Replace all usages of Blaze's Preconditions class with guava. by tomlu · 7 years ago
- 6a4247b Windows, jni: Don't close stdout/stderr in nativeWaitFor function by Yun Peng · 7 years ago
- 39fab10 Add Path argument to supportsModifications, supports*LinksNatively. by tomlu · 7 years ago
- 27758e4 Move Subprocess.Factory to a top-level class by ulfjack · 8 years ago
- 3bcb9f6 More BUILD file refactorings. by philwo · 8 years ago
- 0ec7180 Implement timeouts on top of Java Process by ulfjack · 8 years ago
- f2d4595 Rewrite the Command API by ulfjack · 8 years ago
- 5d2d072 Windows: Android BusyBox can access the JNI lib by Laszlo Csomor · 8 years ago
- 8a9be26 Windows, Android BusyBox: create JunctionCreator by Laszlo Csomor · 8 years ago
- 9409109 build_windows_jni.sh: move file to subdirectory by Laszlo Csomor · 8 years ago
- 13f9226 Windows, JNI: move around sources by Laszlo Csomor · 8 years ago
- 3d2a68c Automated conversion to Java 8 by laurentlb · 8 years ago
- 9c54e2a Windows, Bazel client: pass Unix root as JVM flag by Laszlo Csomor · 8 years ago
- 6c07525 Windows: Create a dangling junction when symlink target doesn't exist by Yun Peng · 8 years ago
- b4060b6 Refactor all ctor callsites of PathFragment to instead call a static 'create' method. by nharmata · 8 years ago
- 39e659e Restructure Path#getCachedChildPath to make direct method calls without allocating a garbage TranslatedPath object. by nharmata · 8 years ago
- 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
- 81f92fe Windows: use JNI CreateJunction in Java code by Laszlo Csomor · 8 years ago
- d657d7b Windows: fix off-by-one errors with MAX_PATH by Laszlo Csomor · 8 years ago
- 78cae6d Global cleanup change. by Googler · 8 years ago
- e68c6b5 Windows, JNI: make it work with long paths by Laszlo Csomor · 8 years ago
- da20a73 Windows, JNI: arg for argv0 in nativeCreateProcess by Laszlo Csomor · 8 years ago
- f3874a4 Windows: remove test-specific JNI loader by Laszlo Csomor · 8 years ago
- 8679e4c Windows: resolve shortened paths by Laszlo Csomor · 8 years ago
- d0dac80 Load JNI library on Windows from the runfiles tree as a fallback by Damien Martin-Guillerez · 8 years ago
- b649428 Windows JNI: ensure JNI is loaded for getLongPath by Laszlo Csomor · 8 years ago
- aa1614b Windows, JNI: implement nativeGetLongPath by Laszlo Csomor · 8 years ago
- 4e33ac6 Windows JNI library: prepare for widechar WinAPI by Laszlo Csomor · 8 years ago
- e1511ad Fixed a bug during bootstrap by Yun Peng · 9 years ago
- 4fca988 Windows, JNI: implement native isJunction method. by Laszlo Csomor · 9 years ago
- a79f832 Windows, JNI: do not load windows_jni.dll twice. by Laszlo Csomor · 9 years ago
- 3d97e22 Implement timeouts on Windows. by Lukacs Berki · 9 years ago
- e2f9ada Fix capturing stdin/stdout on Windows. by Dmitry Lomov · 9 years ago
- 75e387b Propagate the system root to every process created in WindowsSubprocessFactory. by Lukacs Berki · 9 years ago
- 5a2655a Make Windows process management nicer. by Lukacs Berki · 9 years ago
- 74dcfee Use the subprocess factory that uses the Win32 API on Windows. by Lukacs Berki · 9 years ago
- 0451cf0 Add an implementation for SubprocessFactory based on the new JNI interface to Windows process management. by Lukacs Berki · 9 years ago
- dc174c4 Add native process management for Windows and its Java bindings (without a sane Java API for now) by Lukacs Berki · 9 years ago
- 2b4e2e4 Make "bazel info server_pid" work on Windows. by Lukacs Berki · 9 years ago
- d8d7d23 Add skeleton code for a JNI .DLL on Windows. by Lukacs T. Berki · 9 years ago