summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-10Enforce const correctnessEd Tanous2-5/+5
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-4/+2
2022-01-04Make clang-tidy passGunnar Mills1-5/+5
2021-12-28Move to common variantEd Tanous3-62/+58
2021-12-22Add more types to DbusVariantTypeEd Tanous2-10/+60
2021-12-20Implement MIME parsingEd Tanous3-0/+621
2021-12-15ssl_key_handler: support OpenSSL 3.0 for key verificationPatrick Williams1-0/+24
2021-12-15ssl_key_handler: use OpenSSL 3.0 API for keygenPatrick Williams1-0/+41
2021-12-10Add logging to internal errorEd Tanous1-0/+27
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao3-9/+11
2021-11-18meson_options: implement disable-auth; delete pamNan Zhou1-7/+9
2021-11-16reduce error traces in connection and auth codeAndrew Geissler1-1/+1
2021-11-16Revert "Change the completionhandler to accept Res"Gunnar Mills2-3/+16
2021-11-16Revert "Remove AsyncResp from openHandler"Gunnar Mills5-11/+17
2021-11-16Remove AsyncResp from openHandlerzhanghch055-17/+11
2021-11-16Change the completionhandler to accept Reszhanghch052-16/+3
2021-10-18Rename method to isOnAllowlistEd Tanous1-1/+1
2021-10-18Use less specific includesEd Tanous1-1/+3
2021-10-17Improve HttpHeaders in EventServiceEd Tanous2-6/+21
2021-10-17ibm: remove unused tinyxml2 includePatrick Williams1-1/+0
2021-10-12Implement human sort utility functionEd Tanous2-0/+163
2021-10-11Fix build warningLei YU1-2/+2
2021-10-09Simplify requestPrefersHtml unit testEd Tanous1-15/+6
2021-10-09Split up authenticateEd Tanous1-10/+2