1. d92e7be clang-tidy: Initial commit by Jayanth Othayoth · 3 weeks ago master
  2. ebd3ba4 clang-tidy: guard optional accesses in test by Jayanth Othayoth · 3 weeks ago
  3. 6d2e1bf clang-tidy: silence unused parameter in constructor by Jayanth Othayoth · 3 weeks ago
  4. 9546b57 clang-tidy: remove pessimizing moves on temporaries by Jayanth Othayoth · 3 weeks ago
  5. 5d93ff7 clang-tidy: migrate to INSTANTIATE_TEST_SUITE_P by Jayanth Othayoth · 3 weeks ago
  6. 97270c0 clang-tidy: initialize test buffer before write() by Jayanth Othayoth · 3 weeks ago
  7. f444a0c clang-tidy: replace NULL/0 with nullptr by Jayanth Othayoth · 3 weeks ago
  8. 10c49d1 clang-tidy: delete default constructor by Jayanth Othayoth · 3 weeks ago
  9. 50e505a use sdbusplus unpack syntax by Patrick Williams · 10 weeks ago
  10. b90c9a7 meson: use non-deprecated systemd packageconfig by Patrick Williams · 6 months ago
  11. 643f552 meson: reformat with meson formatter by Patrick Williams · 5 months ago
  12. 58f243f markdownlint: minor fixes by Patrick Williams · 7 months ago
  13. 32e9ea1 meson: reformat with meson formatter by Patrick Williams · 11 months ago
  14. 3d73712 clang-format: update latest spec and reformat by Patrick Williams · 11 months ago
  15. acbf875 build: use allowed over enabled or not-disabled by Patrick Williams · 12 months ago
  16. edbf17d clang-format: re-format for clang-19 by Patrick Williams · 1 year, 1 month ago
  17. 42a44c2 clang-format: re-format for clang-18 by Patrick Williams · 1 year, 5 months ago
  18. 6e51b33 Fix MD036 warnings by George Liu · 1 year, 5 months ago
  19. 7798501 Fix MD001 warnings by George Liu · 1 year, 5 months ago
  20. 3a3dff2 Fix MD034 warnings by George Liu · 1 year, 5 months ago
  21. cedeb81 Fix MD025 warnings by George Liu · 1 year, 5 months ago
  22. 268dcae Fix MD040 warnings by George Liu · 1 year, 5 months ago
  23. 166b4f1 Fix spelling mistakes using codespell by Manojkiran Eda · 1 year, 7 months ago
  24. 3f59628 handler: Support more retry logic by Willy Tu · 1 year, 9 months ago
  25. deb85ce meson: adjust nlohmann-json dependency by Patrick Williams · 2 years, 1 month ago
  26. a942346 clang-format: copy latest and re-format by Patrick Williams · 2 years, 3 months ago
  27. 2d57d52 tools/pci: refactor did variable for NuvotonPciBridge by Tim Lee · 2 years, 4 months ago
  28. 3d54fc7 meson_options.txt: Support for reading options from meson.options by George Liu · 2 years, 5 months ago
  29. 8c31624 README: remove stale reference to span-lite by Patrick Williams · 2 years, 6 months ago
  30. 14c78ed use std::format by Patrick Williams · 2 years, 6 months ago
  31. 41dedad use std::move_only_function by Patrick Williams · 2 years, 6 months ago
  32. 4719ad0 build: upgrade to C++23 by Patrick Williams · 2 years, 6 months ago
  33. 1038836 clang-format: copy latest and re-format by Patrick Williams · 2 years, 8 months ago
  34. 7fb9abd meson: remove deprecated get_pkgconfig_variable by Patrick Williams · 2 years, 9 months ago
  35. 1b23b77 Add retry to sendFile handler by Willy Tu · 2 years, 10 months ago
  36. 64a23b2 Use 'type' of delete action in the log_handler builder by Brennan Swanton · 2 years, 11 months ago
  37. db45fd4 prettier: re-format by Patrick Williams · 3 years, 1 month ago
  38. ea65e68 meson: Fix meson builds by Brandon Kim · 3 years, 6 months ago
  39. 76d37b6 Fix check of onDeleteType in log_handler builder by Gaurav Gandhi · 3 years, 3 months ago
  40. a4216a5 MAINTAINERS: remove file by Patrick Williams · 3 years, 5 months ago
  41. 40fbb0c sdbusplus: use shorter type aliases by Patrick Williams · 3 years, 6 months ago
  42. d9c80c2 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 3 years, 6 months ago
  43. c277935 Fix double free issue with global+static variable by Willy Tu · 3 years, 7 months ago
  44. 36af21c tools/net: Fix missing include by William A. Kennington III · 3 years, 8 months ago
  45. 9bb21e3 tools/net: Handle files which don't support sendfile by William A. Kennington III · 3 years, 9 months ago
  46. 28c00d6 span: switch to std by Patrick Williams · 3 years, 9 months ago
  47. 99d292a phosphor-ipmi-flash: Code Health Cleanup by Willy Tu · 4 years ago
  48. 6d222ad phosphor-ipmi-flash: remove venture as reviewer by Willy Tu · 4 years ago
  49. a49a3f7 Add support for log-handler by Gaurav Gandhi · 4 years, 3 months ago
  50. b8fd6d3 bmc: version: Skip version if it does not exist in the config by Willy Tu · 4 years, 2 months ago
  51. 2862421 tools/test: delete now returns a boolean by Patrick Venture · 4 years, 2 months ago
  52. 7d249a7 updater: remove find() and use std::string::starts_with() by Willy Tu · 4 years, 4 months ago
  53. 35b77c9 build: remove autotool by Willy Tu · 4 years, 4 months ago
  54. 0df4085 build: Remove unused phosphor-logging dependency by William A. Kennington III · 4 years, 2 months ago
  55. 7ace08a build: nuvoton-lpc: Add `NUVOTON_LPC` project_arguments by Willy Tu · 4 years, 2 months ago
  56. bcae900 build: Add meson build by Willy Tu · 4 years, 4 months ago
  57. 8d6b011 Add OWNERS file by Manojkiran Eda · 4 years, 3 months ago
  58. df82a46 bmc: remove redundant ‘std::move’ call by Willy Tu · 4 years, 3 months ago
  59. ba90fd7 bmc: Simplify file handler by William A. Kennington III · 4 years, 3 months ago
  60. cf37663 tools: Support more frequent status checks by William A. Kennington III · 4 years, 3 months ago
  61. f88bcf3 tools/helper: Streamline return types by William A. Kennington III · 4 years, 3 months ago
  62. 4b0c2ec tools: Reduce cleanup logging output by William A. Kennington III · 4 years, 3 months ago
  63. 43eeeb3 tools: Add handle for automatically closing blobs by William A. Kennington III · 4 years, 3 months ago
  64. 9b7a3b4 tools: Support empty image file and ignore the fileSize check by Willy Tu · 4 years, 3 months ago
  65. 665905f catch exceptions as const by Patrick Williams · 4 years, 3 months ago
  66. b487eb4 phosphor-ipmi-flash: Fix all C++ warnings by Willy Tu · 4 years, 4 months ago
  67. fd16f6d helper: Remove alignof for memcpyAligned() by Willy Tu · 4 years, 4 months ago
  68. 203ad80 updater: Cleanup Active blob to support multiple stages by Willy Tu · 4 years, 4 months ago
  69. 1c0fe13 exception: switch to public sdbus exception by Patrick Williams · 4 years, 4 months ago
  70. 4bb6bdf tools: Use ipmi-blob-tool definition of blob states by Vivekanand Veeracholan · 4 years, 4 months ago
  71. c620190 Fix configuration error due to undefined conditionals by Vivekanand Veeracholan · 4 years, 5 months ago
  72. 0077e34 Fix hyperlink typo in README.md by Patrik Tesarik · 4 years, 7 months ago
  73. f450486 test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD by Willy Tu · 4 years, 9 months ago
  74. a3f6569 bootstrap: fix shellcheck warnings by Patrick Williams · 4 years, 9 months ago
  75. 2290033 tools: size_t defined in cstdlib by Patrick Venture · 4 years, 9 months ago
  76. d6b337e tools: split io interface out by Patrick Venture · 4 years, 9 months ago
  77. 328f520 tools/handler: Read the running version by Jie Yang · 4 years, 10 months ago
  78. c8b456e version-handler: remove unused tests by Jie Yang · 4 years, 10 months ago
  79. c7fa2c2 tools/pci: Replace memcpy on pci write with aligned copy by Vivekanand Veeracholan · 5 years ago
  80. 55b1a71 tools/pci: Use pci_device_enable() to enable bridge by Vivekanand Veeracholan · 5 years ago
  81. 7d39eb0 bmc/ver.../test/.close_unittest: add missing header by Patrick Venture · 5 years ago
  82. 99b5455 MAINTAINERS: M->R for Venture by Patrick Venture · 5 years ago
  83. ab1dfdd MAINTAINERS: Add William to maintainers by Patrick Venture · 5 years ago
  84. 43344a1 bmc: Create runtime directory for non-persistent configs by William A. Kennington III · 5 years ago
  85. 22f8bf3 configure: Refactor systemunitdir expression to use PKG_CHECK_VAR by William A. Kennington III · 5 years ago
  86. cf11fa6 buildjson: Add a non-persistent path by William A. Kennington III · 5 years ago
  87. d0dc723 buildjson: Support multiple configuration paths by William A. Kennington III · 5 years ago
  88. 7f16570 bmc/fs: Replace regex with fs functions by William A. Kennington III · 5 years ago
  89. bfcf132 bmc/fs: Ignore missing directories by William A. Kennington III · 5 years ago
  90. ebccf63 tools: Fix missing FD close() by William A. Kennington III · 5 years ago
  91. 53ecd29 tools: Make progress bar starting more consistent by William A. Kennington III · 5 years ago
  92. 84904b9 version-handler/test: Remove unused declarations by William A. Kennington III · 5 years ago
  93. cc7f385 handler_config: Split out from buildjson by William A. Kennington III · 5 years ago
  94. bec2318 buildjson: Reduce include scope as needed by William A. Kennington III · 5 years ago
  95. 4857ab4 util: Fix missing header by William A. Kennington III · 5 years ago
  96. 0d5bb78 tools/progress: Add finish and abort functions by William A. Kennington III · 5 years ago
  97. 0674a6d version-handler: Produce errors for unavailable data by William A. Kennington III · 5 years ago
  98. eba0c34 version-handler: Add session stat by William A. Kennington III · 5 years ago
  99. 9936c45 version_handler: Support multiple sessions by William A. Kennington III · 5 years ago
  100. 4175b4c Add callback support to triggerable actions by William A. Kennington III · 5 years ago