summaryrefslogtreecommitdiffstats
path: root/sensorhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* sensorhandler:move get sensor threshold to new APIjayaprakash Mutyala2019-12-041-36/+44
* Refactor ipmi::sensor::GetSensorResponse away from std::arraySui Chen2019-10-281-27/+10
* sensorhandler: move get sensor reading to new APIjayaprakash Mutyala2019-10-281-29/+71
* sensorhandler: use entity-map from json if filledPatrick Venture2019-09-191-3/+9
* entitymap: move accessor to separate modulePatrick Venture2019-09-171-14/+1
* move sensors into ipmi::sensor namespacePatrick Venture2019-09-171-16/+25
* move entities into ipmi::sensor namespacePatrick Venture2019-09-171-5/+13
* sensorhandler: ipmi_sen_get_sdr: drop null checkPatrick Venture2019-08-201-5/+0
* sensorhandler: ipmi_sen_get_sdr: invert logic checkPatrick Venture2019-08-201-80/+82
* SensorReading: Move set SensorReading to new API.Deepak Kumar Sahu2019-08-131-40/+53
* sensordatahandler: Throw on sensor's OperationalStatusBrandon Kim2019-08-121-0/+8
* sensorhandler: add accessor for entities singletonPatrick Venture2019-07-311-7/+16
* Sensorhandler: move get SDR info & reserve SDR to new APIjayaprakash Mutyala2019-07-301-36/+40
* move variant to std namespaceVernon Mauery2019-04-181-10/+8
* Only include ipmid/api.hpp for the new APIVernon Mauery2019-04-081-1/+1
* remove legacy ipmid.cpp and ipmid.hppVernon Mauery2019-04-011-1/+0
* move types.hpp to ipmid/types.hpp for exportVernon Mauery2019-03-251-1/+1
* Move util.cpp/util.hpp to libipmidVernon Mauery2019-03-251-1/+1
* ipmid: Rewrite ipmid to use the new architectureVernon Mauery2019-02-251-10/+0
* Add support for Entity Association RecordJaghathiswari Rankappagounder Natarajan2019-02-151-6/+88
* phosphor-host-ipmid: Add support for settable bit in FULL SDRJaghathiswari Rankappagounder Natarajan2019-02-151-0/+5
* Platform event commandJia, Chunhui2019-02-071-0/+93
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-071-1/+1
* Fix units for fan RPM sensorKirill Pakhomov2018-12-121-3/+1
* cleanup: scope reductionPatrick Venture2018-10-311-2/+1
* Convert variant usage to std interfaceWilliam A. Kennington III2018-10-181-8/+9
* Remove direct uses of mapboxJames Feist2018-10-181-8/+10
* cleanup: exception catching by referencePatrick Venture2018-10-171-1/+1
* cleanup: c-style castingPatrick Venture2018-10-171-4/+4
* Fix clang-format issue in sensorhandler.cppJason M. Bills2018-10-051-4/+3
* sensorhandler: fix buffer overflow in Get SDREmily Shaffer2018-10-011-3/+17
* sensorhandler: fix buffer overrun in ipmi_fru_get_sdrEmily Shaffer2018-09-281-11/+6
* add std namespace prefix to common methodsPatrick Venture2018-09-251-28/+34
* replaced c headers with cpp where applicablePatrick Venture2018-09-251-7/+5
* rename headers to match stylePatrick Venture2018-09-251-3/+2
* sensorhandler: Remove legacy functionsAdriana Kobylak2018-09-241-213/+3
* add .clang-formatPatrick Venture2018-09-071-221/+251
* Use visitor instead of pulling values directlyJames Feist2018-08-091-4/+8
* Fix Sensor query for derating factor returns 0Nagaraju Goruganti2018-05-081-1/+28
* Reducing IPMI logging footprintAditya Saripalli2018-04-181-9/+2
* sensorhandler: changed mutabiltity error code in get sensorJayanth Othayoth2018-04-111-1/+1
* sensorhandler: Enable mutability based set functionJayanth Othayoth2018-04-111-0/+7
* Handle sensors that can not be found in SystemManagerLei YU2018-04-101-1/+8
* sensor: Refactor get sensor reading implementationTom Joseph2018-03-201-72/+75
* Remove use of legacy inventory interfaceNagaraju Goruganti2018-03-121-70/+0
* Implement Get SDR and Reserve SDR repository commandTom Joseph2018-03-011-12/+6
* sensor: Updates to the get device sdr command implementationTom Joseph2018-03-011-103/+37
* sensor: Refactor get sensor reading commandTom Joseph2018-03-011-56/+5
* sensor: Refactor get sensor thresholds commandTom Joseph2018-03-011-97/+77
* SDR: Adding fru records as part of Get SDR commandRatan Gupta2018-02-131-6/+123
OpenPOWER on IntegriCloud