summaryrefslogtreecommitdiff
path: root/include/obmc_console.hpp
AgeCommit message (Expand)AuthorFilesLines
13 daysobmc_console: Fix some missing headersGunnar Mills1-0/+6
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-4/+4
2023-07-20Replace logging with std::formatEd Tanous1-30/+31
2023-06-06Add support for multiple consolesNinad Palsule1-19/+81
2023-06-01Simplify obmc console buffersEd Tanous1-11/+15
2023-05-31Introduce ConsoleHandler class under obmc_consoleNinad Palsule1-143/+159
2023-05-25Fix some includesEd Tanous1-1/+1
2023-05-25Use console information from DBUSNinad Palsule1-31/+122
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule1-1/+1
2023-05-19Capture all boost::system::error_codes by refEd Tanous1-1/+1
2023-01-18Fix a boatload of #includesEd Tanous1-2/+3
2023-01-17Add check for globalsEd Tanous1-0/+5
2022-06-01Try to fix the lambda formatting issueEd Tanous1-39/+39
2022-03-29Remove AsyncResp from openHandlerzhanghch051-2/+1
2022-03-22Consitently use dbus::utility typesEd Tanous1-1/+0
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-12-18Fix .clang-tidyEd Tanous1-4/+3
2020-11-17fix bmcweb crash during sol communicationAppaRao Puli1-0/+14
2020-10-23fix include namesEd Tanous1-2/+2
2020-10-15Lots of performance improvementsEd Tanous1-1/+1
2020-09-29Fix naming conventionsEd Tanous1-8/+8
2020-08-24Prep for boost 1.74.0Ed Tanous1-0/+1
2020-08-17Enable unused variable warnings and resolveEd Tanous1-13/+14
2020-08-17Enable clang warningsEd Tanous1-5/+5
2020-08-17Remove middlewaresEd Tanous1-2/+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-4/+4
2019-05-02bmcweb: /s/boost::beast::string_view/std::string_view/gAdriana Kobylak1-1/+1
2019-02-04Delete socket adaptersEd Tanous1-1/+1
2019-01-10Fix disconnection problem for HTML5 SOLCheng C Yang1-1/+1
2019-01-09bmcweb: remove boost::asio::local::stream_protocol::endpoint hackVernon Mauery1-17/+0
2018-09-05Implement /console0 websocketEd Tanous1-0/+157