summaryrefslogtreecommitdiffstats
path: root/apphandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify Get Device ID to use Context::busVernon Mauery2019-06-051-17/+30
* rewrite Get Device GUID to use new provider APIVernon Mauery2019-05-201-97/+53
* apphandler: move get ACPI power state to new APIDeepak Kumar Sahu2019-05-091-21/+21
* apphandler: catch exceptions in getting bmc statePatrick Venture2019-05-071-1/+19
* apphandler: Master write read - whitelist filterRichard Marian Thomaiyar2019-05-071-0/+282
* move variant to std namespaceVernon Mauery2019-04-181-13/+12
* rewrite Reset Watchdog Timer command to use new provider APIVernon Mauery2019-04-111-2/+3
* Fix up Get Device ID to use the new return helpersVernon Mauery2019-04-111-2/+2
* Only include ipmid/api.hpp for the new APIVernon Mauery2019-04-081-2/+0
* remove app wildcard handlerVernon Mauery2019-04-051-21/+0
* rewrite Get BT Capabilities using new provider APIVernon Mauery2019-04-051-21/+13
* rewrite Get Self Test Results to use new provider APIVernon Mauery2019-04-051-20/+7
* rewrite Get Device ID using new provider APIVernon Mauery2019-04-051-72/+70
* update apphandler #include to match styleVernon Mauery2019-04-011-7/+8
* Remove old channel commandsVernon Mauery2019-04-011-19/+1
* remove legacy ipmid.cpp and ipmid.hppVernon Mauery2019-04-011-1/+0
* Remove experimental filesystem spliceVernon Mauery2019-03-281-13/+1
* 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
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-071-1/+1
* libipmi: Decouple user commandsWilliam A. Kennington III2018-12-201-4/+0
* std::variant: Fix new instances of mapbox specific callsWilliam A. Kennington III2018-11-261-2/+2
* IPMI Channel commands implementationAppaRao Puli2018-11-201-1/+10
* Implement IPMI ACPI set/get commandsYong Li2018-11-201-1/+263
* Basic IPMI User Management SupportRichard Marian Thomaiyar2018-11-201-1/+2
* Convert variant usage to std interfaceWilliam A. Kennington III2018-10-181-10/+14
* apphandler: Fix buffer underflow in ipmi_app_get_device_guidEmily Shaffer2018-10-011-0/+12
* add std namespace prefix to common methodsPatrick Venture2018-09-251-8/+8
* move filesystem inclusion to bottom of listPatrick Venture2018-09-251-15/+14
* replaced c headers with cpp where applicablePatrick Venture2018-09-251-2/+0
* rename headers to match stylePatrick Venture2018-09-251-3/+3
* apphandler: Add "System Name" System Info parameterXo Wang2018-09-251-0/+15
* apphandler: Implement Get/Set System Info ParameterXo Wang2018-09-251-8/+176
* Get Device ID: Add handling of availability bitAlexander Amelkin2018-09-251-2/+32
* Implement Set Channel access commandTom Joseph2018-09-251-0/+4
* add .clang-formatPatrick Venture2018-09-071-173/+147
* Standardize use of filesystemVernon Mauery2018-08-081-2/+12
* Reducing IPMI logging footprintAditya Saripalli2018-04-181-44/+10
* Implement Get Channel Cipher Suites commandTom Joseph2018-04-161-0/+7
* setlan: Remove registration of handler for Set Channel AccessRatan Gupta2018-03-201-10/+0
* Change the byte order for aux firmware revisionTom Joseph2018-03-161-4/+4
* Remove use of legacy inventory interfaceNagaraju Goruganti2018-03-121-35/+111
* Remove unused variables.Nagaraju Goruganti2018-02-271-4/+0
* watchdog: Implements the Watchdog Get CommandWilliam A. Kennington III2018-02-211-0/+7
* watchdog: Reorganize header and function namesWilliam A. Kennington III2018-02-151-2/+2
* apphandler.cpp: fix-up 80 charsPatrick Venture2018-02-091-38/+104
* DCMI : Implement Get System GUID commandMarri Devender Rao2018-01-191-0/+74
* Get Device ID - JSONDavid Cobbley2018-01-041-59/+69
* IPMI device ID command mismatch with BMC current side issue fix.Dinesh Chinari2017-12-051-32/+66
* Spelling fixesGunnar Mills2017-10-311-2/+2
OpenPOWER on IntegriCloud