summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* softoff: Convert to sdeventplus loopWilliam A. Kennington III2018-11-073-24/+18
* read_fru_data: use structured bindings in fru loopPatrick Venture2018-11-071-5/+1
* read_fru_data: use std::find_if instead of raw loopPatrick Venture2018-11-071-10/+7
* build: set language to C++Patrick Venture2018-10-311-0/+1
* app/channel: fixup c-style castingPatrick Venture2018-10-311-1/+1
* cleanup: scope reductionPatrick Venture2018-10-316-20/+17
* MAINTAINERS: Update Emily's IRC nickEmily Shaffer2018-10-301-1/+1
* host-ipmid: ipmid-api: drop extern C linkingPatrick Venture2018-10-251-10/+1
* configure: Use generic CXX compiler macroWilliam A. Kennington III2018-10-181-1/+1
* configure: Don't check for sdbusplus twiceWilliam A. Kennington III2018-10-181-3/+0
* Convert variant usage to std interfaceWilliam A. Kennington III2018-10-1813-78/+121
* Use the common timer classVernon Mauery2018-10-1816-524/+27
* Remove direct uses of mapboxJames Feist2018-10-182-9/+11
* cleanup: transition to find_ifPatrick Venture2018-10-172-22/+16
* cleanup: exception catching by referencePatrick Venture2018-10-171-1/+1
* cleanup: c-style castingPatrick Venture2018-10-173-12/+9
* Fix the exponent B in writesensors mako templateKirill Pakhomov2018-10-151-3/+3
* types: Convert ScaledOffset to doubleEmily Shaffer2018-10-111-1/+1
* Fix IPMI SEL reservations and cancellationsJason M. Bills2018-10-053-16/+43
* Fix clang-format issue in sensorhandler.cppJason M. Bills2018-10-051-4/+3
* Fix compile error with g++ 7.3Yong Li2018-10-051-0/+1
* apphandler: Fix buffer underflow in ipmi_app_get_device_guidEmily Shaffer2018-10-011-0/+12
* 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
* openbmc oem code: add ethStatsCmdPatrick Venture2018-09-251-0/+1
* add std namespace prefix to common methodsPatrick Venture2018-09-2510-158/+182
* move filesystem inclusion to bottom of listPatrick Venture2018-09-256-82/+80
* oemrouter: add std namespace where missingPatrick Venture2018-09-251-16/+17
* replaced c headers with cpp where applicablePatrick Venture2018-09-2513-36/+13
* rename headers to match stylePatrick Venture2018-09-2536-115/+87
* apphandler: Add "System Name" System Info parameterXo Wang2018-09-251-0/+15
* apphandler: Implement Get/Set System Info ParameterXo Wang2018-09-253-8/+193
* Get Device ID: Add handling of availability bitAlexander Amelkin2018-09-251-2/+32
* Implement Set Channel access commandTom Joseph2018-09-252-0/+128
* Implement chassis set power restore policy commandYong Li2018-09-253-0/+94
* apphandler: Add storage for Get/Set System Info ParameterXo Wang2018-09-243-0/+100
* sensorhandler: Remove legacy functionsAdriana Kobylak2018-09-241-213/+3
* app/watchdog: Only log internal failures onceWilliam A. Kennington III2018-09-211-10/+35
* storagehandler: add missing cstdint headerPatrick Venture2018-09-121-0/+2
* openbmc oem code: add blobTranserCmdPatrick Venture2018-09-121-0/+1
* Handle SdBusError exception in SEL commandsTom Joseph2018-09-121-11/+41
* add iana header to store OEM NumbersPatrick Venture2018-09-104-9/+23
* add .clang-formatPatrick Venture2018-09-0767-4365/+4311
* add missing header: mapPatrick Venture2018-09-061-0/+2
* Add -flto to CXXFLAGSAndrew Geissler2018-08-271-3/+6
* Use visitor instead of pulling values directlyJames Feist2018-08-092-4/+29
* Handle the case to turn off the Chassis Identify LEDTom Joseph2018-08-081-0/+6
* Add flags to Makefile.am to build as c++17 and header-only boostVernon Mauery2018-08-082-3/+10
* rename libapphandler.so to libipmi20.soVernon Mauery2018-08-081-8/+12
* Standardize use of filesystemVernon Mauery2018-08-086-7/+67
OpenPOWER on IntegriCloud