summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2021-11-18meson_options: implement disable-auth; delete pamNan Zhou1-3/+5
2021-11-18EventService: Pass httpHeaders to subscriberSunitha Harish1-2/+4
2021-11-16reduce error traces in connection and auth codeAndrew Geissler1-3/+11
2021-11-16Revert "Change the completionhandler to accept Res"Gunnar Mills3-51/+33
2021-11-16Revert "Remove AsyncResp from openHandler"Gunnar Mills2-4/+11
2021-11-16Remove AsyncResp from openHandlerzhanghch052-11/+4
2021-11-16Change the completionhandler to accept Reszhanghch053-33/+51
2021-10-27Make code build in clangEd Tanous1-2/+0
2021-10-19Cleanup HttpClient to use inline initializationEd Tanous1-10/+8
2021-10-19Only generate headers once in EventServiceEd Tanous1-18/+8
2021-10-18Rename method to isOnAllowlistEd Tanous1-1/+1
2021-10-18Deduplicate url parsing codeEd Tanous2-32/+42
2021-10-18Remove unused includesEd Tanous1-2/+0
2021-10-17Improve HttpHeaders in EventServiceEd Tanous1-9/+2
2021-10-09Split up authenticateEd Tanous1-3/+15
2021-10-06catch exceptions as constPatrick Williams1-1/+1
2021-10-05Boost uri updateEd Tanous2-17/+26
2021-09-30EventService : Fix retry handling for http-clientSunitha Harish1-85/+140
2021-09-16EventService : Optimize event data buffersSunitha Harish1-5/+9
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 Broadbent2-52/+71
2021-08-23connection use setter for completeRequestHandlerJohn Edward Broadbent2-7/+12
2021-08-04Rearrange mtls codeEd Tanous1-18/+23
2021-07-23Enable Keepalive to server roledhineskumare1-0/+3
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-0/+11
2021-06-30Add DateTime & Offset in Managers & LogServicesTejas Patil1-2/+24
2021-06-17Free cert usage before returnVernon Mauery1-1/+1
2021-06-16Remove ambiguous privileges constructorEd Tanous1-11/+3
2021-05-12Include what you use in http request and responseEd Tanous2-0/+5
2021-04-30bmcweb: fetch ip address on every request in handleIvan Mikhaylov1-3/+3
2021-04-26Fix infinite redirect when webui isn't installedEd Tanous1-1/+1
2021-04-08Using AsyncResp everywherezhanghch053-79/+96
2021-03-11Redfish Session : Fix clientIp getting mapped to clientIdSunitha Harish1-6/+6
2021-03-08EventService : Support async_resolve for subscribersSunitha Harish1-24/+55
2021-02-24Fix XSS regressionsEd Tanous1-5/+0
2021-02-24Fix the build on clang-11Ed Tanous2-0/+3
2021-02-22Change config file name to bmcweb_config.hEd Tanous1-1/+1
2021-02-20Remove permessage deflate from the buildEd 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
2021-02-13Bind dev server to ipv4 onlyEd Tanous1-1/+1
2021-02-06Add chrono include to http/utility.hppEd Tanous1-0/+1
2021-02-03http: utility: Add base64encodeAdriana Kobylak2-0/+98
2021-01-16Add missing nullptr checkEd Tanous1-7/+10
2020-12-18Fix .clang-tidyEd Tanous6-82/+81
2020-12-12Flush the timer queue at each timer cancellationKarthick Sundarrajan1-0/+5
2020-11-18Avoid std::filesystem exception on trust storeJonathan Doman1-2/+4