summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-03Add the getAssociationEndPoints methodGeorge Liu1-0/+13
2023-02-28sdbusplus: use shorter type aliasesPatrick Williams1-1/+1
2023-02-28Remove sessions when user is deletedXie Ning2-0/+42
2023-02-28Fixing blocking system call to async modeTroy Lee1-0/+2
2023-02-24Take boost error_code by referenceEd Tanous6-33/+34
2023-02-24Pass string views by valueEd Tanous8-15/+11
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-2/+2
2023-02-21Disable token compress in strEd Tanous1-1/+2
2023-02-17Add option for validating content-type headerEd Tanous1-11/+38
2023-02-17Implement alternative to on boost::splitEd Tanous2-2/+26
2023-02-13Fix a couple #includesEd Tanous2-2/+0
2023-02-13Change static to inlineEd Tanous1-1/+1
2023-02-10Revert "Add the getAssociationEndPoints method"Gunnar Mills1-12/+0
2023-02-10Remove unused gzip helperEd Tanous1-65/+0
2023-02-09Add the getAssociationEndPoints methodGeorge Liu1-0/+12
2023-01-24Refactor GetSubTree methodGeorge Liu3-18/+14
2023-01-19Removed checking cookie in mTLS authenticationKarol Niczyj1-16/+10
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu2-35/+36
2023-01-18Fix a boatload of #includesEd Tanous24-73/+96
2023-01-17Add check for globalsEd Tanous10-10/+26