summaryrefslogtreecommitdiff
path: root/include/kvm_websocket.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Fix buffer_copyEd Tanous1-4/+4
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-28/+28
2023-08-24kvm_websocket: Fix crash on dangling referenceXinnan Xie1-7/+19
2023-07-20Replace logging with std::formatEd Tanous1-30/+29
2023-05-25Fix some includesEd Tanous1-1/+1
2023-01-18Fix a boatload of #includesEd Tanous1-2/+3
2023-01-17Add check for globalsEd Tanous1-3/+4
2022-06-01Try to fix the lambda formatting issueEd Tanous1-43/+43
2022-03-29Remove AsyncResp from openHandlerzhanghch051-2/+1
2022-02-17Prepare for clang-tidy-14Ed Tanous1-2/+2
2022-01-12Enable bugprone widening checks in clangEd Tanous1-2/+2
2021-11-16Revert "Remove AsyncResp from openHandler"Gunnar Mills1-1/+2
2021-11-16Remove AsyncResp from openHandlerzhanghch051-2/+1
2021-06-16Remove ambiguous privileges constructorEd Tanous1-1/+1
2020-10-23fix include namesEd Tanous1-2/+2
2020-10-15Lots of performance improvementsEd Tanous1-1/+1
2020-09-29Fix naming conventionsEd Tanous1-1/+1
2020-08-17Enable unused variable warnings and resolveEd Tanous1-4/+5
2020-08-17Enable clang warningsEd Tanous1-5/+5
2020-08-17Remove middlewaresEd Tanous1-2/+1
2020-07-10Codespell spelling fixesGunnar Mills1-1/+1
2020-02-20Fix KVM page to display the KVM sessionJohnathan Mantey1-1/+1
2019-11-21Implement nbd-proxy as a part of bmcwebIwona Klimaszewska1-1/+3
2019-10-21Add "requires" handlers to all non-trivial routesEd Tanous1-0/+1
2019-10-18Make references to crow less obviousEd Tanous1-2/+2
2019-10-11Fix a bunch of warningsEd Tanous1-1/+1
2019-09-24Add concurrent KVM sessions supportJae Hyun Yoo1-131/+135
2019-05-02bmcweb: /s/boost::beast::string_view/std::string_view/gAdriana Kobylak1-1/+1
2019-03-29update ASIO interfacesEd Tanous1-1/+6
2019-03-18Refine KVM websock proxyJae Hyun Yoo1-26/+30
2019-02-21Implement KVM websocket proxy in bmcwebEd Tanous1-0/+173