1. 4b0c2ec tools: Reduce cleanup logging output by William A. Kennington III · 3 years, 3 months ago
  2. 43eeeb3 tools: Add handle for automatically closing blobs by William A. Kennington III · 3 years, 3 months ago
  3. 9b7a3b4 tools: Support empty image file and ignore the fileSize check by Willy Tu · 3 years, 3 months ago
  4. 665905f catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  5. b487eb4 phosphor-ipmi-flash: Fix all C++ warnings by Willy Tu · 3 years, 4 months ago
  6. fd16f6d helper: Remove alignof for memcpyAligned() by Willy Tu · 3 years, 4 months ago
  7. 203ad80 updater: Cleanup Active blob to support multiple stages by Willy Tu · 3 years, 4 months ago
  8. 1c0fe13 exception: switch to public sdbus exception by Patrick Williams · 3 years, 4 months ago
  9. 4bb6bdf tools: Use ipmi-blob-tool definition of blob states by Vivekanand Veeracholan · 3 years, 4 months ago
  10. c620190 Fix configuration error due to undefined conditionals by Vivekanand Veeracholan · 3 years, 4 months ago
  11. 0077e34 Fix hyperlink typo in README.md by Patrik Tesarik · 3 years, 7 months ago
  12. f450486 test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD by Willy Tu · 3 years, 8 months ago
  13. a3f6569 bootstrap: fix shellcheck warnings by Patrick Williams · 3 years, 9 months ago
  14. 2290033 tools: size_t defined in cstdlib by Patrick Venture · 3 years, 9 months ago
  15. d6b337e tools: split io interface out by Patrick Venture · 3 years, 9 months ago
  16. 328f520 tools/handler: Read the running version by Jie Yang · 3 years, 10 months ago
  17. c8b456e version-handler: remove unused tests by Jie Yang · 3 years, 10 months ago
  18. c7fa2c2 tools/pci: Replace memcpy on pci write with aligned copy by Vivekanand Veeracholan · 3 years, 11 months ago
  19. 55b1a71 tools/pci: Use pci_device_enable() to enable bridge by Vivekanand Veeracholan · 3 years, 11 months ago
  20. 7d39eb0 bmc/ver.../test/.close_unittest: add missing header by Patrick Venture · 3 years, 11 months ago
  21. 99b5455 MAINTAINERS: M->R for Venture by Patrick Venture · 3 years, 11 months ago
  22. ab1dfdd MAINTAINERS: Add William to maintainers by Patrick Venture · 3 years, 11 months ago
  23. 43344a1 bmc: Create runtime directory for non-persistent configs by William A. Kennington III · 4 years ago
  24. 22f8bf3 configure: Refactor systemunitdir expression to use PKG_CHECK_VAR by William A. Kennington III · 4 years ago
  25. cf11fa6 buildjson: Add a non-persistent path by William A. Kennington III · 4 years ago
  26. d0dc723 buildjson: Support multiple configuration paths by William A. Kennington III · 4 years ago
  27. 7f16570 bmc/fs: Replace regex with fs functions by William A. Kennington III · 4 years ago
  28. bfcf132 bmc/fs: Ignore missing directories by William A. Kennington III · 4 years ago
  29. ebccf63 tools: Fix missing FD close() by William A. Kennington III · 4 years ago
  30. 53ecd29 tools: Make progress bar starting more consistent by William A. Kennington III · 4 years ago
  31. 84904b9 version-handler/test: Remove unused declarations by William A. Kennington III · 4 years ago
  32. cc7f385 handler_config: Split out from buildjson by William A. Kennington III · 4 years ago
  33. bec2318 buildjson: Reduce include scope as needed by William A. Kennington III · 4 years ago
  34. 4857ab4 util: Fix missing header by William A. Kennington III · 4 years ago
  35. 0d5bb78 tools/progress: Add finish and abort functions by William A. Kennington III · 4 years ago
  36. 0674a6d version-handler: Produce errors for unavailable data by William A. Kennington III · 4 years ago
  37. eba0c34 version-handler: Add session stat by William A. Kennington III · 4 years ago
  38. 9936c45 version_handler: Support multiple sessions by William A. Kennington III · 4 years ago
  39. 4175b4c Add callback support to triggerable actions by William A. Kennington III · 4 years ago
  40. 12e6e75 version_handler: Read doesn't need to catch missing sessions by William A. Kennington III · 4 years ago
  41. c5b901d version_handler: Expire shouldn't fail by William A. Kennington III · 4 years ago
  42. 007c016 version_handler: Don't store session information immediately by William A. Kennington III · 4 years ago
  43. cbe160c general_systemd: Don't print missing job by William A. Kennington III · 4 years ago
  44. fbf4c53 version-handler: Remove superfluous open session check by William A. Kennington III · 4 years ago
  45. b45eb5e version-handler: Refactor maps to simplify accesses by William A. Kennington III · 4 years ago
  46. abf1735 version-handler: Refactor handler construction by William A. Kennington III · 4 years ago
  47. 63fd932 buildjson: Remove arbitrary restrictions on HandlerConfig by William A. Kennington III · 4 years ago
  48. 6ee93c6 Makefile: Consistently use tabs by William A. Kennington III · 4 years ago
  49. 3fed294 Makefile: Fix code coverage flags by William A. Kennington III · 4 years ago
  50. a62c170 version-handler: Remove create special cases by William A. Kennington III · 4 years ago
  51. 8557a93 version_handlers_builder: Use string references by William A. Kennington III · 4 years ago
  52. f416753 verison-handler: Cleanup extern C by William A. Kennington III · 4 years, 1 month ago
  53. f1d9447 version-handler: Remove superfluous canHandleBlob by William A. Kennington III · 4 years, 1 month ago
  54. c78bfc8 version-handler: add version-handler, blob handler by Jason Ling · 4 years, 2 months ago
  55. 7af41c2 README: Add span-lite install by William A. Kennington III · 4 years, 1 month ago
  56. e82d739 json builder: fix error with buildHandlerConfigs by Jason Ling · 4 years, 2 months ago
  57. 85e54f1 version-handler: implement json parser by Jason Ling · 4 years, 2 months ago
  58. 84bff8b test: move shared mocks to common area by Jason Ling · 4 years, 2 months ago
  59. 49dd8ce tools: remove shadow field by Willy Tu · 4 years, 2 months ago
  60. 8a9de24 Add option to skip p2a bridge disable by Willy Tu · 4 years, 2 months ago
  61. c893f43 make building handlers from json more generic by Jason Ling · 4 years, 2 months ago
  62. 56a2273 extend file_handler to support reads by Jason Ling · 4 years, 2 months ago
  63. a606550 bmc: firmware-handler: lpc: minor cleanup by Patrick Venture · 4 years, 2 months ago
  64. ded66d0 move files around to create a common convenience library by Jason Ling · 4 years, 2 months ago
  65. 63902a4 bmc/test: cleanup remove unused declarations by Patrick Venture · 4 years, 3 months ago
  66. 4d1c687 tools: add missing io handler unittests by Patrick Venture · 4 years, 3 months ago
  67. ea0e470 tools: io: add ppcMemFd cleanup by Patrick Venture · 4 years, 3 months ago
  68. 48474bc cleanup: coverage: add missing coverage by Patrick Venture · 4 years, 3 months ago
  69. 8cdf964 tools/test: add updater tests to increase coverage by Patrick Venture · 4 years, 3 months ago
  70. ede9c9f util: use constexpr string instead of string objects by Patrick Venture · 4 years, 3 months ago
  71. 4b1b045 bmc/test: add missing util header by Patrick Venture · 4 years, 3 months ago
  72. e261ca2 tools/test: add missing virtual destructor by Patrick Venture · 4 years, 3 months ago
  73. da4d4a4 bmc/test: fixups detected in bazel-type build by Patrick Venture · 4 years, 3 months ago
  74. 794a37c bmc/test: drop unused variable by Patrick Venture · 4 years, 3 months ago
  75. 43a2d16 bmc: move the memoryRegionSize out of the method by Patrick Venture · 4 years, 3 months ago
  76. c6ba8ff cleanup: transition to emplace_back where possible by Patrick Venture · 4 years, 3 months ago
  77. f62ec6b bmc: move memory region size variable to method by Patrick Venture · 4 years, 3 months ago
  78. 4934daa bmc: move data handler to owned object by Patrick Venture · 4 years, 3 months ago
  79. 12b76c9 bmc: move support transports vector into factory by Patrick Venture · 4 years, 3 months ago
  80. e740269 bmc: using namespace ipmi_flash simplifies reading by Patrick Venture · 4 years, 3 months ago
  81. 7b78343 bmc: move transports vector into handler object by Patrick Venture · 4 years, 3 months ago
  82. 2950c25 cleanup: let the handler own the file system implementation by Patrick Venture · 4 years, 6 months ago
  83. 80748c3 cleanup: drop default filesystem handler by Patrick Venture · 4 years, 6 months ago
  84. 5084b70 cleanup: drop inclusion of unused filesystem header by Patrick Venture · 4 years, 6 months ago
  85. c1a30c0 tools/pci: add Nuvoton bridge configuration by Benjamin Fair · 4 years, 7 months ago
  86. e5aafa5 tools/pci: refactor PCI bridge by Benjamin Fair · 4 years, 7 months ago
  87. 20a1809 tools/pci: add wrapper for libpciaccess by Benjamin Fair · 4 years, 7 months ago
  88. c04c2c5 tools/pci: replace pciutils with pciaccess by Benjamin Fair · 4 years, 7 months ago
  89. 83a71c4 bmc+cleanup: drop remaining log includes by Patrick Venture · 4 years, 7 months ago
  90. 7aac486 bmc: drop unused phosphor-logging header by Patrick Venture · 4 years, 7 months ago
  91. 92f2615 firmware: add expiration handle by Patrick Venture · 4 years, 7 months ago
  92. 1ab824a log consistently via stderr by Patrick Venture · 4 years, 7 months ago
  93. 9b37b09 update gcc10 and clang-format10 by Patrick Venture · 4 years, 7 months ago
  94. 6f61af8 tools: increase polling timeout to 30 minutes by Benjamin Fair · 4 years, 8 months ago
  95. c8445aa tools: implement pci support for Nuvoton by Medad CChien · 4 years, 9 months ago
  96. 01593f9 bmc/general_systemd: Fix cancel by William A. Kennington III · 4 years, 9 months ago
  97. d9cc253 bmc_json_config: Fix documentation for previous changes by William A. Kennington III · 4 years, 9 months ago
  98. d53d60a bmc: config: add skip action by Patrick Venture · 4 years, 9 months ago
  99. fc5d8d2 Update config files and docs to use systemd type triggers by William A. Kennington III · 4 years, 9 months ago
  100. 93f3c55 bmc/general_systemd: Fix stale status files by William A. Kennington III · 4 years, 9 months ago