1. 79c224a Read ServerInfo proto instead of reading separate field values from different files. by Googler · 3 years, 9 months ago
  2. bf6987d Move some OOM handling (including heap dumps) from `RetainedHeapLimiter` to `BugReport`, and output the heap dump under the output base. by jhorvitz · 3 years, 10 months ago
  3. f0c6eab Remove the obsolete --incompatible_enable_execution_transition flag. by jcater · 4 years ago
  4. 688a237 Fix `macos_qos_class`. by dmaclach · 4 years ago
  5. d56abf4 Make -XX:HeapDumpPath a volatile startup option when it is set inside the launcher to not trigger a server restart. by janakr · 4 years ago
  6. 1d20ea7 Add support for writing files exceeding 2,147,479,552 bytes in `file_posix`. by ajurkowski · 4 years ago
  7. 61da1d2 Support multiple --bazelrc on command line by wisechengyi · 4 years ago
  8. 26c7e10 Cleanup: Replace NULL with nullptr by Vertexwahn · 4 years, 1 month ago
  9. ed9d72f Remove unnecessary rules_cc load statements in favor of builtins. by jingwen · 4 years, 1 month ago
  10. 49c6307 Enlarge allowed values range for --connect_timeout_secs by Nikolay Shelukhin · 4 years, 2 months ago
  11. 8609599 Automatic code cleanup. by ckennelly · 4 years, 4 months ago
  12. 07400c0 Add --{no,}autodetect_server_javabase. by Austin Schuh · 4 years, 4 months ago
  13. 65d18a5 Add ability to interrupt commands by David Cummings · 4 years, 4 months ago
  14. 6d637f4 Use constraints in global conditions instead of configuration flags. by Ivo List · 4 years, 5 months ago
  15. 14f5315 Automatic code cleanup. by Googler · 4 years, 5 months ago
  16. f1b3a6b Allow users to override Bazel's 120s connect timeout by Ryan Beasley · 4 years, 5 months ago
  17. 7491ad6 Remove `--deep_execroot` by Keith Smiley · 4 years, 5 months ago
  18. b8276fa Make processing of paths with tilde consistent between client and server by Cristian Hancila · 4 years, 6 months ago
  19. 05650ff UnixFileSystem: read cached hashes from extended attributes by Ed Schouten · 4 years, 7 months ago
  20. 9483392 Pass vectors of raw pointers to OptionProcessor helpers instead of vectors of unique_ptrs. by Googler · 4 years, 7 months ago
  21. 9689859 Add support to crosstool for darwin_arm64(e) by Dave MacLachlan · 4 years, 7 months ago
  22. 1980fdb Simplify memory management for RcFile. by Googler · 4 years, 7 months ago
  23. c235a73 Don't start server on shutdown. by Tobias Werth · 4 years, 11 months ago
  24. cffd417 Add --windows_enable_symlinks startup option to support native symlinks. by tomrenn · 5 years ago
  25. a3defe3 Automatic code cleanup. by Googler · 5 years ago
  26. 0992427 Support publishing FailureDetail messages for crashes by mschaller · 5 years ago
  27. 759170f Automatic code cleanup. by Googler · 5 years ago
  28. 9c62401 Don't consider a workspace directory a marker of being in a workspace by Samuel Giddins · 5 years ago
  29. 69165d1 RELNOTES[INC]: The deprecated startup options --experimental_oom_more_eagerly(_threshold) are removed. by janakr · 5 years ago
  30. d754448 Don't clobber install_base's parent's permissions by michajlo · 5 years ago
  31. aeae59a Move tmpdir creation logic into platform-specific files by michajlo · 5 years ago
  32. 479c904 Move ToString into strings.h by michajlo · 5 years ago
  33. 8db961d Blaze never passes a value to nullary flag --shutdown_on_low_sys_mem. by adgar · 5 years ago
  34. 3403be0 Delete profiler code by michajlo · 5 years ago
  35. be4b2dc Bazel client: Refactor startup options parsing to gracefully handle user errors, rather than crash. by nharmata · 5 years ago
  36. c0b02b0 Log RunResponse.failure_detail in the client if any; relay them from spawn failures by mschaller · 5 years ago
  37. dd41ff0 On OpenBSD, search the PATH to find the Bazel executable. by aldersondrive · 5 years ago
  38. a7def07 Support RemoveRecursively on windows by michajlo · 5 years ago
  39. 75d4b8c Replace use of hacky genproto.bzl macro with gRPC's cc_grpc_library by mschaller · 5 years ago
  40. 869bd70 Delete the temporary install base if rename fails by michajlo · 5 years ago
  41. 0289418 Fix races in CanAccessDirectory by nikola-sh · 5 years ago
  42. d381c25 Fix wrong mode of install base directory. by philwo · 5 years ago
  43. a9b8297 Windows environment variable name can contain brackets by Nikolay Shelukhin · 5 years ago
  44. bdf34d7 Fix race when extracting the install base when Bazel runs in a PID namespace. by philwo · 5 years ago
  45. d6145a0 Add remaining changes for bootstrap build on OpenBSD. by aldersondrive · 5 years ago
  46. be0e36f incompatible_windows_bashless_run_command: remove by laszlocsomor · 5 years ago
  47. 910079b Refactor GetProcessCWD to return a unique_ptr. by aldersondrive · 5 years ago
  48. 070a519 Allow building the Bazel C++ code on OpenBSD. by Googler · 5 years ago
  49. eae93f6 Support non-ASCII source artifact paths on UNIX platforms. by John Millikin · 5 years ago
  50. 0af987b Support WORKSPACE.bazel file by Yun Peng · 5 years ago
  51. f805054 Blaze launcher: extract install_base_key to disk. by Googler · 5 years ago
  52. 3a5b710 Remove _embedded_binaries path segment beneath install_base. by Googler · 5 years ago
  53. 0c7e14f Include a timestamp in the bazel --client_debug log format. by Googler · 5 years ago
  54. c96762a Close the grpc channel from the client when the server says it is shutting down. by Googler · 5 years ago
  55. 9cc0346 Allow files to appear in the zip appended to the bazel C++ launcher which by Googler · 5 years ago
  56. 5276fc9 Cosmetic improvements to STL use. by Googler · 5 years ago
  57. 8139b73 Use the traditional prototype for main(). by Googler · 5 years ago
  58. 44bbc2a Strip whitespace from install_base_key before embedding it. by Googler · 5 years ago
  59. c768244 Bazel client: faster startup flag diff'ing by Laszlo Csomor · 5 years ago
  60. b698e20 Windows, Bazel client: respect envvars by Laszlo Csomor · 6 years ago
  61. 8cb0ec2 Make sure to log execv errors from "bazel run". by jmmv · 6 years ago
  62. b864ced Bazel client: fix string conversion functions by Laszlo Csomor · 6 years ago
  63. a32bc59 Client: convert IFileTime to use Path by laszlocsomor · 6 years ago
  64. 822663a Client: convert more members and functions to Path by Laszlo Csomor · 6 years ago
  65. c099341 Client: convert self_path to Path by Laszlo Csomor · 6 years ago
  66. 5df3cf8 Have exec-server require that install and output base are set by michajlo · 6 years ago
  67. 6f66539 Client: convert output_base to Path by laszlocsomor · 6 years ago
  68. 505ca7e Automated rollback of commit 242acd6c07ccfe380bddf8d5a719c1cdfd6fdfb9. by Googler · 6 years ago
  69. 242acd6 Client: convert output_base to Path by Laszlo Csomor · 6 years ago
  70. f0af985 exec-server fails if a server already exists by michajlo · 6 years ago
  71. ce1f0c5 Client: introduce Path class, convert server_dir by Laszlo Csomor · 6 years ago
  72. 7c91751 Bazel client: reduce mutability by Laszlo Csomor · 6 years ago
  73. 89b3b87 Internal refactor - expose PrintVersionInfo to other parts of the client. by arostovtsev · 6 years ago
  74. 5697da9 Client, refactor: simplify nullary flag handling by Laszlo Csomor · 6 years ago
  75. 166efd6 Improve error handling for missing/invalid server JVM. by arostovtsev · 6 years ago
  76. ab89a6e Always print the gRPC status code when it's not okay. by Benjamin Peterson · 6 years ago
  77. fc0e905 Initial checkin of exec-server command by michajlo · 6 years ago
  78. dcc80fb Windows, refactor: move WindowsEscapeArg function by Laszlo Csomor · 6 years ago
  79. da557f9 Windows: fix "bazel run" argument quoting by Laszlo Csomor · 6 years ago
  80. a300ae8 Bazel client: remove StartupFlag class hierarchy by laszlocsomor · 6 years ago
  81. 392f24a Flags: warn for duplicate --bazelrc flag by laszlocsomor · 6 years ago
  82. 3c0a8dd Remove unused reference to pkg_tar. by aiuto · 6 years ago
  83. f40241c Move remaining global variables into ServerProcessInfo by michajlo · 6 years ago
  84. ac5a971 Go back to using stderr and stdout for terminal detection by michajlo · 6 years ago
  85. 52f4434 Bazel client: warn if output paths have space by Laszlo Csomor · 6 years ago
  86. 6bd0aa4 Add startup flag, --incompatible_enable_execution_transition, which will enable incremental migration of host attributes to exec attributes. by jcater · 6 years ago
  87. 9606887 Adds load statement for @rules_cc by oquenchil · 6 years ago
  88. 01e6e05 Enable G1 for Bazel and the Java host toolchain. by Benjamin Peterson · 6 years ago
  89. ecac47d Windows: remove incompatible_windows_style_arg_escaping by Laszlo Csomor · 6 years ago
  90. 2a6ad85 try again to silence the compiler warning about reaching the end of RestartReason. by jcater · 6 years ago
  91. c4cb467 Get rid of stale TODO wrt order of logging options warnings by michajlo · 6 years ago
  92. f2109fe Refactor the server startup codepath by michajlo · 6 years ago
  93. 1efbc1b Add a final return to RestartReason. by jcater · 6 years ago
  94. 32836c3 Clean up BlazeServer interface and contents by michajlo · 6 years ago
  95. 6595661 Demote workspace from global variables by michajlo · 6 years ago
  96. 8bed37c Move binary_path and restart_reason out of globals by michajlo · 6 years ago
  97. c4e7caa Lift the part of Main after we're done mutating config into a new method by michajlo · 6 years ago
  98. 12c7942 Pass StartupOptions around as a const ref as much as possible by michajlo · 6 years ago
  99. dc6d3b5 Make SignalHandler more consistent with style guide by michajlo · 6 years ago
  100. 13ad6f4 Only construct startup args once by michajlo · 6 years ago