summaryrefslogtreecommitdiff
path: root/http/websocket.hpp
AgeCommit message (Expand)AuthorFilesLines
7 daysFix lesser used optionsEd Tanous1-11/+11
2024-04-18Clean up BMCWEB_ENABLE_SSLEd Tanous1-4/+1
2024-04-07Fix moves/forwardEd Tanous1-18/+0
2024-04-02Reduce multi-level calls of req.req membersMyung Bae1-1/+2
2024-03-19Rename FileBody to HttpBodyEd Tanous1-2/+3
2024-02-16Simplify bodyEd Tanous1-4/+3
2023-12-25bmcweb: Add nullptr check for weakptrzhaogang.01081-0/+5
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-1/+1
2023-10-16Remove extra variables in websocketsEd Tanous1-24/+32
2023-07-20Replace logging with std::formatEd Tanous1-11/+11
2023-06-17Revert "Fix websocket csrf checking"Ed Tanous1-1/+2
2023-06-06Add support for multiple consolesNinad Palsule1-4/+11
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+1
2023-04-06Fix websocket csrf checkingGunnar Mills1-2/+1
2023-03-23nbd proxy and websocket cleanupsEd Tanous1-23/+126
2023-03-23Remove authorization checks in nbd_proxyEd Tanous1-27/+2
2023-02-24Take boost error_code by referenceEd Tanous1-2/+2
2023-02-24Pass string views by valueEd Tanous1-3/+3
2023-01-18Fix a boatload of #includesEd Tanous1-1/+1
2022-12-15Prepare for boost::url upgradeEd Tanous1-2/+2
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-1/+0
2022-06-28Fix shadowed variable issuesEd Tanous1-8/+8
2022-06-01Try to fix the lambda formatting issueEd Tanous1-71/+70
2022-03-29Remove AsyncResp from openHandlerzhanghch051-8/+3
2022-03-01Change the completionhandler to accept ResNan Zhou1-2/+2
2022-02-28websocket: fix authlessNan Zhou1-1/+2
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-3/+3
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+5
2021-11-16Revert "Change the completionhandler to accept Res"Gunnar Mills1-2/+2
2021-11-16Revert "Remove AsyncResp from openHandler"Gunnar Mills1-3/+8
2021-11-16Remove AsyncResp from openHandlerzhanghch051-8/+3
2021-11-16Change the completionhandler to accept Reszhanghch051-2/+2
2021-07-23Enable Keepalive to server roledhineskumare1-0/+3
2021-02-20Remove permessage deflate from the buildEd Tanous1-1/+1
2021-01-16Add missing nullptr checkEd Tanous1-7/+10
2020-12-18Fix .clang-tidyEd Tanous1-10/+10
2020-10-23fix include namesEd Tanous1-0/+285