1. 533657e Optionally allow Bazel to pass JVM options containing spaces directly through to the JVM instead of (almost certainly incorrectly) splitting the options along spaces. by Janak Ramakrishnan · 9 years ago
  2. 4fed609 Send a single SIGTERM to Blaze when trying to shutdown. Unify "wait for server death" implementation. Boost grace period on SIGKILL to 10s. by Eric Fellheimer · 9 years ago
  3. 3e66b6e Fix broken / backwards logic in the blaze launcher when trying to kill a running server (because startup flags changed, different Blaze version, etc.). Currently, we do a SIGTERM then fallback to a SIGKILL. Our logic to check if the server was still up after the fallback was backwards, so in some cases we would connect to the old server even though we just sent it a SIGKILL. Not really ideal. by Eric Fellheimer · 9 years ago
  4. 58c29ae Make the check for the sanity of install_base_key more stringent. by Lukacs Berki · 9 years ago
  5. 4be230a Make bazel --nobatch work under Docker. by Lukacs Berki · 9 years ago
  6. 2f3f4cf Adds a mechanism for invocation policy. The policy is taken through the --invocation_policy startup flag and allows an application invoking Bazel to set or override flag values (whether from the command line or a bazelrc). by Alex Humesky · 10 years ago
  7. a51b3f7 RELNOTES: remove webstatusserver (--use_webstatusserver). by Han-Wen Nienhuys · 10 years ago
  8. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  9. 1299767 Quick fix for shipping the android tools in the Bazel binary by Damien Martin-Guillerez · 10 years ago
  10. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  11. d655f2a Add a server.pid file for platforms where GetPeerProcessId is not supported by Doug Rabson · 10 years ago
  12. 4c5eb0f Allow runtime introspection of a content hash of the Blaze binary and all embedded binaries. by Eric Fellheimer · 10 years ago
  13. 78c0cc7 Avoid command line argument mangling on Windows. by Dmitry Lomov · 10 years ago
  14. 523bff5 Fix some C++ compiler warnings to comply with -Wall. by Ulf Adams · 10 years ago
  15. 9588b81 Use custom util instead of std::to_string. by Googler · 10 years ago
  16. 9cb3275 Cleanup: Mark single-parameter constructors as explicit. by Thiago Farina · 10 years ago
  17. de735c0 Pass user-specified JVM flags to AddJVMArguments so that JVM flags can be customized based on user's flags. by Janak Ramakrishnan · 10 years ago
  18. eb6e903 Use the ijar ZIP implementation in Blaze instead of libarchive by Damien Martin-Guillerez · 10 years ago
  19. 2fd7890 Cleanup: Pass std::string arguments by reference (this avoids making by Thiago Farina · 10 years ago
  20. 2945e06 Cleanup: Remove unused GetMountpoint() function. by Thiago Farina · 10 years ago
  21. a99f6348 Remove declaration of **environ from blaze.cc. by Thiago Farina · 10 years ago
  22. 8a67da4 Cleanup: Use the standard types from stdint.h. by Thiago Farina · 10 years ago
  23. 0b6963e Cleanup: Mark some functions as static. by Thiago Farina · 10 years ago
  24. 7f9357f Move blaze_exit_code.h into util/ directory. by Thiago Farina · 10 years ago
  25. 36fbe63 Header cleanups. by Han-Wen Nienhuys · 10 years ago
  26. 241f46c Cleanup: Build file.cc as part of util library. by Thiago Farina · 10 years ago
  27. 8d676c5 Use int64_t for the offset argument of libarchive function call. by Han-Wen Nienhuys · 10 years ago
  28. 7390ddb Cleanup: Create hash buffer reusing Md5Digest's length constant. by Thiago Farina · 10 years ago
  29. 6dcdd60 Add logging of blaze_cpu flag usage. Before we can remove this flag we need to be sure that no one uses it. by Marian Lobur · 10 years ago
  30. 01f3600 Cleanup: Change is IsSharedLibrary() to take a const-reference parameter. by Thiago Farina · 10 years ago
  31. 2c2d745 Remove reference to LinuxThreads, which should be thoroughly dead by now. by Han-Wen Nienhuys · 10 years ago
  32. dfe43a2 Cleanup: Refactor the test of TEST_TMPDIR env variable. by Thiago Farina · 10 years ago
  33. 5cb7eee Cleanup: Remove unused SPAM variable. by Thiago Farina · 10 years ago
  34. 4845163 Removes warning if disk is almost full Fixes #25 by Googler · 10 years ago
  35. e20e544 Enforce executable flags on embedded binaries by Damien Martin-Guillerez · 10 years ago
  36. c8c64e7 Adds some notes about --batch flag. by Googler · 10 years ago
  37. 46af79d Recursively create cache dir by Kristina Chodorow · 10 years ago
  38. 11d40d2 Use a variable for product name in launcher messages by Kristina Chodorow · 10 years ago
  39. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago