1. deb97f1 Utils: Drop redundant iteration guard by Andrew Jeffery · 3 years ago
  2. 9555961 Expression: evaluate adjusts the end iterator to the end by Andrew Jeffery · 3 years ago
  3. 77b3c06 Utils: Simplify 'replaced' loop exit in templateCharReplace() by Andrew Jeffery · 3 years ago
  4. 159588b Utils: std::stoul() converts numbers in base 10 too by Andrew Jeffery · 3 years ago
  5. 5ace4e4 Utils: Extract expression evaluation loop to Expression.cpp by Andrew Jeffery · 3 years ago
  6. a05437e Utils: Break out expression parsing and evaluation by Andrew Jeffery · 3 years ago
  7. 7d05afc Utils: Declare mathChars and nextItemIdx where they're used by Andrew Jeffery · 3 years ago
  8. 8d8b62f Utils: `templateChar + propName` is `templateName` by Andrew Jeffery · 3 years ago
  9. d9e3e19 Utils: Destructure interface properties in templateCharReplace() by Andrew Jeffery · 3 years ago
  10. e0ed587 Utils: Continue early in templateCharReplace() to avoid indentation by Andrew Jeffery · 3 years ago
  11. 3c5f12b PerformScan: Eliminate duplicate type check in run() by Andrew Jeffery · 3 years ago
  12. 8650187 PerformScan: Only hash if we're not debugging in getRecordName() by Andrew Jeffery · 3 years ago
  13. 928c5b2 PerformScan: Unwrap comments in getRecordName() by Andrew Jeffery · 3 years ago
  14. 1ae4ed6 PerformScan: Eliminate else-after-return in getRecordName() by Andrew Jeffery · 3 years ago
  15. 26db575 PerformScan: Clean up whitespace in registerCallback() by Andrew Jeffery · 3 years ago
  16. 4dcc55d PerformScan: Make registerCallback() static by Andrew Jeffery · 3 years ago
  17. 91c5eaa PerformScan: Clean up timer declarations using auto by Andrew Jeffery · 3 years ago
  18. d9b6784 PerformScan: Introduce DBusInterfaceInstance by Andrew Jeffery · 3 years ago
  19. 4732183 PerformScan: Eliminate interfaceConnections by Andrew Jeffery · 3 years ago
  20. 8d2761e PerformScan: Extract processDbusObjects() by Andrew Jeffery · 3 years ago
  21. 4a4ab5c PerformScan: Remove redundant early-return by Andrew Jeffery · 3 years ago
  22. c6558f6 PerformScan: All interfaces on a path is an object by Andrew Jeffery · 3 years ago
  23. 1983d2f EntityManager: Make MapperGetSubTreeResponse type comprehensible by Andrew Jeffery · 3 years ago
  24. 402fa1c EntityManager: Remove dead ManagedObjectType definition by Andrew Jeffery · 3 years ago
  25. eab4929 EntityManager: Rename BasicVariantType to DBusValueVariant by Andrew Jeffery · 3 years ago
  26. ac20bd9 EntityManager: Rename DBusProbeObjectT to MapperGetSubTreeResponse by Andrew Jeffery · 3 years ago
  27. f331179 EntityManager: Rename findJsonFiles() to loadConfigurations() by Andrew Jeffery · 3 years, 1 month ago
  28. e35d0ac EntityManager: Extract publishNewConfiguration() by Andrew Jeffery · 3 years, 1 month ago
  29. 7c4cbbe EntityManager: Extract deriveNewConfiguration() by Andrew Jeffery · 3 years, 1 month ago
  30. 0d0c146 EntityManager: Extract pruneConfiguration() by Andrew Jeffery · 3 years, 1 month ago
  31. 5ec49ad EntityManager: Clean up interface removal condition by Andrew Jeffery · 3 years, 1 month ago
  32. 6cbbc09 EntityManager: Exploit destructuring for configuration removed loop by Andrew Jeffery · 3 years, 1 month ago
  33. 2f750d2 EntityManager: Introduce getDeviceInterfaces() by Andrew Jeffery · 3 years, 1 month ago
  34. d235cb6 EntityManager: Flip condition to start removed timer by Andrew Jeffery · 3 years, 1 month ago
  35. 4db38bc EntityManager: Refactor pruneDevice() early-exits by Andrew Jeffery · 3 years, 1 month ago
  36. 89ec352 EntityManager: Introduce pruneDevice() by Andrew Jeffery · 3 years, 1 month ago
  37. a82c55d EntityManager: Exploit destructuring for device removed loop by Andrew Jeffery · 3 years, 1 month ago
  38. d38fc67 EntityManager: Continue the loop if the entity is present by Andrew Jeffery · 3 years, 1 month ago
  39. 8924f2f EntityManager: Determine device config presence with .contains() by Andrew Jeffery · 3 years, 1 month ago
  40. 27a1cfb EntityManager: Rename isDetectedPowerOn for clarity by Andrew Jeffery · 3 years, 1 month ago
  41. b620944 EntityManager: Refactor deviceRequiresPowerOn() with early-exits by Andrew Jeffery · 3 years, 1 month ago
  42. 5519293 EntityManager: Extract deviceRequiresPowerOn() by Andrew Jeffery · 3 years, 1 month ago
  43. a96950d EntityManager: Destructure board properties in postToDbus() by Andrew Jeffery · 3 years, 1 month ago
  44. 13132df EntityManager: Destructure board attributes in postToDbus() by Andrew Jeffery · 3 years, 1 month ago
  45. 5a6379c EntityManager: Destructure exposed items in postToDbus() by Andrew Jeffery · 3 years, 1 month ago
  46. ace306d EntityManager: Destructure items when iterating newConfiguration by Andrew Jeffery · 3 years, 1 month ago
  47. 65ea450 EntityManager: Destructure dict items in populateInterfaceFromJson() by Andrew Jeffery · 3 years, 1 month ago
  48. 029ee28 EntityManager: Rename key to path in populateInterfaceFromJson() by Andrew Jeffery · 3 years, 1 month ago
  49. f518471 PerformScan: Destructure config items in run() by Andrew Jeffery · 3 years, 1 month ago
  50. f8ae2ba FruUtils: Fix code formatting by Andrew Jeffery · 3 years, 1 month ago
  51. 0710828 fru-device: fix return value of i2cSmbusWriteThenRead() by Zev Weiss · 3 years, 2 months ago
  52. 7135f3d Move getFRUInfo function to FruUtils.cpp file. by Kumar Thangavel · 3 years, 2 months ago
  53. c74e751 Move global variable busMap to FruUtil.hpp by Kumar Thangavel · 3 years, 2 months ago
  54. 2418a61 Fix dangling references to powerIsOn by Jonathan Doman · 3 years, 2 months ago
  55. 0961b11 Rename function `formatFRU` to `formatIPMIFRU` by Michael Shen · 3 years, 2 months ago
  56. e24c063 Remove unused debug variable in entity-manager by Ed Tanous · 3 years, 2 months ago
  57. 7f43ea8 Move global variables io service and bus to local variables. by Kumar Thangavel · 3 years, 4 months ago
  58. 1e8e71f Move global variable powerIsOn to local variable. by Kumar Thangavel · 3 years, 5 months ago
  59. a6d4733 Cleanup of code to pass CI, clang-tidy-13 by Bruce Mitchell · 3 years, 4 months ago
  60. a9c5892 entity-manager: Search sysconfdir for configurations by Andrew Jeffery · 3 years, 11 months ago
  61. 666583b EntityManager: Clean up use of probeTypes by Andrew Jeffery · 3 years, 5 months ago
  62. f07c5ed EntityManager: Split out PerformProbe by Andrew Jeffery · 3 years, 5 months ago
  63. 47af65a EntityManager: Split out PerformScan by Andrew Jeffery · 3 years, 5 months ago
  64. 41a9051 Move global variable to local variable. by Kumar Thangavel · 3 years, 5 months ago
  65. bd4075f FruUtils: Add support for finding FRU at an offset by Oskar Senft · 3 years, 6 months ago
  66. a0d1b3f Utils: Fix more than one template replace by Zhikui Ren · 3 years, 6 months ago
  67. 83b1e9b catch exceptions as const by Patrick Williams · 3 years, 6 months ago
  68. 55ae5a8 Revert "meson: nlohmann/json has a meson build" by Ed Tanous · 3 years, 9 months ago
  69. 65ed664 FruUtils: Avoid truncation in derivation of fruAreaSize by Andrew Jeffery · 3 years, 9 months ago
  70. 499e7aa FruUtils: Rework calculateChecksum() implementation by Andrew Jeffery · 3 years, 9 months ago
  71. 9fedd14 meson: nlohmann/json has a meson build by Andrew Jeffery · 3 years, 9 months ago
  72. 07d467b Make build on clang by Ed Tanous · 4 years, 2 months ago
  73. c02d8cb FruDevice: fix possible resource leak by Zhikui Ren · 3 years, 10 months ago
  74. 395c6d4 Require all probe interface properties to match by Jonathan Doman · 4 years ago
  75. 6d64982 Fix dangling reference to scan count by Jonathan Doman · 4 years ago
  76. cda1473 Make a copy of the probe string to fix warning by Ed Tanous · 4 years ago
  77. 37e142b Check for errors before trying to open a bus by Ed Tanous · 4 years ago
  78. 9fd87e5 entity-manager: allow non-numeric substitution for name by Igor Kononenko · 4 years, 6 months ago
  79. 4bab932 Fix early exit for non D-Bus probes by Matt Spinler · 4 years ago
  80. 9b86787 Improve initialization of I2C sensors by Johnathan Mantey · 4 years, 6 months ago
  81. 7798712 FruUtils: Add back the else in formatFRU. by Scron-Chang · 4 years, 1 month ago
  82. 9e5a675 FruDevice: Define the day 1/1/96. by Scron-Chang · 4 years, 1 month ago
  83. c8dc4af Moved the common code and functions between fru deamons in entitymanager. by Kumar Thangavel · 4 years, 3 months ago
  84. 06d1b4a FruDevice: Move verifyOffset to util by Vijay Khemka · 4 years, 2 months ago
  85. e789bf1 Do tmpl substitutions using all properties on path by Matt Spinler · 4 years, 2 months ago
  86. 4f32889 Fix lambda capture in findDbusObjects by Matt Spinler · 4 years, 2 months ago
  87. 7792e39 FruDevice: Enforce FRU layout order by Vijay Khemka · 4 years, 3 months ago
  88. f69fe90 Checking nullptr of busmap[0] by Helen Huang · 4 years, 2 months ago
  89. 2a96708 FruDevice: Check for language code by Vijay Khemka · 4 years, 3 months ago
  90. 02618f0 FruDevice: Verify offset overlap by Vijay Khemka · 4 years, 3 months ago
  91. 9b43b77 Emplace baseboardDev to I2C bus0 by Helen Huang · 4 years, 3 months ago
  92. ab29641 split readFRUContents() into FruUtils module by Patrick Venture · 4 years, 4 months ago
  93. c473213 FruDevice: Add error message for header by Vijay Khemka · 4 years, 4 months ago
  94. 10a8c5f entity-manager: scan after ObjectManager signals by Brad Bishop · 4 years, 4 months ago
  95. c76af0f entity-manager: scan after NameOwnerChanged by Brad Bishop · 4 years, 4 months ago
  96. b45324a FruDevice: improve warning messages in FRU parse logic by Andrei Kartashev · 4 years, 6 months ago
  97. 272bafd FruDevice: print checksum values on checksum error by Andrei Kartashev · 4 years, 6 months ago
  98. ef3cdc9 fru-device: Fix -Werror=sign-compare by Brad Bishop · 4 years, 7 months ago
  99. 2a7e395 FruDevice: additional diagnostics when decode FRU by Andrei Kartashev · 4 years, 8 months ago
  100. d7b6659 FruDevice: try to parse Fru even it a bit broken by Andrei Kartashev · 4 years, 8 months ago