1. 0ccc198 build: use allowed over enabled or not-disabled by Patrick Williams · 5 weeks ago
  2. 11e09a9 clang-tidy: Initial commit by Jayanth Othayoth · 3 months ago
  3. c7c8ef9 clang-tidy: Suppress C-linkage warning by Jayanth Othayoth · 3 months ago
  4. f1161dd clang-tidy: Replace NULL with nullptr by Jayanth Othayoth · 3 months ago
  5. b08a3ae clang-format: re-format for clang-19 by Patrick Williams · 3 months ago
  6. 97e69ca clang-format: re-format for clang-18 by Patrick Williams · 7 months ago
  7. 0dea6fa clang-format: copy latest and re-format by Patrick Williams · 1 year, 5 months ago
  8. 7509f4e test: Return from validateReply if no reply by Willy Tu · 1 year, 7 months ago
  9. 0d3447b meson_options.txt: Support for reading options from meson.options by George Liu · 1 year, 7 months ago
  10. cb80fa5 Enable non unit-test.py docker build by Jonathan Doman · 1 year, 8 months ago
  11. 2f45759 build: upgrade to C++23 by Patrick Williams · 1 year, 8 months ago
  12. 5250957 clang-format: copy latest and re-format by Patrick Williams · 1 year, 10 months ago
  13. 752ff5d test: Remove unneeded header by Willy Tu · 2 years, 3 months ago
  14. 8848c43 markdownlint: fix all warnings by Patrick Williams · 2 years, 3 months ago
  15. 885cbfe prettier: re-format by Patrick Williams · 2 years, 3 months ago
  16. 83f9992 Recover Add ipmi response buffer size check for all commands by Willy Tu · 2 years, 9 months ago
  17. 067ece1 Refactor to use new version of OEM IPMI Handler by Willy Tu · 2 years, 9 months ago
  18. ad602d4 MAINTAINERS: remove file by Patrick Williams · 2 years, 7 months ago
  19. fc8fe40 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 8 months ago
  20. d92aee4 Revert "Add ipmi response buffer size check for all commands" by Willy Tu · 2 years, 8 months ago
  21. 88ca532 Add ipmi response buffer size check for all commands by Willy Tu · 2 years, 9 months ago
  22. 35b6c3e meson: add phosphor-logging wrapfile by Patrick Williams · 3 years ago
  23. 3d1fdfa phosphor-ipmi-blobs: Code Health Cleanup by Willy Tu · 3 years, 1 month ago
  24. ecb0523 phosphor-ipmi-blobs: remove venture and kunyi as reviewer by Willy Tu · 3 years, 1 month ago
  25. 3b89eda Add OWNERS file by Manojkiran Eda · 3 years, 4 months ago
  26. fda4178 build: switch to C++20 by Patrick Williams · 3 years, 5 months ago
  27. 88c23f4 phosphor-ipmi-blobs: Update Maintainers and Reviewers by Willy Tu · 3 years, 4 months ago
  28. f39e668 build: Remove autotools by William A. Kennington III · 3 years, 9 months ago
  29. d5ed409 meson: Install headers by William A. Kennington III · 3 years, 9 months ago
  30. d963adb build: Add meson by William A. Kennington III · 3 years, 9 months ago
  31. 117912d ipmi: Remove non-standard c++ array syntax by William A. Kennington III · 3 years, 9 months ago
  32. 993f541 treewide: Remove unused variables by William A. Kennington III · 3 years, 9 months ago
  33. 3ccee07 utils: Make loader more lenient by William A. Kennington III · 3 years, 9 months ago
  34. 766beb3 utils: Deduplicate library loading by William A. Kennington III · 3 years, 9 months ago
  35. 52b75fb test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD by Willy Tu · 3 years, 11 months ago
  36. a533a37 bootstrap: fix shellcheck warnings by Patrick Williams · 3 years, 11 months ago
  37. 485e54a Add prefix to pkgconfig by Sui Chen · 4 years, 3 months ago
  38. c7c941d continue loading libraries if factory excepts by Patrick Venture · 4 years, 3 months ago
  39. 7bda17a Add pkgconfig by Sui Chen · 4 years, 5 months ago
  40. 99f25be test/utils: stop using local variable with global return by Patrick Venture · 4 years, 5 months ago
  41. b6ed562 test: flexible array member cannot go into lambda by Patrick Venture · 4 years, 5 months ago
  42. 03fd5b8 move entry point handler to process by Patrick Venture · 4 years, 10 months ago
  43. 9cd8f76 Various cleanups by Kun Yi · 5 years ago
  44. beee9e5 cleanup: remove getPath by Kun Yi · 5 years ago
  45. cd833aa Fix openFiles refcount by Kun Yi · 5 years ago
  46. fea1d81 cleanup: Use scoped initializers; move implementation to source file by Kun Yi · 5 years ago
  47. 9ce8348 cleanup: Operate on members directly and allow empty paths in the lookup table by Kun Yi · 5 years ago
  48. aa17bda test: Add unit tests for session expiration by Kun Yi · 5 years ago
  49. b61a88b Implement session expiration by Kun Yi · 5 years ago
  50. 7fc52c8 Store the last action time in session info by Kun Yi · 5 years ago
  51. c892f4a Refactor various methods to get session or blob handler by Kun Yi · 5 years ago
  52. 8bc1177 blobs: s/struct BlobMeta/BlobMeta/g by Patrick Venture · 6 years ago
  53. a67323a README: add delete blob contract note by Patrick Venture · 6 years ago
  54. 826e173 README: add calling contract details by Patrick Venture · 6 years ago
  55. 00d5f0d blobs-ipmid: use enum class for BlobOEMCommands by Patrick Venture · 6 years ago
  56. 9260be3 blobs-ipmid: blobs: add equality operator for BlobMeta by Patrick Venture · 6 years ago
  57. 924bc38 build: split object to enable coverage by Patrick Venture · 6 years ago
  58. 374350d autotools: Fix for autoconf-archive 2019.01.19 by William A. Kennington III · 6 years ago
  59. de8a16e use ipmiblob library from ipmi-blob-tool by Patrick Venture · 6 years ago
  60. b15d654 build: add dependency on ipmiblob by Patrick Venture · 6 years ago
  61. 48eb402 use filesystem instead of experimental by Patrick Venture · 6 years ago
  62. fd4cdea build: enable valgrind by Patrick Venture · 6 years ago
  63. a2efc76 build: enable code coverage by Patrick Venture · 6 years ago
  64. fb808d1 build: rework gtest checks by Patrick Venture · 6 years ago
  65. 97898c9 build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
  66. 41ccacd readme: add the OEN used by Patrick Venture · 6 years ago
  67. acebece Convert host-ipmid -> libipmid by William A. Kennington III · 6 years ago
  68. 4beac9a move blob command enum to installed header by Patrick Venture · 6 years ago
  69. 86c87f5 manager: add hard-coded read checks by Patrick Venture · 6 years ago
  70. dc82ab1 blobs-ipmid: blobs header: add prototype all handlers need by Patrick Venture · 6 years ago
  71. cd8dab4 stop installing manager header by Patrick Venture · 6 years ago
  72. d1c3e86 bugfix: process: can be only crc by Patrick Venture · 6 years ago
  73. 2f58151 manager: typo fix available by Patrick Venture · 6 years ago
  74. 5e70a6b build: cleanup configure script PKG_CHECK_MODULES by Patrick Venture · 6 years ago
  75. 9e0c1af gitignore: add m4 directory by Patrick Venture · 6 years ago
  76. 50539d3 bugfix: ipmi: set dataLen to zero when appropriate by Patrick Venture · 6 years ago
  77. 8aee057 main: receive blob handler path from configure by Patrick Venture · 6 years ago
  78. 540b64d build: apply autoconf suggestions by Patrick Venture · 6 years ago
  79. c18e2b6 add dynamic library interface to enable testing by Patrick Venture · 6 years ago
  80. 2536863 main: add missing header: blobs-ipmid/manager.hpp by Patrick Venture · 6 years ago
  81. c0fe5cd copyright: add missing copyright headers by Patrick Venture · 6 years ago
  82. e08863e drop explicit command entry by Patrick Venture · 6 years ago
  83. 6c415c6 bugfix: load handlers and use factory symbol by Patrick Venture · 6 years ago
  84. df209fa bugfix: add -export-dynamic to Makefile linker flags by Patrick Venture · 6 years ago
  85. 1d5cccb bugfix: flip library search logic by Patrick Venture · 6 years ago
  86. ebf7b9b bugfix: skip 0'd crc bytes on reply computation by Patrick Venture · 6 years ago
  87. 4125880 process: add IPMI error return mechanism and update errors by Patrick Venture · 6 years ago
  88. 45e428a build: Add -flto to CXXFLAGS by Patrick Venture · 6 years ago
  89. 904f24f build: cleanup Makefile by Patrick Venture · 6 years ago
  90. df53de1 main: s/blobs-ipmid/blob-ipmid/ for library path by Patrick Venture · 6 years ago
  91. e50d4e4 manager: fixup to use find_if by Patrick Venture · 6 years ago
  92. a6e21a0 cleanup: apply const to read-only iterators by Patrick Venture · 6 years ago
  93. 1c4d3d3 main: catch exceptions when loading blob handlers by Benjamin Fair · 6 years ago
  94. c9ad5ff manager: reduce scope of variable by Patrick Venture · 6 years ago
  95. 5c4b17b new command: BmcBlobWriteMeta by Patrick Venture · 6 years ago
  96. e225540 build: fixup paths to leverage ipmiprovider symlinks by Patrick Venture · 6 years ago
  97. b15b305 process: rework lookup to use map for handlers by Patrick Venture · 6 years ago
  98. 03f415e test mock: add implementation of getBlobManager by Patrick Venture · 6 years ago
  99. 8ee139d README: Add new command: BmcBlobWriteMeta by Patrick Venture · 6 years ago
  100. 73eb687 manager: return abstract base type by Patrick Venture · 6 years ago