1. f8a94b9 Restore macOS 10.10 version compatibility to Bazel by Nikhil Marathe · 4 years, 9 months ago
  2. 97c5e57 Fix MemoryPressureCounter JNI hooks on Windows. by jmmv · 4 years, 11 months ago
  3. d6095cc Fix MacOSXFsEventsDiffAwareness to handle directory renames properly. by jmmv · 4 years, 11 months ago
  4. 6933b73 Allow bazel run on windows to handle Ctrl+C signals by Tom de Goede · 5 years ago
  5. 0cd2858 Fix deletion of non-executable but readable directories by arostovtsev · 5 years ago
  6. b77b288 Cope with fsevents dropping events. by jmmv · 5 years ago
  7. cffd417 Add --windows_enable_symlinks startup option to support native symlinks. by tomrenn · 5 years ago
  8. c97c773 Create package .../devtools/build/lib/{unix,unix/jni} by Yannic Bonenberger · 5 years ago
  9. da0963a Fix an initialization race in MacOSXFsEventsDiffAwareness and reenable tests. by jmmv · 5 years ago
  10. e46df1c Remove wrong check for missing Visual Studio installation. by philwo · 5 years ago
  11. 5071206 Unify JNI libraries handling. by Googler · 5 years ago
  12. 904009c Un-break the build on FreeBSD and OpenBSD. by Googler · 5 years ago
  13. a1f302a Fix precompiler warning about bad error directive by laszlocsomor · 5 years ago
  14. 070a519 Allow building the Bazel C++ code on OpenBSD. by Googler · 5 years ago
  15. 45dfdcf Be explicit about the queue being used for memory pressure, sleep and suspend events. by dmaclach · 5 years ago
  16. dbe63b0 Fix some of the bazel Windows tools code to work with GCC. by Pascal Muetschard · 5 years ago
  17. 6dd4ad4 Add JNI implementation required to track memory pressure events on macOS by dmaclach · 5 years ago
  18. ba7df7d RELNOTES:Add support for tracking suspensions (sleeps or SIGSTOP) on macOS. by dmaclach · 5 years ago
  19. da96e3b Move unix_lite_jni code into a C++ namespace. by Googler · 5 years ago
  20. 6e167e6 Automated rollback of commit 06d2f6d8ad1a7cde19c064e54e31dad7bd8cfdcf. by laszlocsomor · 5 years ago
  21. 33b9f9d Fix deleteTreesBelow crash if top directory goes missing. by jmmv · 5 years ago
  22. e5d1d43 Automated rollback of commit 49076cc6694e10170c2640048adbc1b1efd5c810. by jmmv · 5 years ago
  23. 49076cc Fix deleteTreesBelow crash if top directory goes missing. by jmmv · 5 years ago
  24. 049a639 Fix up race condition asserting on g_sleep_assertion value. by dmaclach · 5 years ago
  25. 386688b Add support for preventing idle sleep on hardware/OS combos that support it. by dmaclach · 5 years ago
  26. 541f056 Remove some uses of MD5. by Googler · 5 years ago
  27. 06d2f6d Windows: implement getCorrectCasing by Laszlo Csomor · 6 years ago
  28. dcc80fb Windows, refactor: move WindowsEscapeArg function by Laszlo Csomor · 6 years ago
  29. 9606887 Adds load statement for @rules_cc by oquenchil · 6 years ago
  30. c4a469a Windows: fix "insufficient resources" on Windows 7 by Laszlo Csomor · 6 years ago
  31. 61dade5 Windows, JNI: create process from relative path by Laszlo Csomor · 6 years ago
  32. a65b047 Windows, JNI: merge lib-util and lib-file by Laszlo Csomor · 6 years ago
  33. 38afa48 Windows: move path normalization into JNI library by Laszlo Csomor · 6 years ago
  34. a63d816 Windows: add WIN32_LEAN_AND_MEAN everywhere by Laszlo Csomor · 6 years ago
  35. c28bc24 Bring Bazel Icon back by Yun Peng · 6 years ago
  36. eb3948f Factor out a JNI string utility library used in Bazel's low-level filesystem operations. by felly · 6 years ago
  37. 717ccff Windows: open files with at least read-sharing by Laszlo Csomor · 6 years ago
  38. 1151e74 Windows, JNI: use WaitableProcess in blaze_util by Laszlo Csomor · 6 years ago
  39. 1ba0016 Windows, JNI: WaitableProcess supports inv. HANDLE by Laszlo Csomor · 6 years ago
  40. e5a485c Windows, file.cc: Make DeletePath simpler and more robust by pcloudy · 6 years ago
  41. fac5823 Windows, test wrapper: use WaitableProcess by Laszlo Csomor · 6 years ago
  42. a098c57 Windows, JNI: add state to WaitableProcess by laszlocsomor · 6 years ago
  43. 3cfdd65 Windows, JNI: refactor WaitableProcess by laszlocsomor · 6 years ago
  44. 4c61b64 Windows, JNI: move process mgmt to process.cc by laszlocsomor · 6 years ago
  45. 9a6ab42 Windows, JNI: move static methods to class by Laszlo Csomor · 6 years ago
  46. 8f25c26 Windows, JNI: split NativeProcess::Create by Laszlo Csomor · 6 years ago
  47. 938efea Windows, JNI: move command line creation logic by Laszlo Csomor · 6 years ago
  48. 677e1b3 Windows, JNI: make methods static (preparing move) by Laszlo Csomor · 6 years ago
  49. b941e0b Windows, JNI, processes: use AutoHandles by Laszlo Csomor · 6 years ago
  50. 460b44f Windows, JNI: update Windows version check by Laszlo Csomor · 6 years ago
  51. 8d24345c Remove dead code from NativePosixFiles and unix_jni. by jmmv · 6 years ago
  52. c60be00 Windows: recognize symlinks, not just junctions by Laszlo Csomor · 6 years ago
  53. 03b09a2 Windows: remove duplicate symlink resolution code by Laszlo Csomor · 6 years ago
  54. 6793b93 Windows: implement readSymbolicLink by Laszlo Csomor · 6 years ago
  55. 0f569b0 Windows, JNI: rewrite CreateJunction by Laszlo Csomor · 6 years ago
  56. be9fbec Implement a native file OutputStream for Unix. by Benjamin Peterson · 6 years ago
  57. 8df893a Replace update_java_tools.sh with several bazel targets. by iirina · 6 years ago
  58. fac322b Optimize deleteTreesBelow. by jmmv · 6 years ago
  59. 7aace9c Zip Java tools for windows by iirina · 6 years ago
  60. 0e0ad29 Add src/main/native/windows files required by ijar on Windows in the Java tools archive by iirina · 6 years ago
  61. 16fa29a Windows, JNI library: fix with WIN32_LEAN_AND_MEAN by Laszlo Csomor · 6 years ago
  62. 54a5dc6 Address warning message on Windows by pcloudy · 6 years ago
  63. 5400753 Windows: Fix deleting directory in JNI code by Yun Peng · 6 years ago
  64. 6a7b0fb Windows, launcher: add unit test for flag escaping by Laszlo Csomor · 6 years ago
  65. 84aaca1 Windows: all JNI methods verify their path arg. by Laszlo Csomor · 6 years ago
  66. f3c5570 Windows: fix JNI's DeletePath function by Laszlo Csomor · 6 years ago
  67. 4473bb1 Fix a race condition in Bazel's Windows process management. by Philipp Wollermann · 6 years ago
  68. 91e8a39 Windows, Bazel client: fix JunctionResolver by Laszlo Csomor · 6 years ago
  69. dee7ec8 Automated rollback of commit bdf7a6bdd51df38e0a38ac338404bef151b27cce. by Laszlo Csomor · 6 years ago
  70. bdf7a6b Fix a race condition in Bazel's Windows process management. by philwo · 6 years ago
  71. 4cd6741 Windows, JNI: process-jni uses AutoAttributeList by Laszlo Csomor · 6 years ago
  72. e301067 Windows, JNI: correctly open stdout/stderr files by Laszlo Csomor · 6 years ago
  73. d235a06 Windows, JNI: AutoAttributeList owns HANDLE array by Laszlo Csomor · 6 years ago
  74. d3d2109 Windows, JNI: update path retrieval and utils by Laszlo Csomor · 6 years ago
  75. 8fa6b3f Windows, JNI: duplicate stdout HANDLE when needed by Laszlo Csomor · 6 years ago
  76. bd78bc5 Windows, JNI: use unicode environment variables by Laszlo Csomor · 6 years ago
  77. 86c4715 Windows, test wrapper: AutoHandle changes by Laszlo Csomor · 6 years ago
  78. ba6fbde Windows, Bazel client: redirect NUL to stdin by Laszlo Csomor · 6 years ago
  79. c8a5eb0 Windows, test wrapper: implement `tee` for HANDLEs by Laszlo Csomor · 6 years ago
  80. 1579fbb Windows, test wrapper: use AutoHandle by Laszlo Csomor · 6 years ago
  81. f8128c3 Directly export resources library for the client. by John Cater · 6 years ago
  82. f81f4d7 Windows,test-wrapper: export some envvars by Laszlo Csomor · 7 years ago
  83. 202b9e2 Optimize handling of latin1-encoded Strings in unix_jni. by Googler · 7 years ago
  84. 2b4a22c Windows,JNI: more tolerance for errors by Laszlo Csomor · 7 years ago
  85. 87bd947 Windows,JNI: graceful error-handling by Laszlo Csomor · 7 years ago
  86. c2b70f1 Windows,JNI: more robust nativeCreateJunction by Laszlo Csomor · 7 years ago
  87. b57ba27 Windows,JNI: implement native DeletePath method by laszlocsomor · 7 years ago
  88. 3dc3847 Add parentheses to bool expr with && and || by Loo Rong Jie · 7 years ago
  89. b3729d8 Update FreeBSD JNI to support new attr_not_found parameter. by John Cater · 7 years ago
  90. ad32f62 Make getxattr not throw an exception when attribute does not exist on Mac. by ajmichael · 7 years ago
  91. c924cf6 Clean up Windows config_settings by Yun Peng · 7 years ago
  92. f6ca788 isable_presubmit by Googler · 7 years ago
  93. 457a226 Save errno in unix_jni.cc stat when throwing exceptions. by tomlu · 7 years ago
  94. 995e157 Fix bug in unix_jni.cc that causes Path#exist to spuriously return true. by tomlu · 7 years ago
  95. decca2b Add FileSystem#createDirectoryAndParents. by tomlu · 7 years ago
  96. ef381e5 Shell code cleanup by Androbin · 7 years ago
  97. 76e1a99 Add BAZEL_VC and JAVA_HOME to build_windows_jni.sh by Loo Rong Jie · 7 years ago
  98. 9c97bf9 Windows: Don't leak any handles from Bazel client to Bazel server by Yun Peng · 7 years ago
  99. 1a483d4 Move bazel conditions into src/conditions. by tomlu · 7 years ago
  100. 3651c90 Windows,JNI: check cmd length for CreateProcess by Laszlo Csomor · 7 years ago