summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-26auth: change authorization.hpp to authentication.hppNan Zhou1-2/+2
2022-05-24bmcweb: fixes virtual media buffer overflowTroy Lee1-2/+3
2022-05-20google_api: Fix build issueJiaqing Zhao1-1/+2
2022-05-20Add RootOfTrustCollection and RootOfTrust under Google service root.Vidya Satyamsetti1-10/+192
2022-05-13Separate validFilename into a separate functionJosh Lehan2-2/+43
2022-05-13Remove brace initialization of json objectsEd Tanous6-114/+141
2022-05-13Move /bus/system/<str>/<path> POST to methodEd Tanous1-345/+317
2022-05-12Move redfish v1 into redfish-coreEd Tanous1-21/+0
2022-04-30Fix unmounting image in proxy mode.Przemyslaw Czarnowski1-1/+1
2022-04-30Fix compilation of nbd_proxy.hppPrzemyslaw Czarnowski1-4/+6
2022-04-19Remove regex uses in event service and consolidateEd Tanous1-14/+3
2022-03-29Remove AsyncResp from openHandlerzhanghch055-10/+5
2022-03-25Make bmcweb pass REQ_POST_CREATE_TO_MEMBERS_PROPEd Tanous1-0/+2
2022-03-22Consitently use dbus::utility typesEd Tanous8-56/+40
2022-03-21Replace CSP plugin-types directive with object-srcJiaqing Zhao1-2/+2
2022-03-16Remove unused redfish::AsyncRespEd Tanous1-1/+0
2022-03-12Enable readability checksEd Tanous3-12/+13
2022-03-09Enable 3 member function checksEd Tanous1-1/+1
2022-03-07Don't rely on operator << for object loggingEd Tanous4-7/+8
2022-03-03Fix clang warnings related to OpenSSL 1.xSzymon Dompke1-2/+2
2022-03-02Use std::variantEd Tanous1-3/+2
2022-03-01Remove flat_maps from our dbus parsing typesEd Tanous1-2/+2
2022-03-01Change the completionhandler to accept ResNan Zhou2-16/+3
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-9/+9
2022-02-23Fix clang-tidy issues in nbd proxyEd Tanous1-1/+7
2022-02-23Update nbd_proxy for new ManagedObjectTypeJason M. Bills1-82/+68
2022-02-17Prepare for clang-tidy-14Ed Tanous2-4/+4
2022-02-17Use (size() == 0) check for multi_bufferJason M. Bills1-1/+1
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-3/+3
2022-02-15readability-static-accessed-through-instanceEd Tanous1-2/+2
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous8-21/+23
2022-02-11Add readability-redundant-* checksEd Tanous5-6/+8
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous5-5/+5
2022-02-07Enable readability-redundant-control-flow checksEd Tanous4-21/+2
2022-02-07Enable readability-named-parameter checksEd Tanous2-16/+18
2022-01-28Enable readability-container-size-empty testsEd Tanous6-11/+10
2022-01-28Simplify human sortEd Tanous1-46/+41
2022-01-19Include what you useEd Tanous1-2/+0
2022-01-18bmcweb: Add/Move common typedefs to dbus utilityShantappa Teekappanavar1-0/+8
2022-01-12Enable malloc checksEd Tanous1-0/+2
2022-01-12enable cppcoreguidelines-pro-type-vararg checksEd Tanous1-4/+7
2022-01-12Enable const_cast checksEd Tanous2-4/+11
2022-01-12Enforce variable initEd Tanous2-4/+4
2022-01-12Enable checks for pointer arithmeticEd Tanous5-5/+26
2022-01-12Enable reinterpre_cast checksEd Tanous4-13/+30
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous7-0/+42
2022-01-12Enable init checkerEd Tanous6-12/+10
2022-01-12Enable bugprone widening checks in clangEd Tanous1-2/+2
2022-01-12enable bugprone exception escape checkEd Tanous2-4/+19
2022-01-12Enable clang-tidy forward reference checksEd Tanous2-3/+4