1. 8fb5b89 prevent logspam from getObjectInterfaces by Alexander Hansen · 7 months ago master
  2. 50f186c utils: Add the getSubTree method by George Liu · 4 months ago
  3. b1416ef dbus-sdr: check instance start value in getSensorInfo function by Thang Tran · 10 months ago
  4. 68d9d40 Update terminology used within repo by Matt Simmering · 7 months ago
  5. c329cee unpack: Support std::span as package arguments by Willy Tu · 9 months ago
  6. 57f4941 types: Support allocator rebinding by Peter Foley · 7 months ago
  7. 369824e clang-format: copy latest and re-format by Patrick Williams · 7 months ago
  8. 202702b Fix std::optional maybe-uninitialized (maybe?) by Jonathan Doman · 8 months ago
  9. 1b42a9c Silence false positive for uninitialized variable by Vernon Mauery · 9 months ago
  10. ed6f460 Fix for g++-13 by Vernon Mauery · 9 months ago
  11. 69c945e fix GCC 13 issues by Patrick Williams · 12 months ago
  12. 9cf0838 move entity_map_json to libipmid by Vernon Mauery · 1 year, 1 month ago
  13. 23a722c Enable Yocto control of the USING_ENTITY_MANAGER_DECORATORS by Johnathan Mantey · 1 year ago
  14. fbc6c9d clang-format: copy latest and re-format by Patrick Williams · 1 year ago
  15. 45d4193 cleanup Secure types by Willy Tu · 1 year, 7 months ago
  16. 7688909 fix clang-tidy error for overriding destructor by Willy Tu · 1 year, 7 months ago
  17. 4eca251 dbus-sdr: Remove excessive `Failed to GetAll` error message by Willy Tu · 1 year, 11 months ago
  18. b53049e Adding a yielding option callDbusMethod by Albert Zhang · 2 years, 2 months ago
  19. 5d82f47 sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 10 months ago
  20. 7d7a685 avoid non-virtual-dtor warnings by Patrick Williams · 1 year, 10 months ago
  21. b490591 ipmid: message: fix pack/unpack compile error at aarch64 platform by Tim Lee · 2 years ago
  22. d22ab5b fix header install by Vernon Mauery · 2 years ago
  23. c710b97 build: Add meson build for phosphor-host-ipmi by Willy Tu · 2 years, 10 months ago
  24. 11d6889 cleanup: Remove all warning errors for the Meson build support by Willy Tu · 2 years, 4 months ago
  25. 3345710 Add data types to Value to extend setDbusProperty by Jian Zhang · 2 years, 1 month ago
  26. 363d8d5 dbus-sdr: Add sensor type entity by Duke Du · 2 years, 1 month ago
  27. cd1c496 Guarantee SDR Type12 byte alignment matches the IPMI spec by Johnathan Mantey · 2 years, 8 months ago
  28. d7c2601 dbus-sdr: Add physical security sensor type by Joseph Fu · 2 years, 3 months ago
  29. 05d17c0 dbus-sdr: implement SDR Record Type 8 by Harvey Wu · 2 years, 8 months ago
  30. 604e0c6 dbus-sdr: Add processor sensor type by David Wang · 2 years, 6 months ago
  31. 30f88f0 ipmid: message: pack: Fix cast issue by Lei YU · 2 years, 3 months ago
  32. 8e8152c sensor-cache: Use async calls in get sensor reading by Lei YU · 2 years, 6 months ago
  33. 9714050 sensor-cache: Implement reading data by Lei YU · 2 years, 8 months ago
  34. 8c2c048 sensor-cache: Use new get function by Lei YU · 2 years, 8 months ago
  35. 6619ae4 Improve SDR sensor number mapping for sensor nums above 510 by Johnathan Mantey · 2 years, 10 months ago
  36. f0a8994 dbus-sdr: Add sensor mutability by Jie Yang · 2 years, 10 months ago
  37. 03d7a4b properly handle unexpected exceptions by Vernon Mauery · 3 years, 4 months ago
  38. 997952a Add a SecureBuffer class by Vernon Mauery · 2 years, 10 months ago
  39. c532425 Fix issues and support signed sensor values by Tony Lee · 4 years, 7 months ago
  40. 2703b02 dbus-sdr: Add hybrid sensors stack option by Scron Chang · 2 years, 11 months ago
  41. b8e5b16 dbus-sdr: Add new sensor type codes by Scron Chang · 2 years, 11 months ago
  42. 2b42d7e dbus-sdr: Add sensor event type to sensor by Scron Chang · 2 years, 11 months ago
  43. 745164c Move SecureString class to ipmid/types.hpp by Snehalatha Venkatesh · 2 years, 11 months ago
  44. d18dfc4 Fixed timeout completion code by Karol Niczyj · 2 years, 10 months ago
  45. e39d4d8 dbus-sdr: Make GetSDR more robust against dbus failure. by Hao Jiang · 3 years, 1 month ago
  46. 9a5b51e dbus-sdr: Make VoltageRegulatorMode exposed to sensorTree. by Hao Jiang · 3 years, 5 months ago
  47. d2afd05 dbus-sdr: ipmiSetSensorReading handles discrete event for VR by Hao Jiang · 3 years, 5 months ago
  48. 7a0e5df types: Force underlying int conversion for enums by William A. Kennington III · 3 years ago
  49. a55c953 sensorcommands: Add IPMI reading logging instrumentation by Josh Lehan · 3 years, 7 months ago
  50. a8b5b26 dbus-sdr: Fix sensor missing issue. by Kuiying Wang · 3 years, 4 months ago
  51. de54f48 dbus-sdr: Initial Dynamic Sensor Stack by Willy Tu · 3 years, 4 months ago
  52. 687e9b0 ipmid/handler: Support exceptions with completion codes by William A. Kennington III · 3 years, 5 months ago
  53. a0de400 Fix IPMI `Out of space` response error code. by Sharad Yadav · 3 years, 5 months ago
  54. f7d081f phosphor-host-ipmid : yosemitev2: Add host Identification support by Kumar Thangavel · 3 years, 9 months ago
  55. be4ffa8 sensor yaml: allow custom sensor names by Jeremy Kerr · 3 years, 10 months ago
  56. 778418d Fix includes by Ed Tanous · 3 years, 9 months ago
  57. c11cc5c Add LUN to the IPMI sensor context structure by Johnathan Mantey · 3 years, 10 months ago
  58. 59c82d9 include needed file for uint8_t def by Andrew Geissler · 4 years ago
  59. e86e785 include: ipmid/api.h add std::size_t by Patrick Venture · 4 years, 1 month ago
  60. 082a39c include: oemrouter: add std:: namespace by Patrick Venture · 4 years, 1 month ago
  61. e7e8b81 rewrite Get Session Info to use new yielding D-Bus API by Vernon Mauery · 4 years, 7 months ago
  62. fe39ec9 Incorrect function declaration for getManagedObjects by Vernon Mauery · 4 years, 3 months ago
  63. eeb0f98 Add yielding utility calls by Vernon Mauery · 5 years ago
  64. 4d22640 Added sessionId context in host-ipmid, used by GetSessionInfo by Rajashekar Gade Reddy · 4 years, 6 months ago
  65. 4cc4255 Refactor ipmi::sensor::GetSensorResponse away from std::array by Sui Chen · 4 years, 9 months ago
  66. f71444d Implemented get session info cmd in host interface by Rajashekar Gade Reddy · 4 years, 10 months ago
  67. c514d87 transporthandler: Rewrite + New Handler by William A. Kennington III · 5 years ago
  68. e702392 Implemented close session cmd in host interface by Rajashekar Gade Reddy · 4 years, 11 months ago
  69. caabc36 fix logic error for unpack vector of tuple by Vernon Mauery · 4 years, 10 months ago
  70. cb09aa0 Change yield from ptr to object by James Feist · 4 years, 9 months ago
  71. 7dc4ac0 Move i2c WR api into libipmid by Yong Li · 4 years, 9 months ago
  72. 48408b6 legacy handlers need a bigger buffer by Vernon Mauery · 4 years, 9 months ago
  73. 23d0644 Use boost::asio::post() instead of io->post() by Vernon Mauery · 5 years ago
  74. 1a4beed Defining session const for multi net session mgmt by Suryakanth Sekar · 5 years ago
  75. a3dd766 unpack static assert on unsupported types by Vernon Mauery · 5 years ago
  76. 33298af Add sdbusplus::asio::connection pointer to ipmi::Context by Vernon Mauery · 5 years ago
  77. 16b8693 remove usage of sdbusplus::message::variant by Vernon Mauery · 5 years ago
  78. f865dea Return invalid data length (0xc7) for commands not properly unpacked by Vernon Mauery · 5 years ago
  79. 5d06cc6 handler: Fix request passing for legacy commands by William A. Kennington III · 5 years ago
  80. 92476a8 message: Support prepending payloads by William A. Kennington III · 5 years ago
  81. e15e53e message/pack: Allow packing payloads by William A. Kennington III · 5 years ago
  82. e2aec26 message/pack: Support packing string_views by William A. Kennington III · 5 years ago
  83. 906e0f8 message/pack: Check for outstanding bits by William A. Kennington III · 5 years ago
  84. f2fd17a message/payload: Ignore unchecked unpack warning during unwind by William A. Kennington III · 5 years ago
  85. 51694c2 message/payload: Clean up check / trailing state by William A. Kennington III · 5 years ago
  86. d6a2da0 add rqSA ipmb request source address by Vernon Mauery · 5 years ago
  87. 00b096d Fix compilation warning regarding std::variant by Alexander Amelkin · 5 years ago
  88. 0d49e47 message/unpack: Fix undefined behavior by William A. Kennington III · 5 years ago
  89. 508c457 Add a tuple type for packing by Vernon Mauery · 5 years ago
  90. 336405b Add error message to build to make packing type errors clear by Vernon Mauery · 5 years ago
  91. bea5392 Add helper functions to simplify error responses by Vernon Mauery · 5 years ago
  92. e08fbff Only include ipmid/api.hpp for the new API by Vernon Mauery · 5 years ago
  93. ded4c74 Fix utility.hpp to use correct types for Request and Context by Vernon Mauery · 5 years ago
  94. bae9135 Add support for returning optional values by Vernon Mauery · 5 years ago
  95. f299807 message: pack: add variant support by James Feist · 5 years ago
  96. 392050f remove legacy ipmid.cpp and ipmid.hpp by Vernon Mauery · 5 years ago
  97. 3325024 move types.hpp to ipmid/types.hpp for export by Vernon Mauery · 5 years ago
  98. 6a98fe7 Move util.cpp/util.hpp to libipmid by Vernon Mauery · 5 years ago
  99. be37630 Add user context parameter to legacy ipmi handler registration by Vernon Mauery · 5 years ago
  100. 3719c2f Add generic signal handling API to work with boost::asio by Vernon Mauery · 5 years ago