1. 42a44c2 clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
  2. 166b4f1 Fix spelling mistakes using codespell by Manojkiran Eda · 7 months ago
  3. a942346 clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  4. 1038836 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  5. 99d292a phosphor-ipmi-flash: Code Health Cleanup by Willy Tu · 2 years, 11 months ago
  6. b487eb4 phosphor-ipmi-flash: Fix all C++ warnings by Willy Tu · 3 years, 4 months ago
  7. 56a2273 extend file_handler to support reads by Jason Ling · 4 years, 2 months ago
  8. ded66d0 move files around to create a common convenience library by Jason Ling · 4 years, 2 months ago[Renamed from bmc/firmware_handler.cpp]
  9. ede9c9f util: use constexpr string instead of string objects by Patrick Venture · 4 years, 3 months ago
  10. 4934daa bmc: move data handler to owned object by Patrick Venture · 4 years, 3 months ago
  11. 7b78343 bmc: move transports vector into handler object by Patrick Venture · 4 years, 3 months ago
  12. 7aac486 bmc: drop unused phosphor-logging header by Patrick Venture · 4 years, 7 months ago
  13. 92f2615 firmware: add expiration handle by Patrick Venture · 4 years, 7 months ago
  14. 1ab824a log consistently via stderr by Patrick Venture · 4 years, 7 months ago
  15. 9b37b09 update gcc10 and clang-format10 by Patrick Venture · 4 years, 7 months ago
  16. 1290198 bmc: allowing packing transport flags densely by Benjamin Fair · 5 years ago
  17. 4e2a143 bmc: check empty instead of zero size by Patrick Venture · 5 years ago
  18. 1626538 bmc: require at least one action pack configuration by Patrick Venture · 5 years ago
  19. a9f674c bmc: Rework abortProcess and deleteBlob by Brandon Kim · 5 years ago
  20. 8fc6087 bmc: Replace fileOpen flag by Brandon Kim · 5 years ago
  21. d4e20de bmc: move from data section objs to owned by Patrick Venture · 5 years ago
  22. fa06a5f bmc: add ActionPack notion to bundle actions by Patrick Venture · 6 years ago
  23. 1999eef bmc: only add verifyBlobId if data sent for image by Patrick Venture · 6 years ago
  24. 84778b8 tools: remove phosphor-ipmi-blobs dependency by Patrick Venture · 6 years ago
  25. f0c71df move bmc code into bmc folder by Patrick Venture · 6 years ago[Renamed from firmware_handler.cpp]
  26. 6d7735d bmc: add preparation step before data is received by Patrick Venture · 6 years ago
  27. 75c0c27 bmc: provide state change method by Patrick Venture · 6 years ago
  28. 9efef5d bmc: add cleanup blob handler by Patrick Venture · 6 years ago
  29. 5d9fa02 bmc: verificationCompleted: close: handle failure by Patrick Venture · 6 years ago
  30. 4c7a420 bmc: updateCompleted: close by Patrick Venture · 6 years ago
  31. c9f6239 bmc: updatePending: deleteBlob(blob) by Patrick Venture · 6 years ago
  32. 2ca6652 bmc: verificationPending: deleteBlob(blob) by Patrick Venture · 6 years ago
  33. 7267676 bmc: notYetStarted: deleteBlob(blob) by Patrick Venture · 6 years ago
  34. bcc0c77 bmc: delete if open sessions bails by Patrick Venture · 6 years ago
  35. 4973171 bmc: abort from updateStarted by Patrick Venture · 6 years ago
  36. d574102 bmc: abort from verificationStarted by Patrick Venture · 6 years ago
  37. d816b23 bmc: drop unused Session::State by Patrick Venture · 6 years ago
  38. e95dbb6 bmc: simplify ::close() by Patrick Venture · 6 years ago
  39. 723113f bmc: simplify ::open() by Patrick Venture · 6 years ago
  40. 85ae86b bmc: firmware updateCompleted: close(session) by Patrick Venture · 6 years ago
  41. 1d66fe6 merge Verification and Update Interfaces by Patrick Venture · 6 years ago
  42. e312f39 s/struct blobs::BlobMeta/blobs::BlobMeta/g by Patrick Venture · 6 years ago
  43. da66fd8 merge Verification and Update statuses by Patrick Venture · 6 years ago
  44. a2d8239 bmc: firmware updateCompleted: stat(session) by Patrick Venture · 6 years ago
  45. f1f0f65 bmc: firmware updateStarted: stat(session) by Patrick Venture · 6 years ago
  46. 0079d89 bmc: firmware updateStarted: commit(session) by Patrick Venture · 6 years ago
  47. 1a406fe bmc: firmware updatePending: commit(session) by Patrick Venture · 6 years ago
  48. 40d7ffc bmc: firmware updatePending: stat(session) by Patrick Venture · 6 years ago
  49. 5f56269 bmc: firmware updatePending: stat(blob) by Patrick Venture · 6 years ago
  50. 4e2fdcd bmc: firmware updatePending: write(session) by Patrick Venture · 6 years ago
  51. 6b0aa18 bmc: firmware updatePending: close(session) by Patrick Venture · 6 years ago
  52. 19f5d88 bmc: firmware updatePending: open(blob) by Patrick Venture · 6 years ago
  53. ad93383 bmc: firmware updatePending: getBlobIds by Patrick Venture · 6 years ago
  54. 1c6d8f5 bmc: verificationCompleted::close(success) by Patrick Venture · 6 years ago
  55. 433cbc3 test: firmware verificationCompleted: commit by Patrick Venture · 6 years ago
  56. 615c69e test: firmware verificationCompleted: stat(session) by Patrick Venture · 6 years ago
  57. d342a95 bmc: cleanup stat(blob) handler by Patrick Venture · 6 years ago
  58. 930c7b7 bmc: add verify blob id only when ready by Patrick Venture · 6 years ago
  59. efba42d bmc: add utilty method to only add a blob id if not present by Patrick Venture · 6 years ago
  60. 01a3327 test: firmware verificationPending: stat(session) by Patrick Venture · 6 years ago
  61. 27ac582 bmc: firmware handler owns update mechanism by Patrick Venture · 6 years ago
  62. 1d5a31c bmc: move away from blobs namespace by Patrick Venture · 6 years ago
  63. 26a1726 bmc: move Verification declaration out of single header by Patrick Venture · 6 years ago
  64. 3ecb350 bmc: enable configuration of all verification by Patrick Venture · 6 years ago
  65. 6032dc0 firmware_handler: minor code cleanup by Patrick Venture · 6 years ago
  66. 74059d6 bmc: allow configuring the verification output path by Patrick Venture · 6 years ago
  67. 7dad86f util: create util object for bmc and tool by Patrick Venture · 6 years ago
  68. 12233c5 firmware_handler: handle the state transitions by Patrick Venture · 6 years ago
  69. e955e07 firmware_handler: change state with verify results by Patrick Venture · 6 years ago
  70. b3b4db7 firmware_handler: implement session stat w/ verification by Patrick Venture · 6 years ago
  71. d56097a firmware_handler: prevent writing metadata w/o data handler by Patrick Venture · 6 years ago
  72. be19870 firmware_handler: allow committing repeatedly by Patrick Venture · 6 years ago
  73. 8af15eb firmware_handler: prevent writing to verify blob by Patrick Venture · 6 years ago
  74. 699750d firmware_handler: add missing TODOs by Patrick Venture · 6 years ago
  75. daf4707 bugfix: only push the blob id if new by Patrick Venture · 6 years ago
  76. 70e30bf firmware: reorder open cases slightly by Patrick Venture · 6 years ago
  77. 453f06a firmware: slight code re-order to improve clarity by Patrick Venture · 6 years ago
  78. 7430464 rename write,read to writeMeta,readMeta by Patrick Venture · 6 years ago
  79. d333a87 firmware: add logging to factory failures by Patrick Venture · 6 years ago
  80. cabc117 firmware: implement verification service call by Patrick Venture · 6 years ago
  81. 4eb5595 firmware: add sdbusplus for use by verification by Patrick Venture · 6 years ago
  82. ffcc550 firmware: add verify blob_id by Patrick Venture · 6 years ago
  83. cc7d160 firmare: start implementing session stat by Patrick Venture · 6 years ago
  84. 22e3875 copyright: add missing copyright headers by Patrick Venture · 6 years ago
  85. 9e5aab2 firmware: start implementing deleteBlob by Patrick Venture · 6 years ago
  86. 68bb143 firmware: start implementing close method by Patrick Venture · 6 years ago
  87. 991910a firmware: enable fileOpen state by Patrick Venture · 6 years ago
  88. 6e307a7 firmware: tie in call to data handler's open by Patrick Venture · 6 years ago
  89. db253bf bugfix: active blob id added on open failure by Patrick Venture · 6 years ago
  90. 21c62c1 firmware: return failure on attempt to open active files by Patrick Venture · 6 years ago
  91. d6461d6 firmware: cleanup - cleaned up some documentation by Patrick Venture · 6 years ago
  92. cd31022 session: start tracking open state by Patrick Venture · 6 years ago
  93. 05abf7e style: s/FirmwareUpdateFlags/UpdateFlags/g by Patrick Venture · 6 years ago
  94. b1b68fc firmware: prevent writing or opening during verification by Patrick Venture · 6 years ago
  95. 8c53533 firmware: add read/write configuration methods by Patrick Venture · 6 years ago
  96. 18235e6 firmware: tie implementation of session into write by Patrick Venture · 6 years ago
  97. 7c8b97e firmware: add active to canhandle blob list by Patrick Venture · 6 years ago
  98. 72388d7 tests: add unit-tests for opening by Patrick Venture · 6 years ago
  99. bf3399d firmware: invert conditions to reduce depth by Patrick Venture · 6 years ago
  100. 1cde5f9 set up data handler mechanism by Patrick Venture · 6 years ago