1. 3cb1aef Allow setting the Blaze server's QoS class via a --macos_qos_class flag. by jmmv · 6 years ago
  2. 0d10749 Bazel client: add and use blaze::GetPathEnv() by Laszlo Csomor · 6 years ago
  3. 087fea1 Windows: Bash is no longer required for everything by Laszlo Csomor · 6 years ago
  4. 18a0e23 Use posix_spawn to start the Bazel server. by jmmv · 6 years ago
  5. a215710 Make PrepareEnvironmentForJvm() explicitly inherit environment variables. by jmmv · 6 years ago
  6. 3c182f9 Switch to using memcmp instead of strncmp by Googler · 6 years ago
  7. feca25d Internal change by Googler · 6 years ago
  8. 5a02ad3 Do not override no_proxy/NO_PROXY env variables; use a gRPC channel argument. by arostovtsev · 6 years ago
  9. 28841a6 Windows, Bazel client: detect Bash early enough by Laszlo Csomor · 6 years ago
  10. 6d19f36 Store invocation_policy as std::string instead of raw pointer. by arostovtsev · 6 years ago
  11. eb5598c Delete outdated comment by michajlo · 6 years ago
  12. 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
  13. 5a5ab5f Guard idle low-memory shutdown check by a startup flag --(no)shutdown_on_low_sys_mem, keeping it disabled to begin with. by shreyax · 6 years ago
  14. f59fad7 Actually use wall time for startup_time (as documented). by twerth · 6 years ago
  15. efdb3f6 Quiet more warnings from com.google.protobuf.UnsafeUtil by cushon · 7 years ago
  16. 47b567f Automated rollback of commit fb44656f73e1aeff2a559225b1add8f40a7ddf23. by michajlo · 7 years ago
  17. fb44656 Internal change by Googler · 7 years ago
  18. 8ddd782 Add --unlimit_coredumps to raise the soft coredump limit to the hard limit. by jmmv · 7 years ago
  19. 6a118a6 Add more detailed reporting of the differences between startup options. by skainswo · 7 years ago
  20. f05c0a4 Add a option to disable idle gc. by Benjamin Peterson · 7 years ago
  21. 78142a6 Add a normal startup-option for setting the digest function. by ccalvarin · 7 years ago
  22. 2a8b657 Add a --server_javabase startup option as an alias for the LHS --host_javabase by cushon · 7 years ago
  23. 6c8166e Fix block_for_lock. by ccalvarin · 7 years ago
  24. 6bc22d5 blaze.cc: add missing fflush(3) before execve(2) by Klaus Aehlig · 7 years ago
  25. 3842bd3 jdk: use parallel old gc and disable compact strings by buchgr · 7 years ago
  26. 20500d3 Fix race condition between server startup and command port reading. by twerth · 7 years ago
  27. ae43043f Windows,Bazel client: multithreaded file writing by Laszlo Csomor · 7 years ago
  28. c816b89 Automatic ClangTidyReadability code cleanup. by Googler · 7 years ago
  29. 49eaa8f Bazel,client: actually cache directory creations by Laszlo Csomor · 7 years ago
  30. f5043d6 Windows,client: extract embedded binaries faster by Laszlo Csomor · 7 years ago
  31. da91730 Windows,Bazel client: check embedded tools faster by Laszlo Csomor · 7 years ago
  32. c325124 PiperOrigin-RevId: 201390253 by Googler · 7 years ago
  33. 4ad6969 do not start server if shutdown requested (+ not in batch mode) by Googler · 7 years ago
  34. a81c200 Remove the connect-to-server dots at server startup. by ccalvarin · 7 years ago
  35. 72141a1 update bazel's embedded jdk to jdk9 by cushon · 7 years ago
  36. ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
  37. 9cf0f65 Set no_proxy=localhost when an http_proxy is detected, instead of deleting the http_proxy value. by ruperts · 7 years ago
  38. 90e116c Add --ignore_all_rc_files startup options. by ccalvarin · 7 years ago
  39. 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
  40. 15933a7 Automated rollback of commit 52356e76a02067e9dc79b469e9b97bd017d077ab. by jingwen · 7 years ago
  41. 52356e7 Automatic code cleanup. by Googler · 7 years ago
  42. d3d37f0 Keep LANG/LANGUAGE and related environment variables for the process spawned by "blaze run --direct_run". by lberki · 7 years ago
  43. 8448f57 Remove die() and replace it with BAZEL_DIE, part of the logging framework. by ccalvarin · 7 years ago
  44. 520c66f Make the client's java startup command line list all startup options. by ccalvarin · 7 years ago
  45. c5a5880 Remove pdie. by ccalvarin · 7 years ago
  46. dbe1ed7 Remove startup JVM version check by cushon · 7 years ago
  47. a7b2f29 Remove the --allow_configurable_attributes startup option. by ccalvarin · 7 years ago
  48. 7383976 Fold in warning and error output into client logging. by ccalvarin · 7 years ago
  49. 9eea0f9 Update the client's skeleton logging framework to use it for --client_debug. by ccalvarin · 7 years ago
  50. 12d00dc blaze.cc: Remove unused had_to_wait variable by David Ostrovsky · 7 years ago
  51. 5f8c94a Prefix startup dots with "Connecting to local Bazel server..." message. by ruperts · 7 years ago
  52. c2499c4 Expose --output_user_base to the Bazel server process by Klaus Aehlig · 7 years ago
  53. 4741aa8 Add a "direct" mode to "blaze run" that makes the process being run a direct by lberki · 7 years ago
  54. a7831cc Use the workspace name in the process title of the Bazel server. by philwo · 7 years ago
  55. 109dc14 Remove unnecessary debugging code. by philwo · 7 years ago
  56. 747d8cd Bazel client: address very subtle race condition during self extraction. by nharmata · 7 years ago
  57. f74f9fe Support explicitly specifying a location for jvm.out by michajlo · 7 years ago
  58. 70eabb6 Emit Blaze server pid when there is a connection timeout. by felly · 7 years ago
  59. 6364017 Change config expansion application order, gated by startup flag --expand_configs_in_place. by ccalvarin · 7 years ago
  60. d5f0ecb Some minor quality of life improvements related to the fact that the default value of --max_idle_secs is 15s when the TEST_TMPDIR environment variable is set. by nharmata · 7 years ago
  61. c64adc6 Make the error message emitted when the server crashes during startup a bit more intelligible. by lberki · 7 years ago
  62. 1a27c9f client: deduplicate classpath for Bazel server by Laszlo Csomor · 7 years ago
  63. a9c46e5 Automated rollback of commit 61977f4ae57c877fc28be176f36c28642b276eec. by lberki · 7 years ago
  64. 61977f4 Don't release the client lock while the server executes a command. The by Googler · 7 years ago
  65. 54a3ac2 Internal change by Googler · 8 years ago
  66. 932f7a0 Bazel client: debug info for corrupt installation by László Csomor · 8 years ago
  67. 5a0d6ff Propagate detected value of BAZEL_SH to --client_env. by Dmitry Lomov · 8 years ago
  68. abc69c3 Automated rollback of commit 2f38404728a12840e416566b453e9cdebab5d859. by elenairina · 8 years ago
  69. 2f38404 Propagate detected value of BAZEL_SH to --client_env. by Dmitry Lomov · 8 years ago
  70. 1cbe62a Send Bazel startup options to server. by ccalvarin · 8 years ago
  71. c4fb218 Windows: detect if started from Windows Explorer by Laszlo Csomor · 8 years ago
  72. 0f3481b Include <cinttypes> instead of <stdint.h> by Damien Martin-Guillerez · 8 years ago
  73. 891f540 Implement bash.exe detection logic. by Dmitry Lomov · 8 years ago
  74. fd37b51 Ensure that shutdown commands end the server process before completion by mschaller · 8 years ago
  75. 2a32a66 Delete the unused OptionProcessor::ParseOptions(argc,argv). by lpino · 8 years ago
  76. c00ba52 Use a CommandLine struct to store the command line parsed by the OptionProcessor. by lpino · 8 years ago
  77. a96369c Raise the maximum number of processes and open files to their maximum. by jmmv · 8 years ago
  78. 69e74cd Don't set the +x bit by default on WriteFile(). by lberki · 8 years ago
  79. 41627ad Bazel client: explain the name of A-server.jar by László Csomor · 8 years ago
  80. a94aa63 Fix a bunch of issues related to server startup/shutdown: by lberki · 8 years ago
  81. faa9dcf Add new reasons for server restart: PID_FILE_BUT_NO_SERVER, SERVER_VANISHED and SERVER_UNRESPONSIVE, since it looks like these are happening with upsetting frequency in our new grpc world. by janakr · 8 years ago
  82. c800f84 cpp: remove out-dated StartServer() documentation comment by Thiago Farina · 8 years ago
  83. da10d78 cpp: remove all code supporting kServerPidSymlink by Thiago Farina · 8 years ago
  84. c32ad5e cpp: add PrintWarning() function to errors.h by Thiago Farina · 8 years ago
  85. c3aee5a cpp: turn ListSeparator() function into a constant by Thiago Farina · 8 years ago
  86. b605a24 cpp: remove unncessary function prototypes by Thiago Farina · 8 years ago
  87. f795c75 Avoid false positive uninitialized variable use warning in blaze.cc by Peter Foley · 8 years ago
  88. 0ddda78 Move InvocationPolicy from a startup argument to part of the RunRequest proto. by ccalvarin · 8 years ago
  89. 111b3ac Bazel client: simplify ReadDirectorySymlink by laszlocsomor · 8 years ago
  90. 1419dda Remove configurability of abrupt exit code behavior. by ccalvarin · 8 years ago
  91. 4875b25 Bazel client: use PathAsJvmFlag for JVM flags by Laszlo Csomor · 8 years ago
  92. bfd9aa3 Convey the value of the --host_javabase startup option to the server. by Lukacs Berki · 8 years ago
  93. 508af30 Bazel client: do not use `errno`. by Laszlo Csomor · 8 years ago
  94. 6e2ccb7 Bazel client: simplify {Read,Write}File semantics by Laszlo Csomor · 8 years ago
  95. 2f11192 Convert --use_action_cache to a regular option by Googler · 8 years ago
  96. 226724a Adds --[no]use_action_cache startup option to disable the action cache. by Googler · 8 years ago
  97. 381275a gRPC improvements: by Lukacs Berki · 8 years ago
  98. 918814e Bazel client: retry moving install base directory by Laszlo Csomor · 8 years ago
  99. 6f1e31a Bazel client: platform-dependent `strerror` by László Csomor · 8 years ago
  100. ce1b3e1 Bazel client: abstract away mtime handling by Laszlo Csomor · 8 years ago