summaryrefslogtreecommitdiff
path: root/include/openbmc_dbus_rest.hpp
AgeCommit message (Expand)AuthorFilesLines
8 daysCheck return codesEd Tanous1-2/+10
2024-04-29Break out formattersEd Tanous1-0/+2
2024-04-19Add missing headersEd Tanous1-1/+0
2024-04-03Call dump() lessEd Tanous1-4/+1
2024-03-25Enable bugprone clang checkEd Tanous1-1/+4
2024-01-19Remove some boost includesEd Tanous1-4/+12
2024-01-16DBus REST: Fix array and dict handlingMikhail Zhvakin1-3/+3
2023-10-31Move to file_body in boostEd Tanous1-4/+1
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-80/+78
2023-08-21Use rangesEd Tanous1-1/+2
2023-07-20Replace logging with std::formatEd Tanous1-112/+101
2023-06-28Rename all error_code instances to ecEd Tanous1-2/+2
2023-06-20Refactor getManagedObjects methodGeorge Liu1-4/+4
2023-05-26Make all std::regex instances staticEd Tanous1-2/+2
2023-05-12fix more push vs emplace callsPatrick Williams1-10/+10
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-7/+4
2023-03-17dbus_rest: Fix dangling reference of crow::ResponseLei YU1-19/+20
2023-02-24Take boost error_code by referenceEd Tanous1-13/+14
2023-02-24Pass string views by valueEd Tanous1-2/+1
2023-02-17Add option for validating content-type headerEd Tanous1-11/+38
2023-02-17Implement alternative to on boost::splitEd Tanous1-2/+3
2023-01-24Refactor GetSubTree methodGeorge Liu1-7/+5
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu1-35/+20
2023-01-18Fix a boatload of #includesEd Tanous1-4/+3
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-7/+5
2022-12-29cppcheck: Fix Ineffective call of function 'substr'Ed Tanous1-2/+2
2022-12-21Change variable scopesEd Tanous1-2/+1
2022-09-09clang-tidy: fix misc warningsPatrick Williams1-1/+1
2022-09-02used sdbusplus::unpackPropertiesNoThrow part 6Krzysztof Grobelny1-4/+4
2022-08-06Use enum overload for field settingEd Tanous1-3/+4
2022-07-25sdbusplus: use shorter type aliasesPatrick Williams1-23/+18
2022-07-23test treewide: iwyuNan Zhou1-3/+43
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-19/+16
2022-07-12Fix const correctness issuesEd Tanous1-2/+2
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-2/+2
2022-06-28Fix shadowed variable issuesEd Tanous1-3/+3
2022-06-19openbmc_dbus_rest: use auto for json iteratorsNan Zhou1-3/+2
2022-06-01Try to fix the lambda formatting issueEd Tanous1-884/+823
2022-05-13Separate validFilename into a separate functionJosh Lehan1-2/+8
2022-05-13Remove brace initialization of json objectsEd Tanous1-44/+68
2022-05-13Move /bus/system/<str>/<path> POST to methodEd Tanous1-345/+317
2022-03-22Consitently use dbus::utility typesEd Tanous1-32/+19
2022-03-07Don't rely on operator << for object loggingEd Tanous1-1/+1
2022-03-01Change the completionhandler to accept ResNan Zhou1-3/+1
2022-02-15readability-static-accessed-through-instanceEd Tanous1-2/+2
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-7/+9
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-1/+1
2022-01-28Enable readability-container-size-empty testsEd Tanous1-5/+5
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+14