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