summaryrefslogtreecommitdiff
path: root/include/ibm
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Fix a boatload of #includesEd Tanous3-9/+10
2022-12-21Change variable scopesEd Tanous1-4/+1
2022-12-16Restrict use of subfolder in configfiles pathcm-jishnu1-3/+6
2022-10-12header cleanupsNan Zhou1-1/+2
2022-10-07Move ClientID parameter out of OEMEd Tanous1-5/+6
2022-09-06IBM Mgmt console lock algorithm improvementSunitha Harish2-28/+21
2022-09-06Fixes for IBM Management Console usecasesSunitha Harish1-5/+5
2022-08-11IBM Mgmt console writeLock conflict fixSunitha Harish1-1/+1
2022-08-06Use enum overload for field settingEd Tanous1-1/+2
2022-07-16Remove usages of boost::starts/ends_withEd Tanous2-2/+3
2022-07-12Fix const correctness issuesEd Tanous1-2/+2
2022-07-05Remove unused variablesEd Tanous1-1/+0
2022-06-28Fix shadowed variable issuesEd Tanous1-7/+7
2022-06-01Try to fix the lambda formatting issueEd Tanous1-79/+75
2022-05-13Remove brace initialization of json objectsEd Tanous1-6/+6
2022-03-07Don't rely on operator << for object loggingEd Tanous1-2/+2
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-9/+9
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-1/+1
2022-02-11Add readability-redundant-* checksEd Tanous1-2/+4
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous2-2/+2
2022-02-07Enable readability-redundant-control-flow checksEd Tanous2-14/+1
2022-02-07Enable readability-named-parameter checksEd Tanous1-14/+16
2022-01-28Enable readability-container-size-empty testsEd Tanous1-1/+1
2022-01-12Enable checks for pointer arithmeticEd Tanous1-3/+8
2022-01-12Enable reinterpre_cast checksEd Tanous1-0/+2
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+8
2022-01-12Enable init checkerEd Tanous2-4/+4
2021-10-17ibm: remove unused tinyxml2 includePatrick Williams1-1/+0
2021-09-08IBM Management Interface: Lock ManagementSunitha Harish1-75/+0
2021-06-16Remove ambiguous privileges constructorEd Tanous1-9/+9
2021-04-30Fix typos in commentsAli Ahmed1-4/+4
2021-04-20Create IBM ConfigFile base directorySunitha Harish3-102/+81
2021-04-08Using AsyncResp everywherezhanghch051-110/+109
2021-02-14IBM ConfigFile upload : Fix content-type validationSunitha Harish1-6/+4
2021-02-14IBM Management Console: Replacing crow::Response with bmcweb::AsyncRespSunitha Harish1-142/+165
2021-02-13Validate the path during ConfigFile uploadSunitha Harish1-13/+162
2020-10-29Fix Release Lock APIManojkiran Eda1-1/+1
2020-10-23fix include namesEd Tanous2-3/+2
2020-10-15Lots of performance improvementsEd Tanous1-15/+15
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous2-206/+166
2020-10-02Fix bad log statementEd Tanous1-1/+1
2020-09-30modernize ibm management consoleEd Tanous2-17/+16
2020-09-29Fix naming conventionsEd Tanous1-4/+4
2020-09-22Fix IBM management console to match coding standardEd Tanous2-17/+19
2020-09-16remove using namespaceEd Tanous1-1/+0
2020-08-17Enable unused variable warnings and resolveEd Tanous1-6/+6
2020-08-17Enable clang warningsEd Tanous1-9/+9
2020-08-17Remove middlewaresEd Tanous1-2/+1
2020-08-05Handling Broadcast message serviceAsmitha Karunanithi1-4/+37
2020-08-05EventService : Send event for ConfigFile updationAsmitha Karunanithi1-6/+24