summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
33 hoursBring consistency to config optionsEd Tanous1-42/+45
3 daysConsolidate Vm implementationsEd Tanous1-1/+0
9 daysRemove XSS prevention codeEd Tanous1-6/+0
13 daysAdd missing headersEd Tanous2-6/+3
2024-04-18Remove ibm locks featureSunitha Harish1-1/+0
2024-04-18Clean up BMCWEB_ENABLE_SSLEd Tanous1-38/+5
2024-04-11Add nullptr checkEd Tanous1-0/+4
2024-04-10Move run and redfish to compile unitsEd Tanous2-149/+155
2024-04-01Use no-switch-default on clangEd Tanous1-1/+1
2024-03-28Add misc-include-cleanerEd Tanous4-3/+15
2023-10-31Move to file_body in boostEd Tanous1-1/+3
2023-10-05Update to boost 1.83.0Ed Tanous1-2/+0
2023-08-01Revert "Cache user role in session object"Gunnar Mills1-4/+0
2023-07-28Cache user role in session objectEd Tanous1-0/+4
2023-07-20Replace logging with std::formatEd Tanous2-14/+14
2023-07-12Use openssl random number generatorEd Tanous1-0/+12
2023-06-29Provide bmcweb-specific bmcweb exception handlerEd Tanous1-0/+21
2023-06-05Break out serializer into its own cpp fileEd Tanous1-0/+571
2023-05-30Allow async resolver to be optionalEd Tanous1-2/+2
2023-05-25Fix some includesEd Tanous1-1/+1
2023-05-17Remove bad include from dbus singletonEd Tanous1-2/+0
2023-05-11clang-format: copy latest and re-formatPatrick Williams5-5/+5
2023-05-05Update Logging option for the setting log levelMyung Bae1-2/+0
2023-03-20Aggregation: Increase response read limit to 50MBCarson Labrado1-3/+0
2023-02-28Remove sessions when user is deletedXie Ning1-0/+3
2023-02-17Remove security headers middleware testEd Tanous3-1336/+0
2023-01-18Fix a boatload of #includesEd Tanous2-20/+23
2023-01-17Add check for globalsEd Tanous1-1/+1
2022-09-22treewide: reorganize unit testsNan Zhou1-71/+0
2022-09-01Allow custom 404 handlersEd Tanous1-1/+1
2022-07-25bmcweb: Show exception what() before exitingJosh Lehan1-0/+6
2022-07-23test treewide: iwyuNan Zhou1-2/+14
2022-07-14Move errant logging statementEd Tanous1-1/+1
2022-07-07dbus_singleton: use stack variable and externNan Zhou2-3/+17
2022-07-01Make nbd-proxy header build in all casesEd Tanous1-4/+1
2022-06-21crow_getroutes_test: refactor testsNan Zhou1-12/+19
2022-06-21crow_getroutes_test: revive the testNan Zhou1-9/+14
2022-06-18openbmc_jtag_rest_test: move to openbmc_dbus_restNan Zhou1-53/+0
2022-06-18openbmc_dbus_rest_test: revive testsNan Zhou1-21/+21
2022-06-14kvm_websocket_test: delete the testNan Zhou1-114/+0
2022-06-01Move redfish/v1 instantiationEd Tanous1-2/+0
2022-06-01Try to fix the lambda formatting issueEd Tanous1-5/+5
2022-05-23bmcweb: Fetch Satellite Config from D-BusCarson Labrado1-0/+9
2022-02-22Make run() staticEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-3/+3
2022-02-08Implement TODO in beast source fileEd Tanous1-45/+1
2022-01-12enable bugprone exception escape checkEd Tanous1-1/+14
2021-12-17Remove unused fileEd Tanous1-145/+0
2021-10-27Enable beast separate compilationEd Tanous3-0/+47
2021-10-06catch exceptions as constPatrick Williams1-4/+4