summaryrefslogtreecommitdiffstats
path: root/storagehandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* storagehandler: move get & set SEL time to new APIjayaprakash Mutyala2019-05-281-57/+30
* remove usage of sdbusplus::message::variantVernon Mauery2019-05-141-3/+3
* storagehandler: move get FRU area info to new APIPradeep Kumar2019-05-081-27/+19
* storagehandler: move Clear SEL to new IPMI APIPradeep Kumar2019-05-071-43/+36
* storagehandler: move delete SEL to new APIPradeep Kumar2019-05-031-32/+26
* move variant to std namespaceVernon Mauery2019-04-181-3/+1
* Only include ipmid/api.hpp for the new APIVernon Mauery2019-04-081-1/+1
* Remove experimental filesystem spliceVernon Mauery2019-03-281-13/+1
* Move util.cpp/util.hpp to libipmidVernon Mauery2019-03-251-1/+1
* eSEL: Remove code related to logging eSELTom Joseph2019-02-071-4/+0
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-071-1/+1
* Add request data length check to IPMI SEL commandsJason M. Bills2019-02-061-0/+46
* Revert "eSEL: Remove unused code related to logging eSEL"Tom Joseph2019-02-041-0/+4
* eSEL: Remove unused code related to logging eSELTom Joseph2019-02-011-4/+0
* storage: gcc8: standardize use of std::filesystemBrad Bishop2018-11-271-1/+1
* Convert variant usage to std interfaceWilliam A. Kennington III2018-10-181-1/+4
* Fix IPMI SEL reservations and cancellationsJason M. Bills2018-10-051-12/+18
* add std namespace prefix to common methodsPatrick Venture2018-09-251-16/+19
* move filesystem inclusion to bottom of listPatrick Venture2018-09-251-17/+18
* rename headers to match stylePatrick Venture2018-09-251-5/+4
* Handle SdBusError exception in SEL commandsTom Joseph2018-09-121-11/+41
* add .clang-formatPatrick Venture2018-09-071-138/+133
* Standardize use of filesystemVernon Mauery2018-08-081-1/+11
* Fix Host time is not getting printed to journalNagaraju Goruganti2018-05-081-2/+4
* Check the offset length in the Read FRU commandTom Joseph2018-05-081-0/+5
* Check if the FRU Id is valid for FRU commandsTom Joseph2018-04-231-2/+16
* Reducing IPMI logging footprintAditya Saripalli2018-04-181-28/+2
* Fixed broken "fru read" commandNagaraju Goruganti2018-03-271-15/+14
* Implement Get SDR and Reserve SDR repository commandTom Joseph2018-03-011-0/+11
* Add Get Repository Info CommandDhruvaraj Subhashchandran2018-02-161-0/+31
* FRU: Fix response for Read FRU Data CommandRatan Gupta2018-02-131-3/+11
* Commit a MaintenanceProcedure log entry on a 0xDE SEL recordTom Joseph2017-11-031-1/+13
* Update Journal Variable NamesGunnar Mills2017-10-191-2/+3
* storagehandler: Use new phosphor-timemanager interfaceLei YU2017-10-191-89/+84
* storagehandler: sort include filesLei YU2017-10-171-11/+14
* cater for property change signal to invalidate fru dataMarri Devender Rao2017-07-261-0/+1
* cater for fru read callback functionsMarri Devender Rao2017-07-251-3/+64
* register call back functions for FRU read commandsMarri Devender Rao2017-07-251-1/+32
* Add Clear SEL commandTom Joseph2017-07-191-0/+104
* Add Delete SEL entry commandTom Joseph2017-07-191-0/+92
* Add Get SEL entry commandTom Joseph2017-07-191-0/+120
* Add Get SEL Info commandTom Joseph2017-07-191-28/+71
* Add privilege level for each IPMI commandTom2017-01-171-6/+18
* Modify GET_SEL_TIME and SET_SEL_TIME to use TimeManager APIsVishwanatha Subbanna2016-11-111-29/+114
* Ensure all tools are building with -Wall and -WerrorMatthew Barth2016-09-211-2/+0
* Modify respond of un-supported IPMI commandNan Li2016-09-091-1/+1
* Allow out-of-tree buildsPatrick Williams2016-09-061-1/+1
* Switch C++ source files to .cpp extensionMatthew Barth2016-08-081-0/+171
OpenPOWER on IntegriCloud