summaryrefslogtreecommitdiff
path: root/include/openbmc_dbus_rest.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Enable readability-container-size-empty testsEd Tanous1-5/+5
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+14
2022-01-12Enable init checkerEd Tanous1-1/+1
2022-01-12enable bugprone exception escape checkEd Tanous1-1/+9
2022-01-10Enforce const correctnessEd Tanous1-4/+4
2021-12-22Add more types to DbusVariantTypeEd Tanous1-5/+31
2021-11-16Revert "Change the completionhandler to accept Res"Gunnar Mills1-1/+3
2021-11-16Change the completionhandler to accept Reszhanghch051-3/+1
2021-07-13Dbus_Rest: Fix bmcweb crashP Dheeraj Srujan Kumar1-1/+1
2021-06-16Remove ambiguous privileges constructorEd Tanous1-10/+10
2021-06-02Revert "dbus_rest: return error response with not found when bad dbus request"Ed Tanous1-23/+23
2021-05-25dbus_rest: return error response with not found when bad dbus requestTim Lee1-23/+23
2021-04-08Using AsyncResp everywherezhanghch051-465/+484
2021-02-19Fix nlohmann::json::dump callsEd Tanous1-2/+4
2020-12-18Fix .clang-tidyEd Tanous1-52/+52
2020-10-23Turn on ALL perf checksEd Tanous1-6/+15
2020-10-23fix include namesEd Tanous1-1/+1
2020-10-15Lots of performance improvementsEd Tanous1-18/+21
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-7/+4
2020-10-05Implement bugprone-branch-clone complianceEd Tanous1-17/+1
2020-09-29Fix naming conventionsEd Tanous1-4/+4
2020-08-24Modernize; Move some apis to range based for loopEd Tanous1-3/+2
2020-08-17Enable unused variable warnings and resolveEd Tanous1-10/+9
2020-08-17Enable clang warningsEd Tanous1-106/+108
2020-08-17Remove middlewaresEd Tanous1-2/+1
2020-07-16Deprecate the "" operator, and isEqPEd Tanous1-26/+35
2020-07-10Codespell spelling fixesGunnar Mills1-2/+2
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-234/+233
2020-04-01minor fix: Add missing res.end()AppaRao Puli1-0/+1
2019-11-12Move error strings to const char*Ed Tanous1-16/+14
2019-11-11Replace all uses of NULL with nullptrEd Tanous1-1/+1
2019-10-29Modernize: use emplace instead of push_backEd Tanous1-3/+3
2019-10-21Add "requires" handlers to all non-trivial routesEd Tanous1-0/+1
2019-10-18Make references to crow less obviousEd Tanous1-1/+1
2019-10-11Fix some warningsEd Tanous1-10/+24
2019-10-11Fix a bunch of warningsEd Tanous1-8/+9
2019-08-27openbmc_dbus_rest: Add numeric_limits range checkAdriana Kobylak1-3/+68
2019-08-02Fix for Download dump file with original file nameRamesh Iyyar1-0/+24
2019-06-20REST: method call: return D-Bus error descMatt Spinler1-9/+25
2019-06-14Fix some of the system endpointsEd Tanous1-175/+186
2019-06-14REST: PUT: return DBus error descriptionLei YU1-3/+4
2019-05-30REST: PUT: return DBus error descriptionLei YU1-1/+2
2019-04-15Remove references to experimental filesystemJames Feist1-2/+1
2019-04-05bmcweb: fix an issue with /org endpointsEd Tanous1-2/+2
2019-04-01Allow multiple registrationsTanous1-3/+26
2019-03-25Revert "bmcweb: Fix a bunch of warnings"Ed Tanous1-5/+4
2019-03-23bmcweb: Fix a bunch of warningsEd Tanous1-4/+5
2019-03-07Fix some static analysis bugsEd Tanous1-3/+10
2019-02-09bmcweb: move variant usage to std namespaceEd Tanous1-7/+5
2019-01-31REST: GET: Use convertDBusToJSONMatt Spinler1-31/+33