summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Rename all error_code instances to ecEd Tanous1-2/+2
2023-06-23error_messages: remove source_location indirectPatrick Williams1-27/+0
2023-06-20Add headers Referrer-Policy and Permissions-PolicyJoseph Reynolds1-0/+44
2023-06-20Change cipher suite variableEd Tanous1-10/+12
2023-06-20Upgrade to mozilla intermediate 5.7Ed Tanous1-7/+6
2023-06-20Refactor getManagedObjects methodGeorge Liu2-10/+8
2023-06-17Set cookieAuth variable for cookieEd Tanous1-0/+1
2023-06-17Revert "Fix websocket csrf checking"Ed Tanous1-1/+2
2023-06-14Add missing pragma onceEd Tanous1-0/+2
2023-06-09Fix hack on Set-CookieEd Tanous2-19/+12
2023-06-09Break up router into separate filesEd Tanous1-0/+180
2023-06-08Remove urlEncodeEd Tanous2-25/+6
2023-06-08Remove unused const-castEd Tanous1-2/+1
2023-06-06Remove extra characterEd Tanous1-1/+1
2023-06-06Add support for multiple consolesNinad Palsule1-19/+81
2023-06-05Break out serializer into its own cpp fileEd Tanous1-621/+5
2023-06-01Server-sent-event fixesEd Tanous1-1/+3
2023-06-01Simplify obmc console buffersEd Tanous1-11/+15
2023-05-31Introduce ConsoleHandler class under obmc_consoleNinad Palsule1-143/+159
2023-05-30Allow async resolver to be optionalEd Tanous1-8/+32
2023-05-26Add maybe_unused to possibly unused argumentEd Tanous1-1/+1
2023-05-26Make all std::regex instances staticEd Tanous3-5/+5
2023-05-25Fix some includesEd Tanous5-5/+5
2023-05-25Use console information from DBUSNinad Palsule1-31/+122
2023-05-24Add Links/Triggers to MetricReportDefinitionSzymon Dompke1-0/+1
2023-05-23Switched bmcweb to use new telemetry service APIKrzysztof Grobelny1-3/+4
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule2-1/+3
2023-05-19Capture all boost::system::error_codes by refEd Tanous2-2/+2
2023-05-19Fix integer display in HTMLJason M. Bills1-1/+1
2023-05-17Remove bad include from dbus singletonEd Tanous1-1/+0
2023-05-16Boost::urls::formatEd Tanous1-2/+3
2023-05-12fix more push vs emplace callsPatrick Williams3-14/+14
2023-05-12ibm-locks: shut up clang-tidy by disabling codePatrick Williams1-2/+9
2023-05-12use emplace where appropriate per clang-tidyPatrick Williams2-4/+3
2023-05-12log-services: fix clang-tidy warningsPatrick Williams1-5/+3
2023-05-11json-html-serializer: fix clang-tidy warningPatrick Williams1-25/+26
2023-05-11pam-authenticate: fix clang-tidy warningPatrick Williams1-6/+9
2023-05-11multipart-parser: fix clang-tidy issuesPatrick Williams1-18/+11
2023-05-11human-sort: fix clang-tidy warnings about pointer arithmeticPatrick Williams1-6/+6
2023-05-11clang-format: copy latest and re-formatPatrick Williams12-42/+29
2023-04-25dbus_utility: Support new ObjectMapper methodsWilly Tu1-0/+36
2023-04-06Fix websocket csrf checkingGunnar Mills1-2/+1
2023-03-23nbd proxy and websocket cleanupsEd Tanous2-112/+114
2023-03-23Break out another lambdaEd Tanous1-60/+66
2023-03-23Remove authorization checks in nbd_proxyEd Tanous1-107/+57
2023-03-17dbus_rest: Fix dangling reference of crow::ResponseLei YU1-19/+20
2023-03-17Add the GetManagedObjects method to dbus_utilityGeorge Liu1-0/+15
2023-03-11Remove body member from RequestEd Tanous4-5/+6
2023-03-09Move logging level to WARNING for 404Gunnar Mills1-3/+3
2023-03-06Move nbdproxy to non lambda methodsEd Tanous1-140/+144