1. c8b456e version-handler: remove unused tests by Jie Yang · 3 years, 10 months ago
  2. 7d39eb0 bmc/ver.../test/.close_unittest: add missing header by Patrick Venture · 3 years, 11 months ago
  3. 43344a1 bmc: Create runtime directory for non-persistent configs by William A. Kennington III · 4 years ago
  4. 22f8bf3 configure: Refactor systemunitdir expression to use PKG_CHECK_VAR by William A. Kennington III · 4 years ago
  5. cf11fa6 buildjson: Add a non-persistent path by William A. Kennington III · 4 years ago
  6. d0dc723 buildjson: Support multiple configuration paths by William A. Kennington III · 4 years ago
  7. 7f16570 bmc/fs: Replace regex with fs functions by William A. Kennington III · 4 years ago
  8. bfcf132 bmc/fs: Ignore missing directories by William A. Kennington III · 4 years ago
  9. 84904b9 version-handler/test: Remove unused declarations by William A. Kennington III · 4 years ago
  10. cc7f385 handler_config: Split out from buildjson by William A. Kennington III · 4 years ago
  11. bec2318 buildjson: Reduce include scope as needed by William A. Kennington III · 4 years ago
  12. 0674a6d version-handler: Produce errors for unavailable data by William A. Kennington III · 4 years ago
  13. eba0c34 version-handler: Add session stat by William A. Kennington III · 4 years ago
  14. 9936c45 version_handler: Support multiple sessions by William A. Kennington III · 4 years ago
  15. 4175b4c Add callback support to triggerable actions by William A. Kennington III · 4 years ago
  16. 12e6e75 version_handler: Read doesn't need to catch missing sessions by William A. Kennington III · 4 years ago
  17. c5b901d version_handler: Expire shouldn't fail by William A. Kennington III · 4 years ago
  18. 007c016 version_handler: Don't store session information immediately by William A. Kennington III · 4 years ago
  19. cbe160c general_systemd: Don't print missing job by William A. Kennington III · 4 years ago
  20. fbf4c53 version-handler: Remove superfluous open session check by William A. Kennington III · 4 years ago
  21. b45eb5e version-handler: Refactor maps to simplify accesses by William A. Kennington III · 4 years ago
  22. abf1735 version-handler: Refactor handler construction by William A. Kennington III · 4 years ago
  23. 63fd932 buildjson: Remove arbitrary restrictions on HandlerConfig by William A. Kennington III · 4 years ago
  24. 6ee93c6 Makefile: Consistently use tabs by William A. Kennington III · 4 years ago
  25. a62c170 version-handler: Remove create special cases by William A. Kennington III · 4 years ago
  26. 8557a93 version_handlers_builder: Use string references by William A. Kennington III · 4 years ago
  27. f416753 verison-handler: Cleanup extern C by William A. Kennington III · 4 years, 1 month ago
  28. f1d9447 version-handler: Remove superfluous canHandleBlob by William A. Kennington III · 4 years, 1 month ago
  29. c78bfc8 version-handler: add version-handler, blob handler by Jason Ling · 4 years, 2 months ago
  30. e82d739 json builder: fix error with buildHandlerConfigs by Jason Ling · 4 years, 2 months ago
  31. 85e54f1 version-handler: implement json parser by Jason Ling · 4 years, 2 months ago
  32. 84bff8b test: move shared mocks to common area by Jason Ling · 4 years, 2 months ago
  33. c893f43 make building handlers from json more generic by Jason Ling · 4 years, 2 months ago
  34. 56a2273 extend file_handler to support reads by Jason Ling · 4 years, 2 months ago
  35. a606550 bmc: firmware-handler: lpc: minor cleanup by Patrick Venture · 4 years, 2 months ago
  36. ded66d0 move files around to create a common convenience library by Jason Ling · 4 years, 2 months ago
  37. 63902a4 bmc/test: cleanup remove unused declarations by Patrick Venture · 4 years, 3 months ago
  38. ede9c9f util: use constexpr string instead of string objects by Patrick Venture · 4 years, 3 months ago
  39. 4b1b045 bmc/test: add missing util header by Patrick Venture · 4 years, 3 months ago
  40. da4d4a4 bmc/test: fixups detected in bazel-type build by Patrick Venture · 4 years, 3 months ago
  41. 794a37c bmc/test: drop unused variable by Patrick Venture · 4 years, 3 months ago
  42. 43a2d16 bmc: move the memoryRegionSize out of the method by Patrick Venture · 4 years, 3 months ago
  43. c6ba8ff cleanup: transition to emplace_back where possible by Patrick Venture · 4 years, 3 months ago
  44. f62ec6b bmc: move memory region size variable to method by Patrick Venture · 4 years, 3 months ago
  45. 4934daa bmc: move data handler to owned object by Patrick Venture · 4 years, 4 months ago
  46. 12b76c9 bmc: move support transports vector into factory by Patrick Venture · 4 years, 4 months ago
  47. e740269 bmc: using namespace ipmi_flash simplifies reading by Patrick Venture · 4 years, 4 months ago
  48. 7b78343 bmc: move transports vector into handler object by Patrick Venture · 4 years, 4 months ago
  49. 83a71c4 bmc+cleanup: drop remaining log includes by Patrick Venture · 4 years, 7 months ago
  50. 7aac486 bmc: drop unused phosphor-logging header by Patrick Venture · 4 years, 7 months ago
  51. 92f2615 firmware: add expiration handle by Patrick Venture · 4 years, 7 months ago
  52. 1ab824a log consistently via stderr by Patrick Venture · 4 years, 7 months ago
  53. 9b37b09 update gcc10 and clang-format10 by Patrick Venture · 4 years, 7 months ago
  54. 01593f9 bmc/general_systemd: Fix cancel by William A. Kennington III · 4 years, 9 months ago
  55. d53d60a bmc: config: add skip action by Patrick Venture · 4 years, 9 months ago
  56. fc5d8d2 Update config files and docs to use systemd type triggers by William A. Kennington III · 4 years, 9 months ago
  57. 93f3c55 bmc/general_systemd: Fix stale status files by William A. Kennington III · 4 years, 9 months ago
  58. 2d434c8 bmc/buildjson: Allow for systemd verification services by William A. Kennington III · 5 years ago
  59. b22ebbf bmc/general_systemd: Support systemd status reporting by William A. Kennington III · 5 years ago
  60. 545f565 bmc: add network bridge support by Benjamin Fair · 5 years ago
  61. 1290198 bmc: allowing packing transport flags densely by Benjamin Fair · 5 years ago
  62. a67e9e9 bmc: add test for reserved flags by Benjamin Fair · 5 years ago
  63. 4e2a143 bmc: check empty instead of zero size by Patrick Venture · 5 years ago
  64. 1626538 bmc: require at least one action pack configuration by Patrick Venture · 5 years ago
  65. 874bdf9 bmc: implement pci support for Nuvoton by Medad CChien · 5 years ago
  66. a9f674c bmc: Rework abortProcess and deleteBlob by Brandon Kim · 5 years ago
  67. 8fc6087 bmc: Replace fileOpen flag by Brandon Kim · 5 years ago
  68. cec91dd bmc : add config-static-bmc-with-update-status.json.in by Brandon Kim · 5 years ago
  69. e0216d2 bmc: merge update and prepare systemd by Patrick Venture · 5 years ago
  70. 3915758 bmc: add mode to systemd preparation action by Patrick Venture · 5 years ago
  71. 4456490 bmc: use string literals instead of variables by Patrick Venture · 5 years ago
  72. 097435f bmc: require blob ids to start with /flash/ by Patrick Venture · 5 years ago
  73. 9cce5a2 bmc: buildjson: provide helper for common filesystemd type by Patrick Venture · 5 years ago
  74. cf066ac bmc: cleanup verification language and symbols by Patrick Venture · 5 years ago
  75. 29af1e3 bmc: s/SystemdVerification/SystemdWithStatusFile/g by Patrick Venture · 5 years ago
  76. c2baac9 bmc: allow update to use systemd with path by Patrick Venture · 5 years ago
  77. 984d94d bmc: add mode json option for verification systemd by Patrick Venture · 5 years ago
  78. ee614ec bmc: move verify systemd mode to parameter by Patrick Venture · 5 years ago
  79. 0caec99 bmc: json configuration: update: add mode parameter by Patrick Venture · 5 years ago
  80. ec105dd bugfix: bmc: update service requires mode by Patrick Venture · 5 years ago
  81. 1871fe9 bmc: use json for configuration by Patrick Venture · 5 years ago
  82. a6b4abd bmc: implement search for json files by Patrick Venture · 5 years ago
  83. f32a453 bmc: consolidate action pack code slightly by Patrick Venture · 5 years ago
  84. d4e20de bmc: move from data section objs to owned by Patrick Venture · 5 years ago
  85. 298930a bmc: provide disabled json support by Patrick Venture · 6 years ago
  86. 7c2a00e build: add option --enable-host-bios by Patrick Venture · 6 years ago
  87. fa06a5f bmc: add ActionPack notion to bundle actions by Patrick Venture · 6 years ago
  88. 1999eef bmc: only add verifyBlobId if data sent for image by Patrick Venture · 6 years ago
  89. fd18216 build: install three targets to handle bmc updates by Patrick Venture · 6 years ago
  90. 33740b9 build: drop --enable-lpc-bridge option by Patrick Venture · 6 years ago
  91. 89e97ba build: drop --enable-pci-bridge option by Patrick Venture · 6 years ago
  92. 48e309c bmc: split out service objects by Patrick Venture · 6 years ago
  93. 1ff1f93 build: use a common library for shared pieces by Patrick Venture · 6 years ago
  94. 84778b8 tools: remove phosphor-ipmi-blobs dependency by Patrick Venture · 6 years ago
  95. f0c71df move bmc code into bmc folder by Patrick Venture · 6 years ago