summaryrefslogtreecommitdiff
path: root/http/http_connection.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-03-15Add asyncResp support to handleUpgradeP Dheeraj Srujan Kumar1-4/+15
2023-03-11Make url by value in RequestEd Tanous1-5/+7
2023-03-03Allow logged in users to upload incrementallyEd Tanous1-15/+40
2023-02-16Fix some more includesEd Tanous1-0/+1
2023-02-11Fix overwriting mTLS sessionBoleslaw Ogonczyk Makowski1-15/+11
2023-01-25Timer not started if user session is logged inNinad Palsule1-1/+0
2023-01-21Replace "Fix keepalive false" with patchset 3Ed Tanous1-3/+6
2023-01-18Fix a boatload of #includesEd Tanous1-4/+4
2023-01-17Add check for globalsEd Tanous1-0/+1
2023-01-12Fix keepalive falseEd Tanous1-4/+4
2023-01-12Clean up http end_of_stream tracesMyung Bae1-1/+2
2023-01-12Refactor mtls callbacks into their own fileEd Tanous1-161/+20
2022-12-28Add CBOR supportEd Tanous1-2/+8
2022-12-21Return bad request if can't constructGunnar Mills1-0/+2
2022-11-02Implement If-None-Match support for caching clientEd Tanous1-0/+9
2022-10-07Move ClientID parameter out of OEMEd Tanous1-2/+1
2022-09-13Make Accepts: */* default to JSONEd Tanous1-2/+2
2022-09-13Improve content typeEd Tanous1-1/+10
2022-08-06Use enum overload for field settingEd Tanous1-1/+2
2022-08-03Remove jsonMode methodEd Tanous1-1/+2
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-1/+0
2022-06-28Fix shadowed variable issuesEd Tanous1-3/+3
2022-06-06Fix www-authenticate behaviorEd Tanous1-1/+1
2022-06-01Try to fix the lambda formatting issueEd Tanous1-120/+116
2022-05-31meson option: make the insecure-disable-auth macro more accurateNan Zhou1-4/+4
2022-05-27Include-what-you-use in http connectionEd Tanous1-0/+4
2022-05-26auth: change authorization.hpp to authentication.hppNan Zhou1-4/+4
2022-04-05Redfish: Query parameters: OnlyEd Tanous1-1/+0
2022-03-07Don't rely on operator << for object loggingEd Tanous1-1/+1
2022-03-01Change the completionhandler to accept ResNan Zhou1-18/+18
2022-02-11Add readability-redundant-* checksEd Tanous1-2/+1
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-1/+2
2022-01-12Enable pro-type-cstyle-cast checksEd Tanous1-2/+3
2022-01-12Enable checks for pointer arithmeticEd Tanous1-2/+4
2022-01-12Enable reinterpre_cast checksEd Tanous1-2/+4
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+5
2022-01-12Enable bugprone widening checks in clangEd Tanous1-2/+2
2021-12-29http_connection: Fix loggedIn check and timeoutLei YU1-1/+1
2021-12-21Skip contentLength check in insecure-disable-authJunLin Chen1-1/+1
2021-12-15Implement connection limitEd Tanous1-7/+9
2021-12-15Make timer system use boostEd Tanous1-107/+49
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao1-2/+1
2021-12-09Fix bmcweb core-dump caused by Split up authenticatezhanghaicheng1-11/+0
2021-11-18meson_options: implement disable-auth; delete pamNan Zhou1-3/+5
2021-11-16reduce error traces in connection and auth codeAndrew Geissler1-3/+11
2021-11-16Revert "Change the completionhandler to accept Res"Gunnar Mills1-18/+18
2021-11-16Change the completionhandler to accept Reszhanghch051-18/+18
2021-10-18Rename method to isOnAllowlistEd Tanous1-1/+1
2021-10-18Deduplicate url parsing codeEd Tanous1-29/+11
2021-10-09Split up authenticateEd Tanous1-3/+15