1. c54fbd8 style: rename main globals per style by Patrick Venture · 6 years ago
  2. e6a7a2e style: s/getMinThermalRpmSetPt/getMinThermalRPMSetpoint/g by Patrick Venture · 6 years ago
  3. c399f6f zone: use const reference consistently by Patrick Venture · 6 years ago
  4. 2d8e785 performance: fixup missing const reference in zone by Patrick Venture · 6 years ago
  5. 1248b15 style: use system path for dbus headers by Patrick Venture · 6 years ago
  6. 0bbeaf8 style: s/getZoneId/getZoneID/g by Patrick Venture · 6 years ago
  7. 76ce5d7 dbus: dbuswrite: add try/catch block on calls by Patrick Venture · 6 years ago
  8. e725286 sensors: throw build time exceptions on failure by Patrick Venture · 6 years ago
  9. c404b3e errors: add exception for build time failure by Patrick Venture · 6 years ago
  10. f5e770b dbus: dbuswrite: use factory to catch errors by Patrick Venture · 6 years ago
  11. f8cb464 dbus: passive: move exception checking into factory by Patrick Venture · 6 years ago
  12. 7dbc517 dbus: util: add missing try/catch block by Patrick Venture · 6 years ago
  13. ee30648 pid: add missing override specifiers by Patrick Venture · 6 years ago
  14. a57477f pid: stepwisecontroller: add missing override by Patrick Venture · 6 years ago
  15. 7af157b style: function names should be lower camel by Patrick Venture · 6 years ago
  16. 34ddc90 dbus: util: add missing try/catch block by Patrick Venture · 6 years ago
  17. 563a356 style: member functions should be lower camel by Patrick Venture · 6 years ago
  18. f325231 style: fixup naming of structures by Patrick Venture · 6 years ago
  19. 65ea92e dbusconfiguration: lower cpu cycles while waiting by James Feist · 6 years ago
  20. 26e8c6a dbusconfiguration: Fix mapper call by James Feist · 6 years ago
  21. f77d5a5 cleanup: move from copy and pointer to just const reference by Patrick Venture · 6 years ago
  22. adc9e86 cleanup: rename variable per openbmc style by Patrick Venture · 6 years ago
  23. 4a2dc4d cleanup: apply constness to read-only iterators by Patrick Venture · 6 years ago
  24. d8a9a19 ipmi: drop is_method_error call by Patrick Venture · 6 years ago
  25. 36b7d8e [dbus-passive] Add threshold fan failure by James Feist · 6 years ago
  26. 0771659 dbus: set inclusion to local-first search by Patrick Venture · 6 years ago
  27. 107a25d dbus: transition to find_if by Patrick Venture · 6 years ago
  28. df766f2 cleanup: reduce scope of variables by Patrick Venture · 6 years ago
  29. 4515392 gitignore: add missing items by Patrick Venture · 6 years ago
  30. d73af2b build: check for experimental/filesystem by Patrick Venture · 6 years ago
  31. d7a55bf Stop using mapbox namespace directly by James Feist · 6 years ago
  32. 67efa24 docs: Cleanup of Design Doc by Patrick Venture · 6 years ago
  33. cc74ae1 docs: Ported Design Doc to OpenBMC by Patrick Venture · 6 years ago
  34. cd9e109 [dbus-writer] limit d-bus traffic by James Feist · 6 years ago
  35. 50fdfe3 [dbusconfiguration] Allow partial configurations by James Feist · 6 years ago
  36. d027312 Add James Feist as a reviewer by James Feist · 6 years ago
  37. ce15e02 Fix dbus configured build by James Feist · 6 years ago
  38. 3dfaafd Add hysteresis to stepwise controller by James Feist · 6 years ago
  39. 9f04441 build: configureDbus replacing linked objects by Patrick Venture · 6 years ago
  40. 02c9e04 build: fix conditional by Patrick Venture · 6 years ago
  41. 07c3a80 ipmi: add iana header for openbmc oen by Patrick Venture · 6 years ago
  42. 22c257a Add stepwise controller by James Feist · 6 years ago
  43. 8c3c51e DbusConfiguration Flatten configuration by James Feist · 6 years ago
  44. 8f17914 ipmi: add back call to is_method_error by Patrick Venture · 6 years ago
  45. 54c2e5e Build as c++17 by Patrick Venture · 6 years ago
  46. acecf6b ipmi: catch SdBusErrors on bus call failures by Patrick Venture · 6 years ago
  47. e2ec0f6 clang-format: fix pointer alignment, sort using by Patrick Venture · 6 years ago
  48. 991cf87 clang-format: always break template declarations by Patrick Venture · 6 years ago
  49. da4a5dd add .clang-format by Patrick Venture · 6 years ago
  50. 40be36a add missing gmock header: read|write interface mock by Patrick Venture · 6 years ago
  51. 64f072a dbusConfiguration: restart on configuration change by James Feist · 6 years ago
  52. c065cf1 Add double support for sensor interface by James Feist · 6 years ago
  53. ba00343 ipmi: enable oem ipmi command for fan control by Patrick Venture · 6 years ago
  54. ca97c83 add fan_rpm_loop script by Patrick Venture · 6 years ago
  55. 7136a5a Add ability to configure from dbus by James Feist · 6 years ago
  56. 2524323 test: dbus: dbusactiveread by Patrick Venture · 6 years ago
  57. 0ef1faf test: dbus: passive read interface by Patrick Venture · 6 years ago
  58. 0df7c0f dbus: transition to interface for testing by Patrick Venture · 6 years ago
  59. d0c7566 dbus: dbuspassive refactor by Patrick Venture · 6 years ago
  60. 566a151 test: pid: fancontroller by Patrick Venture · 6 years ago
  61. 3349ef2 test: pid: thermalcontroller by Patrick Venture · 6 years ago
  62. a58197c test: pid: zone by Patrick Venture · 6 years ago
  63. 2e3ecb5 update configure and test/Makefile.am by Patrick Venture · 6 years ago
  64. ab28cb3 configure.ac: add -fpic flag by Patrick Venture · 6 years ago
  65. da06428 util: enable unit-tests by Patrick Venture · 6 years ago
  66. 5c7cc54 pid: zone split out builders by Patrick Venture · 6 years ago
  67. 1fa9aab test: sensors: host by Patrick Venture · 6 years ago
  68. 9805543 test: sensor_manager: add test and sensor_mock by Patrick Venture · 6 years ago
  69. e31ee6d test: sensors: pluggable by Patrick Venture · 6 years ago
  70. bd6b476 interfaces: add equality operator for ReadReturn by Patrick Venture · 6 years ago
  71. fe75b19 enable unit-tests: enable for SensorManager by Patrick Venture · 6 years ago
  72. 5e92909 sensors: split building from manager object by Patrick Venture · 6 years ago
  73. 08afbb2 Spelling fixes by Gunnar Mills · 6 years ago
  74. 4bd518d test: add controller_mock by Patrick Venture · 6 years ago
  75. 6246393 test: add read and write interface mocks by Patrick Venture · 6 years ago
  76. 7a841b6 enable unit-tests by Patrick Venture · 6 years ago
  77. e49bbfc sysfs: const-ify string parameters in constructors by Patrick Venture · 6 years ago
  78. 7208eed More on gitignore by Patrick Venture · 6 years ago
  79. 22199ca Update gitignore by Patrick Venture · 6 years ago
  80. 8553251 Add gitignore by Patrick Venture · 6 years ago
  81. f55349d sensors: host: add comment by Patrick Venture · 6 years ago
  82. 00d5199 fancontroller: remove percentage log entry by Patrick Venture · 6 years ago
  83. 5f02ad2 pid: added thermal inputs & failsafe to logging by Patrick Venture · 6 years ago
  84. bf0cf74 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  85. dc3b790 s/Control.FanCtrl.Mode/Control.Mode/ by Patrick Venture · 6 years ago
  86. 0d73b10 dbus: util: Remove explicit element count by Patrick Venture · 6 years ago
  87. 1df1a2c util: remove unused variable by Patrick Venture · 6 years ago
  88. 2075863 makefile: add PTHREAD library by Patrick Venture · 6 years ago
  89. 2917247 configure.ac: add check for libconfig++ by Patrick Venture · 6 years ago
  90. 05c02b2 makefile: disable OEM IPMI library by Patrick Venture · 6 years ago
  91. 7494ce0 bootstrap.sh: set executable by Patrick Venture · 6 years ago
  92. e620656 Scripts and main daemon by Patrick Venture · 6 years ago
  93. 391b8b0 The OEM IPMI interface for status by Patrick Venture · 6 years ago
  94. 863b924 Sensor Objects by Patrick Venture · 6 years ago
  95. d801218 PID Objects & Algo by Patrick Venture · 6 years ago
  96. a788899 Initial commit by Brad Bishop · 6 years ago