summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-02Next round of boost-uri updatesEd Tanous3-0/+118
2022-02-01host-state: do not return anything if unavailableAndrew Geissler1-1/+8
2022-01-28Enable readability-container-size-empty testsEd Tanous26-57/+57
2022-01-28Simplify human sortEd Tanous1-46/+41
2022-01-27getDateTimeStdtime: fix building warnings in 32bitsNan Zhou1-7/+12
2022-01-26Implement Cable schemaShantappa Teekappanavar10-2/+1159
2022-01-26[Fix]: Property PhysicalContext is invalid "none"sunitakx5-0/+445
2022-01-25Fix Boost exceptions in GetDateTime seriesEd Tanous2-32/+45
2022-01-25Update unit tests for getDateTimeEd Tanous1-7/+40
2022-01-20EthernetInterfaces:GET & PATCH support for MTUSizeTejas Patil1-2/+39
2022-01-20Fix undefined property in PCIeFunctionCollectionJiaqing Zhao1-1/+1
2022-01-20managers: Fix incorrect property name for "Class"Lei YU1-1/+1
2022-01-19Include what you useEd Tanous7-6/+19
2022-01-18bmcweb: Add/Move common typedefs to dbus utilityShantappa Teekappanavar2-15/+16
2022-01-13Simplify Crashdump file transferJason M. Bills1-15/+4
2022-01-13Fix 32/64 bit compile issueEd Tanous1-1/+3
2022-01-12Fix regresssion in nameEd Tanous1-1/+1
2022-01-12Enable and enforce cpp core guidelinesEd Tanous1-0/+8
2022-01-12Enable pro-type-static-cast-downcast checksEd Tanous2-10/+4
2022-01-12Enable malloc checksEd Tanous2-0/+3
2022-01-12enable cppcoreguidelines-pro-type-vararg checksEd Tanous2-4/+8
2022-01-12Enable pro-type-cstyle-cast checksEd Tanous2-2/+4
2022-01-12Enable const_cast checksEd Tanous4-4/+13
2022-01-12Enable pointer devolution checksEd Tanous3-3/+13
2022-01-12Enable cpp core guidelines macro checksEd Tanous3-0/+15
2022-01-12Enforce variable initEd Tanous6-10/+13
2022-01-12Enable checks for pointer arithmeticEd Tanous8-9/+40
2022-01-12Enable reinterpre_cast checksEd Tanous7-23/+44
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous24-0/+118
2022-01-12Enable init checkerEd Tanous15-32/+31
2022-01-12Enable clang-tidy checks we already passEd Tanous1-1/+10
2022-01-12Enable bugprone widening checks in clangEd Tanous4-5/+7
2022-01-12enable bugprone exception escape checkEd Tanous5-6/+48
2022-01-12Enable clang-tidy forward reference checksEd Tanous10-31/+45
2022-01-12Fix seg fault in healthEd Tanous1-4/+4
2022-01-11Fixed timestamp in telemetry serviceKrzysztof Grobelny2-13/+19
2022-01-10Enforce const correctnessEd Tanous10-38/+41
2022-01-10Consistently use ManagedObjectTypeEd Tanous13-474/+443
2022-01-10Convert VariantType to DbusVariantTypeAppaRao Puli1-3/+4
2022-01-10Bump up privilege_registry to Redfish_1.2.0Shantappa Teekappanavar2-15/+362
2022-01-07boot-progress: move dbus-to-redfish logic to functionAndrew Geissler1-70/+83
2022-01-07boot-progress: add support for SetupEnteredAndrew Geissler1-0/+6
2022-01-06update_service: fix fwUpdateErrorMatcher cannot workingBrian Ma1-60/+73
2022-01-05Make code compile with clangEd Tanous2-4/+4
2022-01-05Fix AccountService patch privilegesGunnar Mills1-1/+1
2022-01-05Bump Chassis schema to fix errorGunnar Mills1-2/+2
2022-01-04Make clang-tidy passGunnar Mills1-5/+5
2021-12-31Fix variable naming for NIC IP entryJiaqing Zhao1-31/+31
2021-12-29http_connection: Fix loggedIn check and timeoutLei YU1-1/+1
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman19-1043/+645