1. 14cc043 Fan control dbus busname and object path by Matthew Barth · 6 years ago
  2. dea024f libfan: Remove by William A. Kennington III · 6 years ago
  3. 8fd879f Remove timer in favor of sdeventplus/utility/timer by William A. Kennington III · 6 years ago
  4. a1aef7a Parser updates to support alternate events action by Matthew Barth · 6 years ago
  5. c410dda Add alternate events action by Matthew Barth · 6 years ago
  6. f0b020f control: manager: Avoid the need for fconcepts by Brad Bishop · 6 years ago
  7. 4978e06 std::variant: Apply missing fixup by William A. Kennington III · 6 years ago
  8. 2c8e198 control/zone: Fix missing cassert include by William A. Kennington III · 6 years ago
  9. e8b340b control: Add interface when not in service cache by Matthew Barth · 6 years ago
  10. 8ce4b5f Rebase correction (timerPos -> timerConfPos) by Matthew Barth · 6 years ago
  11. 0420a93 control/zone: Use const references when iterating by William A. Kennington III · 6 years ago
  12. 33bfe76 Remove all signals when an event is removed by Matthew Barth · 6 years ago
  13. 22c36ab Prefer bind over method call in lambda by William A. Kennington III · 6 years ago
  14. c0c5f07 control/zone: Reference instead of copying timer data by William A. Kennington III · 6 years ago
  15. 94fe1a0 control/zone: Refactor addTimer by William A. Kennington III · 6 years ago
  16. 122b843 control: Rename Timer -> TimerConf by William A. Kennington III · 6 years ago
  17. 0ce353e control: Alias TimerType locally by William A. Kennington III · 6 years ago
  18. 1cfc2f1 Switch sd_event loops to sdeventplus by William A. Kennington III · 6 years ago
  19. 3e78106 Fix exit status codes by William A. Kennington III · 6 years ago
  20. ecd4bc7 Add -flto to CXXFLAGS by Andrew Geissler · 6 years ago
  21. 86be476 Handle SdBusError exceptions by Matthew Barth · 7 years ago
  22. 26e9612 Use setProperty function in fan set speed by Matthew Barth · 7 years ago
  23. 88923a0 Throw DBusPropertyError for all property accesses by Matthew Barth · 7 years ago
  24. 1061cba perf: Cache service name for fan target sensors by Matthew Barth · 7 years ago
  25. 2029106 Use shared callMethod function in control manager by Matthew Barth · 7 years ago
  26. 803d35b Use shared getProperty function in control manager by Matthew Barth · 7 years ago
  27. e0f67c8 perf: Count state of properties before set speed by Matthew Barth · 7 years ago
  28. 572d406 Enhance precondition function and tracing by Matthew Barth · 7 years ago
  29. 702c4a5 Move generated code template to file by Matthew Barth · 7 years ago
  30. 9af27f6 Remove property change trace by Matthew Barth · 7 years ago
  31. ba7b5fe Throw custom exceptions on D-Bus method failures by Matt Spinler · 7 years ago
  32. 30abbef Rename remove object interface function by Matthew Barth · 7 years ago
  33. e7d8705 Generate InterfacesRemoved signal events by Matthew Barth · 7 years ago
  34. 1499a5c Add InterfacesRemoved signal handling by Matthew Barth · 7 years ago
  35. c72b891 Minimize service name mapper lookups by Matthew Barth · 7 years ago
  36. a603ed0 Cache service names for paths and interfaces by Matthew Barth · 7 years ago
  37. e3d1c4a Make event actions optional by Matthew Barth · 7 years ago
  38. 6c05069 Parse a list of groups with zone conditions by Matthew Barth · 7 years ago
  39. 069e440 Add target interface for fan control by Lei YU · 7 years ago
  40. 9a5b699 Support properties of type string by Matthew Barth · 7 years ago
  41. e4338cd Decreases allowed based on all groups by Matthew Barth · 7 years ago
  42. e65f617 Add path to trace for missing property by Matthew Barth · 7 years ago
  43. c63973a Use Ceiling speed as request base by Matthew Barth · 7 years ago
  44. d5cfdbe Update string compares on signal messages by Matthew Barth · 7 years ago
  45. 0081fdb Disable zone move constructor by Matthew Barth · 7 years ago
  46. 2081972 Fix indentation from review comment by Matthew Barth · 7 years ago
  47. 34a389e Use in place init of event data by Matthew Barth · 7 years ago
  48. 55dea64 Remove empty service name by Matthew Barth · 7 years ago
  49. 480787c Refresh service states for a group by Matthew Barth · 7 years ago
  50. 2b3db61 Init zone target speed to current target speed by Matthew Barth · 7 years ago
  51. 0decd1b Set fan speed on missing owner action by Matthew Barth · 7 years ago
  52. 98726c4 Set floor to default on missing owner action by Matthew Barth · 7 years ago
  53. 9df7475 Allow timers & embedded actions within an action by Matthew Barth · 7 years ago
  54. 6c997d7 Modify generating event actions by Matthew Barth · 7 years ago
  55. 2a646c5 Action that creates/starts a timer by Matthew Barth · 7 years ago
  56. bfb1a56 Add timer event management by Matthew Barth · 7 years ago
  57. 7b7ceb8 Add timer type for set speed event timers by Matthew Barth · 7 years ago
  58. 5a30257 Fill in NameOwnerChanged signal support by Matthew Barth · 7 years ago
  59. 9f964bf Generate selected handlers by Matthew Barth · 7 years ago
  60. e59fdf7 Set/update a service name owner for a group by Matthew Barth · 7 years ago
  61. 8fa02da Stub NameOwnerChanged signal support by Matthew Barth · 7 years ago
  62. 336f18a Update event initialization by Matthew Barth · 7 years ago
  63. 67967f9 Generate selected match strings and signals by Matthew Barth · 7 years ago
  64. e3bab01 DOC ONLY: Add preconditions section description by Matthew Barth · 7 years ago
  65. 4c04a01 Allow no parameter action functions by Matthew Barth · 7 years ago
  66. b280bfa Create set request speed base action function by Matthew Barth · 7 years ago
  67. 4e72854 Use speed request base in inc/dec speed changes by Matthew Barth · 7 years ago
  68. 1bfdc42 Zone function to set requested speed base by Matthew Barth · 7 years ago
  69. dd5cad6 DOC ONLY: Example events yaml format update by Matthew Barth · 7 years ago
  70. 7f272fd Set speed event parser updates by Matthew Barth · 7 years ago
  71. f9201ab Support a list of actions for a set speed event by Matthew Barth · 7 years ago
  72. d953bb2 Create informational logs for properties not found by Matthew Barth · 7 years ago
  73. 60b0076 Updates enabling zone active fan control by Matthew Barth · 7 years ago
  74. 9014980 Add timer option to run set speed event actions by Matthew Barth · 7 years ago
  75. 172f393 Add factor parameter to inc/dec action functions by Matthew Barth · 7 years ago
  76. be25083 Add interfacesAdded subscriptions to groups by Matthew Barth · 8 years ago
  77. bc65160 Handle any missing properties for actions by Matthew Barth · 8 years ago
  78. 9af190c Update parser to support optional preconditions by Matthew Barth · 8 years ago
  79. f6b76d8 Remove set speed event by Matthew Barth · 8 years ago
  80. 604329e Add precondition that checks property states by Matthew Barth · 8 years ago
  81. eb639c5 Add support to handle InterfacesAdded signals by Matthew Barth · 8 years ago
  82. ccc7770 Initial updates to support preconditions by Matthew Barth · 8 years ago
  83. be605c5 Fan control: Example yaml updates(doc only) by Matthew Barth · 8 years ago
  84. a956184 Add increase & decrease timer values in seconds by Matthew Barth · 8 years ago
  85. b4a7cb9 Set target speed according to floor speed change by Matthew Barth · 8 years ago
  86. 1ee48f2 Timer for fan speed increases by Matthew Barth · 8 years ago
  87. 1bf0ce4 Move event init steps at startup to functions by Matthew Barth · 8 years ago
  88. 8600d9a Timer to decrease fan speeds by Matthew Barth · 8 years ago
  89. 0ce99d8 Support speed decrease events by Matthew Barth · 8 years ago
  90. 240397b Process speed increase requests by Matthew Barth · 8 years ago
  91. 2462352 Add zone net increase set speed action by Matthew Barth · 8 years ago
  92. e0ca13e Enable setting/adjusting fan ceiling speed by Matthew Barth · 8 years ago
  93. 618027a phosphor-fan-presence elog error exception. by Dinesh Chinari · 8 years ago
  94. bb12c92 Allow generation of map types in events by Matthew Barth · 8 years ago
  95. 4af419c Allow floor speed changes based on sensor values by Matthew Barth · 8 years ago
  96. 1de6662 Add default floor speed support by Matthew Barth · 8 years ago
  97. 9e741ed Properties stored of different types by Matthew Barth · 8 years ago
  98. cec5ab7 Add interface to uniquely identify properties by Matthew Barth · 8 years ago
  99. b751f32 Check for zone number and condition by Gunnar Mills · 8 years ago
  100. 63605cd Example zone conditions yaml by Gunnar Mills · 8 years ago