summaryrefslogtreecommitdiff
path: root/include/vm_websocket.hpp
AgeCommit message (Expand)AuthorFilesLines
39 hoursCheck sizeHEADmasterEd Tanous1-3/+4
8 daysstd::remove to std::filesystem::removeEd Tanous1-1/+3
2024-05-01Bring consistency to config optionsEd Tanous1-3/+3
2024-04-30Fix bad merge conflictEd Tanous1-11/+2
2024-04-30Break out lambdas into real methodsEd Tanous1-156/+144
2024-04-30Consolidate Vm implementationsEd Tanous1-39/+434
2024-04-27Move to process v2Ed Tanous1-12/+12
2024-04-11Fix buffer_copyEd Tanous1-3/+4
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-43/+43
2023-09-08Fixes bmcweb crashed when mounting virtual mediaTroy Lee1-1/+1
2023-07-20Replace logging with std::formatEd Tanous1-12/+11
2023-05-25Fix some includesEd Tanous1-1/+1
2023-05-19Capture all boost::system::error_codes by refEd Tanous1-1/+1
2023-02-28Fixing blocking system call to async modeTroy Lee1-0/+2
2023-01-18Fix a boatload of #includesEd Tanous1-1/+2
2023-01-17Add check for globalsEd Tanous1-0/+2
2022-06-01Try to fix the lambda formatting issueEd Tanous1-39/+38
2022-05-24bmcweb: fixes virtual media buffer overflowTroy Lee1-2/+3
2022-03-29Remove AsyncResp from openHandlerzhanghch051-2/+1
2022-02-17Prepare for clang-tidy-14Ed Tanous1-2/+2
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-1/+1
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+5
2021-11-16Revert "Remove AsyncResp from openHandler"Gunnar Mills1-1/+2
2021-11-16Remove AsyncResp from openHandlerzhanghch051-2/+1
2021-10-18Use less specific includesEd Tanous1-1/+3
2021-06-16Remove ambiguous privileges constructorEd Tanous1-1/+1
2020-10-23fix include namesEd Tanous1-3/+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-10/+15
2020-08-17Enable clang warningsEd Tanous1-2/+2
2020-08-17Remove middlewaresEd Tanous1-3/+1
2020-06-19Drop the boost 1.7 related dependencyManojkiran Eda1-5/+0
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-4/+5
2019-11-21Implement nbd-proxy as a part of bmcwebIwona Klimaszewska1-1/+2
2019-11-11Move default destructors to = default syntaxEd Tanous1-3/+1
2019-10-28Move to more modern headersEd Tanous1-1/+1
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-2/+2
2019-05-21vm_websocket: Add websocket handlerAdriana Kobylak1-0/+218