1. dfddd64 clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
  2. 3420426 cnfgs:p10bmc: Rename the IBM config directories by Matt Spinler · 1 year, 1 month ago
  3. ef17a25 meson: adjust nlohmann-json dependency by Patrick Williams · 1 year, 1 month ago
  4. 5e15c3b clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  5. fbf4703 use std::format instead of fmt::format by Patrick Williams · 1 year, 6 months ago
  6. 16e512d build: fix nlohmann-json dependency by Patrick Williams · 1 year, 6 months ago
  7. 61b7329 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  8. a49e3f1 prettier: re-format by Patrick Williams · 2 years, 1 month ago
  9. 0f2588f python: fix flake8 warnings and format with black by Patrick Williams · 2 years, 1 month ago
  10. ffec17e presence:ibm,bonnell: Add config file by Matt Spinler · 2 years, 3 months ago
  11. 08bc72f presence: Add ctors for AnyOf and Fallback by Matt Spinler · 2 years, 3 months ago
  12. bc4179e pres: Add way to bind fan eeprom driver after plug by Matt Spinler · 2 years, 3 months ago
  13. a787af0 meson support: remove autoconf by Mike Capps · 2 years, 7 months ago
  14. a081956 meson support: create meson.build files by Mike Capps · 2 years, 7 months ago
  15. cb356d4 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  16. 808d7fe meson support: remove code warnings 1 by Mike Capps · 2 years, 7 months ago
  17. dfc8c4d presence: Only allow loading once by Matt Spinler · 2 years, 7 months ago
  18. ddb773b catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  19. 8bf1c42 presence: Install JSON config files from repo by Matthew Barth · 3 years, 5 months ago
  20. 6923a3f presence: Add machine JSON config files by Matthew Barth · 3 years, 5 months ago
  21. a35a890 presence: detect and report GPIO exceptions on startup by Mike Capps · 3 years, 7 months ago
  22. 5b83991 presence: Use new JsonConfig object by Matthew Barth · 3 years, 7 months ago
  23. c65d91d presence: Sensor conflict checking for AnyOf by Matt Spinler · 3 years, 9 months ago
  24. 76e73c2 Let PowerState class run multiple callbacks by Matt Spinler · 3 years, 9 months ago
  25. 8bd6308 presence: Format example JSON configuration by Matthew Barth · 3 years, 11 months ago
  26. 0b49fe7 docs: Initial config details for each fan app by Matthew Barth · 4 years ago
  27. 00db950 presence: Add service file to repo by Matt Spinler · 4 years ago
  28. 0daedd1 presence: Don't start until JSON config is found by Matt Spinler · 4 years ago
  29. ae22619 Enhance fan tracing support - add device access info by Jay Meyer · 4 years, 3 months ago
  30. c674510 Save the Logger output as plain text, not JSON by Matt Spinler · 4 years, 3 months ago
  31. 9e9f599 presence: Make error time be per fan by Matt Spinler · 4 years, 3 months ago
  32. 39fcd50 presence: Create event logs for missing fans by Matt Spinler · 4 years, 3 months ago
  33. 0dc85ee presence: Track missing fans with timers by Matt Spinler · 4 years, 3 months ago
  34. 635de8c Create a class to store messages for event log by Matt Spinler · 4 years, 3 months ago
  35. e812239 presence: Create ErrorReporter class by Matt Spinler · 4 years, 3 months ago
  36. 1826c73 format: Include format lib and use on errors opening JSON files by Matthew Barth · 4 years, 4 months ago
  37. 1a56865 presence: Use shared JSON config file finding & loading header by Jolie Ku · 4 years, 4 months ago
  38. ad2cd24 presence: Tach input to double by Matthew Barth · 4 years, 5 months ago
  39. 9dd65ad presence: Fix variant change by Matthew Barth · 4 years, 7 months ago
  40. 37b2110 presence: Clarify config file determination by Matthew Barth · 4 years, 8 months ago
  41. 9078131 presence: Use inventory compatible interface by Matthew Barth · 4 years, 8 months ago
  42. 9f93bd3 Fix some gcc warnings and style suggestions by Matthew Barth · 4 years, 7 months ago
  43. 2d2caa3 presence: Clang format updates by Matthew Barth · 4 years, 7 months ago
  44. 1f514fa sdbusplus: remove deprecated variant_ns by Patrick Williams · 4 years, 8 months ago
  45. f7fa3d3 presence: Remove "config.h" include by Matthew Barth · 4 years, 8 months ago
  46. f24d774 Switch to use of python3 by Matthew Barth · 4 years, 10 months ago
  47. 9dc3e0d presence: Update python2 -> python3 by Matthew Barth · 5 years ago
  48. c83457a presence: Correct supported policy types in example YAML by Matthew Barth · 5 years ago
  49. 21b46e2 presence: Example JSON configuration & README updates by Matthew Barth · 5 years ago
  50. cc19480 presence: Enable use of JSON instead of YAML by Matthew Barth · 5 years ago
  51. 5060b10 presence: Hard code JSON config file locations by Matthew Barth · 5 years ago
  52. f6d7f61 presence: Split config filename from path by Matthew Barth · 5 years ago
  53. 3a429d9 presence: Retrieve config file location from dbus by Matthew Barth · 5 years ago
  54. 4fb0af9 presence: Enable use of alternate json config file by Matthew Barth · 5 years ago
  55. f3e7047 presence: Reload json config on SIGHUP by Matthew Barth · 5 years ago
  56. 26ad44a presence: Complete current rpolicy type functions by Matthew Barth · 5 years ago
  57. aa8d81d presence: Policy generation framework by Matthew Barth · 5 years ago
  58. e0d98a3 presence: Complete current method type functions by Matthew Barth · 5 years ago
  59. e756663 presence: Sensor generation framework by Matthew Barth · 5 years ago
  60. 4a94dec presence: Extract fan object data by Matthew Barth · 5 years ago
  61. 0961fae presence: Parse JSON input file by Matthew Barth · 5 years ago
  62. fd05d64 presence: Add JSON config class by Matthew Barth · 5 years ago
  63. d9a580a Add Fan item interface by Anthony Wilson · 6 years ago
  64. 71779ab build: install into bin instead of sbin by Patrick Venture · 6 years ago
  65. dea024f libfan: Remove by William A. Kennington III · 6 years ago
  66. 1cfc2f1 Switch sd_event loops to sdeventplus by William A. Kennington III · 6 years ago
  67. ecd4bc7 Add -flto to CXXFLAGS by Andrew Geissler · 6 years ago
  68. b0de1d6 Use s.c_str() in log messages by Joseph Reynolds · 7 years ago
  69. 84f105b Presence: Fix a log metadata entry by Matt Spinler · 7 years ago
  70. 9a7688a Spelling fixes by Gunnar Mills · 7 years ago
  71. 2e9788d presence: Un-hardcode input device path by Brad Bishop · 7 years ago
  72. d37c0f8 presence: Allow missing tach sensors by Brad Bishop · 7 years ago
  73. fcbedca presence: Add parser support for any of by Brad Bishop · 7 years ago
  74. 00b5208 presence: Add any of redundancy policy by Brad Bishop · 7 years ago
  75. 11083ec presence: Add sensor to redundancy policy api by Brad Bishop · 7 years ago
  76. 6174951 presence: Add sensor comparison by Brad Bishop · 7 years ago
  77. 7cd75d7 presence: Add fallback testcase by Brad Bishop · 7 years ago
  78. 135a47f presence: Add test directory by Brad Bishop · 7 years ago
  79. 372b22c presence: Switch to new framework by Brad Bishop · 7 years ago
  80. 76596b2 presence: Invoke pfpgen.py by Brad Bishop · 8 years ago
  81. 5593560 presence: New parser by Brad Bishop · 8 years ago
  82. bfb8160 presence: Add fallback redundancy policy by Brad Bishop · 8 years ago
  83. 5c58948 presence: Add gpio presence sensor by Brad Bishop · 8 years ago
  84. dd62e36 presence: Add new tach sensor implementation by Brad Bishop · 8 years ago
  85. 221b36b presence: Add redundancy policy interface by Brad Bishop · 8 years ago
  86. 878b964 presence: Add presence sensor interface by Brad Bishop · 8 years ago
  87. 825e31e presence: Add fan utility by Brad Bishop · 8 years ago
  88. 8a502f5 evdevpp: Add C++ bindings for libevdev by Brad Bishop · 8 years ago
  89. 8e9a8e7 presence: Check DBus for initial state by Brad Bishop · 8 years ago
  90. 1fd8f74 presence: Add initialstate ctor arguments by Brad Bishop · 8 years ago
  91. 0dea38e presence: Remove work from enclosure constructor by Brad Bishop · 8 years ago
  92. ec613db presence: Use new sdbusplus wrapper by Brad Bishop · 8 years ago
  93. 618027a phosphor-fan-presence elog error exception. by Dinesh Chinari · 8 years ago
  94. f85dddc Update to use match methods for signal callbacks by Matthew Barth · 8 years ago
  95. 9c2994e presence: build: Add yaml file to generated deps by Brad Bishop · 8 years ago
  96. 5cfdf94 Fan control: Add getService() utility function by Matt Spinler · 8 years ago
  97. 9df0e16 build: Move presence to a subdirectory by Brad Bishop · 8 years ago