summaryrefslogtreecommitdiff
path: root/http/http_connection.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-05Boost uri updateEd Tanous1-16/+25
2021-09-15Fill in request earlierEd Tanous1-17/+16
2021-09-14Clear UserSession in between requestsEd Tanous1-0/+10
2021-09-09Rearrange/clean code in connectionEd Tanous1-36/+26
2021-09-09Remove unused variables in connection classEd Tanous1-10/+1
2021-09-09Change ownership of boost::req to crow::reqJohn Edward Broadbent1-48/+67
2021-08-23connection use setter for completeRequestHandlerJohn Edward Broadbent1-7/+7
2021-08-04Rearrange mtls codeEd Tanous1-18/+23
2021-06-17Free cert usage before returnVernon Mauery1-1/+1
2021-04-30bmcweb: fetch ip address on every request in handleIvan Mikhaylov1-3/+3
2021-04-08Using AsyncResp everywherezhanghch051-1/+2
2021-03-11Redfish Session : Fix clientIp getting mapped to clientIdSunitha Harish1-6/+6
2021-02-22Change config file name to bmcweb_config.hEd Tanous1-1/+1
2021-02-19Fix compile issue on DISABLE_XSS_PREVENTIONEd Tanous1-3/+3
2021-02-19Fix nlohmann::json::dump callsEd Tanous1-1/+2
2020-12-18Fix .clang-tidyEd Tanous1-8/+8
2020-11-18Avoid std::filesystem exception on trust storeJonathan Doman1-2/+4
2020-11-10Redfish Session : Support ClientOriginIPAddressSunitha Harish1-2/+27
2020-10-29Revert "Redfish Session : Support ClientOriginIPAddress"Ed Tanous1-4/+0
2020-10-23fix include namesEd Tanous1-0/+764