- 9154caa sensordatahandler: clamp the values instead of removing the sensor by Willy Tu · 3 years ago
- 92079a2 Fix wrong threshold report by Hieu Huynh · 2 years, 1 month ago
- fefb585 replace static converting with rounding by Thang Tran · 2 years, 1 month ago
- 4a105cd Optimize sensorsOwnerMatch init by Jian Zhang · 2 years, 3 months ago
- 5d82f47 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 4 months ago
- 11d6889 cleanup: Remove all warning errors for the Meson build support by Willy Tu · 2 years, 10 months ago
- d3d2fe2 Prevent default cmdGetDeviceSdr handler registration in dynamic sensors by Vivekanand Veeracholan · 3 years ago
- 7f3a70f sensor-cache: Invalidate cache when sensor disappears by Lei YU · 2 years, 11 months ago
- 8e8152c sensor-cache: Use async calls in get sensor reading by Lei YU · 2 years, 11 months ago
- a55e9ea sensor-cache: Read sensor data when there is no cache by Lei YU · 3 years, 2 months ago
- 9714050 sensor-cache: Implement reading data by Lei YU · 3 years, 2 months ago
- 8c2c048 sensor-cache: Use new get function by Lei YU · 3 years, 2 months ago
- 962e68b sensor-cache: configure: Add option by Lei YU · 3 years, 2 months ago
- be5c6b2 sensor-cache: Initial commit by Lei YU · 3 years, 2 months ago
- 14a4781 sensor-cache: Add cache for sdr and threshold by Lei YU · 3 years, 2 months ago
- f93da66 Add SetSensorThrehold Command by Lotus Xu · 3 years, 1 month ago
- d351a72 dbus-sdr: prevent handler registration if dbus-sdr is enabled by Willy Tu · 3 years, 3 months ago
- a2ad2da catch exceptions as const by Patrick Williams · 3 years, 1 month ago
- 0634e98 Add check for reserved sensor number by Arun P. Mohanan · 3 years, 2 months ago
- c532425 Fix issues and support signed sensor values by Tony Lee · 5 years ago
- 89a83b6 sensorhandler: Don't fail on absent Threshold.Warning interface by Konstantin Aladyshev · 3 years, 6 months ago
- e0a4110 sensorhandler: Support 0 value for thresholds by Konstantin Aladyshev · 4 years ago
- 158ac70 bugfix: sensor data full record returning wrong length by Patrick Venture · 3 years, 7 months ago
- 515bc37 sensorhandler: Fix uninitialized reads by William A. Kennington III · 4 years ago
- be4ffa8 sensor yaml: allow custom sensor names by Jeremy Kerr · 4 years, 3 months ago
- a8be7dc sensorhandler: move get sensor type to new api by Deepak Kumar Sahu · 6 years ago
- ccf12d2 Remove useless wildcard handlers by Vernon Mauery · 4 years, 9 months ago
- 996c979 sensorhandler:move get sensor threshold to new API by jayaprakash Mutyala · 6 years ago
- 4cc4255 Refactor ipmi::sensor::GetSensorResponse away from std::array by Sui Chen · 5 years ago
- 4c3feba sensorhandler: move get sensor reading to new API by jayaprakash Mutyala · 5 years ago
- 87fd2cd sensorhandler: use entity-map from json if filled by Patrick Venture · 5 years ago
- 99bf1c4 entitymap: move accessor to separate module by Patrick Venture · 5 years ago
- db0cbe6 move sensors into ipmi::sensor namespace by Patrick Venture · 5 years ago
- 235b3c7 move entities into ipmi::sensor namespace by Patrick Venture · 5 years ago
- 67ed85c sensorhandler: ipmi_sen_get_sdr: drop null check by Patrick Venture · 5 years ago
- 38426dd sensorhandler: ipmi_sen_get_sdr: invert logic check by Patrick Venture · 5 years ago
- 9da3a75 SensorReading: Move set SensorReading to new API. by Deepak Kumar Sahu · 5 years ago
- 9cf8562 sensordatahandler: Throw on sensor's OperationalStatus by Brandon Kim · 5 years ago
- 83a0b84 sensorhandler: add accessor for entities singleton by Patrick Venture · 5 years ago
- d957823 Sensorhandler: move get SDR info & reserve SDR to new API by jayaprakash Mutyala · 5 years ago
- f442e11 move variant to std namespace by Vernon Mauery · 6 years ago
- e08fbff Only include ipmid/api.hpp for the new API by Vernon Mauery · 6 years ago
- 392050f remove legacy ipmid.cpp and ipmid.hpp by Vernon Mauery · 6 years ago
- 3325024 move types.hpp to ipmid/types.hpp for export by Vernon Mauery · 6 years ago
- 6a98fe7 Move util.cpp/util.hpp to libipmid by Vernon Mauery · 6 years ago
- 240b186 ipmid: Rewrite ipmid to use the new architecture by Vernon Mauery · 6 years ago
- 9c11894 Add support for Entity Association Record by Jaghathiswari Rankappagounder Natarajan · 6 years ago
- 0780df1 phosphor-host-ipmid: Add support for settable bit in FULL SDR by Jaghathiswari Rankappagounder Natarajan · 6 years ago
- 3342a8e Platform event command by Jia, Chunhui · 6 years ago
- 194375f Create libipmid and libipmid-host by William A. Kennington III · 6 years ago
- 812e44c Fix units for fan RPM sensor by Kirill Pakhomov · 6 years ago
- 4491a46 cleanup: scope reduction by Patrick Venture · 6 years ago
- 4c00802 Convert variant usage to std interface by William A. Kennington III · 6 years ago
- 3754442 Remove direct uses of mapbox by James Feist · 6 years ago
- 64678b8 cleanup: exception catching by reference by Patrick Venture · 6 years ago
- d99148b cleanup: c-style casting by Patrick Venture · 6 years ago
- 1cd8596 Fix clang-format issue in sensorhandler.cpp by Jason M. Bills · 6 years ago
- 6c9ee51 sensorhandler: fix buffer overflow in Get SDR by Emily Shaffer · 6 years ago
- 0fbdbce sensorhandler: fix buffer overrun in ipmi_fru_get_sdr by Emily Shaffer · 6 years ago
- b51bf9c add std namespace prefix to common methods by Patrick Venture · 6 years ago
- 586d35b replaced c headers with cpp where applicable by Patrick Venture · 6 years ago
- 46470a3 rename headers to match style by Patrick Venture · 6 years ago
- ba23ff7 sensorhandler: Remove legacy functions by Adriana Kobylak · 6 years ago
- 0b02be9 add .clang-format by Patrick Venture · 6 years ago
- 1e12112 Use visitor instead of pulling values directly by James Feist · 6 years ago
- e98d146 Fix Sensor query for derating factor returns 0 by Nagaraju Goruganti · 6 years ago
- 5fb1460 Reducing IPMI logging footprint by Aditya Saripalli · 7 years ago
- 6ccf881 sensorhandler: changed mutabiltity error code in get sensor by Jayanth Othayoth · 7 years ago
- 0922bde sensorhandler: Enable mutability based set function by Jayanth Othayoth · 7 years ago
- 91875f7 Handle sensors that can not be found in SystemManager by Lei YU · 7 years ago
- 3ee668f sensor: Refactor get sensor reading implementation by Tom Joseph · 7 years ago
- 744398d Remove use of legacy inventory interface by Nagaraju Goruganti · 7 years ago
- 5ca5095 Implement Get SDR and Reserve SDR repository command by Tom Joseph · 7 years ago
- dc212b2 sensor: Updates to the get device sdr command implementation by Tom Joseph · 7 years ago
- 13b87a3 sensor: Refactor get sensor reading command by Tom Joseph · 7 years ago
- 0ac0dd2 sensor: Refactor get sensor thresholds command by Tom Joseph · 7 years ago
- e0cc855 SDR: Adding fru records as part of Get SDR command by Ratan Gupta · 7 years ago
- e9a6405 Add Control.FanPwm as interface. by Patrick Venture · 7 years ago
- 5c0beec Support Get Sensor Thresholds Command by Dhruvaraj Subhashchandran · 7 years ago
- c6162fb sensor: Modify the Get sensor reading command by Tom Joseph · 7 years ago
- 9642391 sensor: Modify Get Device SDR command implementation by Tom Joseph · 7 years ago
- b5de286 Remove unwarranted call to free() by Deepak Kodihalli · 7 years ago
- 6244f93 Add sensor entry for power supply redundancy enabled. by Dhruvaraj Subhashchandran · 7 years ago
- 6223561 sensorhandler: allow preconfigured unit and scale by Emily Shaffer · 7 years ago
- e4050f2 Update Journal Variable Names by Gunnar Mills · 7 years ago
- d12ae75 Revert "Remove legacy reading of PS derating" by Dhruvaraj Subhashchandran · 7 years ago
- 8202432 Handle std::runtime_error exception in get sensor reading by Tom Joseph · 7 years ago
- 1bf3b74 Remove legacy reading of PS derating by Dhruvaraj Subhashchandran · 7 years ago
- 7a845f0 sensor: Use getFunc for TPM and RebootAttempt sensor by Tom Joseph · 7 years ago
- 14c1546 sensor: Use getFunc to handle the get sensor reading by Tom Joseph · 7 years ago
- 40c35b1 sensor: Handle the response of find_openbmc_path by Tom Joseph · 7 years ago
- 816e92b sensor: Add function to map dbus info to assertion status by Tom Joseph · 7 years ago
- cc941e1 sensorhandler: support setting analog sensors by Emily Shaffer · 7 years ago
- 558184e Support Power Supply derating sensor by Tom Joseph · 7 years ago
- 60cac72 tpm: Support TPM Sensor type in Get sensor reading command by Tom Joseph · 7 years ago
- 5a5a628 sensorhandler: correctly report data length in Reserve SDR by Emily Shaffer · 7 years ago
- 1bb0d38 Refactor set sensor handling code by Deepak Kodihalli · 7 years ago
- 18e9999 Fix for reboot attempt and catch internal failures. by Dhruvaraj Subhashchandran · 7 years ago
- e0af720 IPMI: Virtual sensor support in host ipmid by Dhruvaraj Subhashchandran · 7 years ago
- 10f4959 sensorhandler: Add functionality to use m, b, b_exp from config.yaml by Emily Shaffer · 7 years ago