summaryrefslogtreecommitdiff
path: root/include/openbmc_dbus_rest.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-30REST: sd_bus_message->JSON: fix multiple entriesMatt Spinler1-20/+20
2019-01-23REST: Return a 405 on bad DELETE pathsMatt Spinler1-2/+3
2019-01-21REST: If necessary, combine method response dataMatt Spinler1-0/+59
2019-01-21REST: Add method return support for variantsMatt Spinler1-1/+43
2019-01-21REST: Add method return support for structsMatt Spinler1-1/+51
2019-01-21REST: Add method return support for arrays/dictsMatt Spinler1-1/+150
2019-01-19REST: Add missing pointer dereferenceMatt Spinler1-1/+1
2019-01-18REST: Add method return support for basic typesMatt Spinler1-0/+144
2019-01-18REST: Add framework for returning method responseMatt Spinler1-17/+92
2019-01-15REST: Return on error in findActionOnInterfaceMatt Spinler1-102/+95