1. 457993f sdbusplus: remove usage of deprecated alias by Patrick Williams · 2 years, 7 months ago
  2. cca9c65 Add OWNERS file by Manojkiran Eda · 2 years, 8 months ago
  3. 0001ee0 catch exceptions as const by Patrick Williams · 2 years, 9 months ago
  4. e7507a8 exception: switch to public sdbus exception by Patrick Williams · 2 years, 10 months ago
  5. 903a968 configure.md: add stepwise documentation by Paul Fertser · 2 years, 11 months ago
  6. f7575a7 configure.md: updates and clarifications by Paul Fertser · 3 years, 2 months ago
  7. 18d5bb1 main: Remove shared_ptr copy by William A. Kennington III · 3 years, 1 month ago
  8. f54b260 Fix command-line parsing of loggingPath by Josh Lehan · 3 years, 3 months ago
  9. cb4c1a2 Add object manager by Bruce Lee · 3 years, 2 months ago
  10. e39bbe9 enable shellcheck by Patrick Williams · 3 years, 3 months ago
  11. e8adaa0 bootstrap: fix shellcheck warnings by Patrick Williams · 3 years, 3 months ago
  12. d11a732 Eliminate ControlLoop init delay. by Hao Jiang · 3 years, 3 months ago
  13. 17971ef sensors: host: Implement getFailed function to HostSensor by Harvey Wu · 3 years, 4 months ago
  14. 7a8d5a1 Fix regex in findSensors by Jae Hyun Yoo · 3 years, 8 months ago
  15. b6a0b89 Bug fix: pidControlLoop may loop infinitely. by Hao Jiang · 3 years, 4 months ago
  16. 232ffe4 Expose exception of restartControlLoops(). by Hao Jiang · 3 years, 4 months ago
  17. b228cea Retry pidControlLoop in individual context handler by Hao Jiang · 3 years, 4 months ago
  18. 841931d Modify function signature for unit test. by Hao Jiang · 3 years, 4 months ago
  19. 258530a MAINTAINERS: Venture: M->R by Patrick Venture · 3 years, 5 months ago
  20. 0e84d4a Add Ed as a maintainer by Ed Tanous · 3 years, 5 months ago
  21. ca79115 FanController/ThermalController: Clean up PID input math by Josh Lehan · 3 years, 9 months ago
  22. ffa15f6 Remove James from MAINTAINERS by James Feist · 3 years, 9 months ago
  23. 1df9e87 drop struct keyword for non-packed objects by Patrick Venture · 3 years, 9 months ago
  24. 7382318 dbus: parameterize dbusconfiguration init by Patrick Venture · 3 years, 9 months ago
  25. 39199b4 dbus: move debugPrint to util by Patrick Venture · 3 years, 9 months ago
  26. b8cfc64 dbus: move zone indexing to util by Patrick Venture · 3 years, 9 months ago
  27. 1a7c49f dbus: Move findSensors to dbus util by Patrick Venture · 3 years, 9 months ago
  28. 8b4478c dbus: add unit-tests for dbusutil: getSensorPath by Patrick Venture · 3 years, 9 months ago
  29. 811f31d main: Allowing logging and tuning to also be enabled by files by Josh Lehan · 3 years, 9 months ago
  30. 55ccad6 DbusPidZone: Allow per-zone setpoint files during tuning by Josh Lehan · 3 years, 9 months ago
  31. 998fbe6 dbusconfiguration: Accept ZoneIndex parameter for zoneID by Josh Lehan · 3 years, 9 months ago
  32. 7e952d9 dbus: move types to header for use in tests by Patrick Venture · 3 years, 9 months ago
  33. 3e2f758 dbuspassive: Input processing cleanup and allow "margin" by Josh Lehan · 3 years, 9 months ago
  34. 2400ce4 dbuswrite: Add another write() form to WriteInterface by Josh Lehan · 3 years, 9 months ago
  35. 6803c70 Add Josh Lehan to MAINTAINERS by Patrick Venture · 3 years, 9 months ago
  36. 5301aae Eliminate swampd core dump after D-Bus updates sensors by Johnathan Mantey · 3 years, 9 months ago
  37. ad971e1 bugfix: add virtual destructor to zoneinterface by Patrick Venture · 3 years, 9 months ago
  38. 91fe17f dbusutil: Fix critical bug in scaleSensorReading by Josh Lehan · 3 years, 9 months ago
  39. 270d27d gitignore: Adding more files to ignore by Josh Lehan · 3 years, 9 months ago
  40. 7f9d690 transition dbus-configuration to run-time check by Patrick Venture · 3 years, 10 months ago
  41. 7f837e0 dbus/dbusconfiguration: add missing asio header by Patrick Venture · 3 years, 10 months ago
  42. a5cf208 stepwisecontroller: add stepwise info setter by Patrick Venture · 3 years, 11 months ago
  43. eb42820 pid/stepwisecontroller: fixup method name by Patrick Venture · 3 years, 10 months ago
  44. 09334bb ipmi: add zone controller interface by Patrick Venture · 3 years, 11 months ago
  45. d82d0b7 ipmi: split dbus get property into separate file by Patrick Venture · 3 years, 11 months ago
  46. 9bf5cef ipmi: split library constructor by Patrick Venture · 3 years, 11 months ago
  47. b748b68 pid/builder: add missing headers by Patrick Venture · 3 years, 11 months ago
  48. 2a50eda pid/builder: switch to structured bindings by Patrick Venture · 3 years, 11 months ago
  49. d057130 dbus/dbuspassive: drop no longer used bus reference by Patrick Venture · 3 years, 11 months ago
  50. 7a98c19 use ZoneInterface pointers where Dbus aspect not important by Patrick Venture · 3 years, 11 months ago
  51. 597ebd6 s/PIDZone/DbusPidZone/g by Patrick Venture · 3 years, 11 months ago
  52. 1a15379 pid/zone: split zone interface into its own header by Patrick Venture · 3 years, 11 months ago
  53. 0911bfe dbusconfiguration: deconflict variable names by Patrick Venture · 3 years, 11 months ago
  54. 84c188f move util methods to dbusutil header by Patrick Venture · 3 years, 11 months ago
  55. 9b93692 dbushelper: drop obsolete parameter from interface by Patrick Venture · 3 years, 11 months ago
  56. 8729eb9 Make the dbushelper own its own bus handle. by Patrick Venture · 3 years, 11 months ago
  57. ef1f886 dbusconfiguration: fixup header inclusion by Patrick Venture · 3 years, 10 months ago
  58. aadb30d move dbus helper interface into its own file by Patrick Venture · 3 years, 11 months ago
  59. cfbf62b sensors/builder: add missing headers by Patrick Venture · 3 years, 11 months ago
  60. a076487 sensors/zones: place in namespace and cleanup by Patrick Venture · 3 years, 11 months ago
  61. cdd6134 Move the sensor utils into their own module by Patrick Venture · 3 years, 11 months ago
  62. 3c2564c sysfs/sysfsread: add missing explicit to constructor by Patrick Venture · 3 years, 11 months ago
  63. 4f4bb17 sensors:sensor: drop unused chrono header by Patrick Venture · 3 years, 11 months ago
  64. f3b04fd dbusconfiguration: add support for one-to-one fan/pwm mapping by Jason Ling · 4 years ago
  65. 1277543 ipmi/manualcmds: fixup style for enum by Patrick Venture · 3 years, 11 months ago
  66. a83a3ec update clang-format from Latest in docs by Patrick Venture · 3 years, 11 months ago
  67. 83a2c3b cleanup: add missing explicit to constructors by Patrick Venture · 3 years, 11 months ago
  68. 37b247a ipmi/manualcmds: cleanup return codes by Patrick Venture · 3 years, 11 months ago
  69. 7e3f8ab pid/builder: make zonePids const by Patrick Venture · 3 years, 11 months ago
  70. 36ab6f6 move ipmi handler into namespace by Patrick Venture · 3 years, 11 months ago
  71. 6fc301f dbus:config: add descriptive failures for missing attributes by Jason Ling · 4 years ago
  72. 991ebd8 dbusconfiguration: Filter InterfacesAdded Match by James Feist · 4 years ago
  73. 4b36f26 Mark sensor failed if non-functional by James Feist · 4 years ago
  74. 0709e2f Fix unit test by James Feist · 4 years ago
  75. 8154e32 Allow building with double value interface by James Feist · 4 years ago
  76. 304c033 Fix swampd path by Vijay Khemka · 4 years, 1 month ago
  77. 1a704dc Fix regex pattern for finding sensors by Jae Hyun Yoo · 4 years, 1 month ago
  78. 323f1d9 Rename sdbusplus::message::variant -> std::variant by William A. Kennington III · 4 years, 1 month ago
  79. e30916c add needed include for numeric_limits by Andrew Geissler · 4 years, 1 month ago
  80. 77ac856 ensure proper data type for variant by Andrew Geissler · 4 years, 1 month ago
  81. 298a95c catch the execption during buildSensors by Yong Li · 4 years, 3 months ago
  82. 3660b38 Set ignoreDbusMinMax for Stepwise by James Feist · 4 years, 8 months ago
  83. 3433cb6 Add ignoreDbusMinMax to temp configurations by James Feist · 4 years, 8 months ago
  84. 75c65d9 Start phoshphor-pid-control after fansensor by Peter Lundgren · 4 years, 8 months ago
  85. 6b9f599 conf: add ignoreDbusMinMax option by Patrick Venture · 4 years, 10 months ago
  86. 86a1820 build: drop flto option to workaround gcc issue by Patrick Venture · 4 years, 10 months ago
  87. 35906cc sensors: buildjson: only load min/max if type fan by Patrick Venture · 4 years, 10 months ago
  88. c7ab57e sensors: buildjson: minor min/max cleanup by Patrick Venture · 4 years, 10 months ago
  89. a7ec835 s/swampd.service/phosphor-pid-control.service/g by Patrick Venture · 5 years ago
  90. f7a2dd5 rename away from RPM by Patrick Venture · 5 years ago
  91. 9bbf333 rename RPMSetPoint to SetPoint by Patrick Venture · 5 years ago
  92. 924dd96 gitignore: add service file by Patrick Venture · 5 years ago
  93. 081b035 bugfix: writePath is the dbus object path for the sensor by Patrick Venture · 5 years ago
  94. 5ec2027 Allow setting setpoint based on dynamic thresholds by James Feist · 5 years ago
  95. fc2e803 sensors: ignore min/max in json for D-Bus passive sensor read by Kun Yi · 5 years ago
  96. 6aae76f util: Avoid division by invalid value by Kun Yi · 5 years ago
  97. 5e52eab dbuspassive: Fix typo in variable check by Kun Yi · 5 years ago
  98. e7f4a5d README: configure: fixup markdown by Patrick Venture · 5 years ago
  99. 5584543 Adding service file by Vijay Khemka · 5 years ago
  100. 11d243d dbusconfiguration: Protect better against bad config by James Feist · 5 years ago