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