summaryrefslogtreecommitdiff
path: root/http/app.hpp
AgeCommit message (Expand)AuthorFilesLines
14 daysManage Request with shared_ptrJonathan Doman1-2/+2
2024-05-01Bring consistency to config optionsEd Tanous1-2/+2
2024-04-20Change ssl stream implementationsEd Tanous1-2/+2
2024-04-18Clean up BMCWEB_ENABLE_SSLEd Tanous1-46/+42
2024-04-07Fix moves/forwardEd Tanous1-1/+1
2023-12-05Unit test ConnectionEd Tanous1-35/+4
2023-07-20Replace logging with std::formatEd Tanous1-3/+3
2023-06-28Remove the black_magic namespaceEd Tanous1-1/+1
2023-06-06Remove this->Ed Tanous1-1/+1
2023-06-01Server-sent-event fixesEd Tanous1-5/+0
2023-06-01Add Server-Sent-Event supportV-Sanjana1-0/+5
2023-05-30Allow async resolver to be optionalEd Tanous1-0/+5
2023-05-12http-app: fix unused macro clang-tidy warningPatrick Williams1-1/+1
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+2
2023-03-15Add Support for privilege check in handleUpgradeP Dheeraj Srujan Kumar1-1/+1
2023-03-15Add asyncResp support to handleUpgradeP Dheeraj Srujan Kumar1-2/+4
2022-08-02app: fix -Wpessimizing-moveNan Zhou1-4/+3
2022-06-14http/app: iwyuNan Zhou1-0/+7
2022-03-28Drop unused App.sslFile() methodJiaqing Zhao1-41/+0
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2022-01-12Enable cpp core guidelines macro checksEd Tanous1-0/+1
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+5
2022-01-12Enable clang-tidy forward reference checksEd Tanous1-1/+1
2021-04-08Using AsyncResp everywherezhanghch051-2/+4
2021-02-13Bind dev server to ipv4 onlyEd Tanous1-1/+1
2020-12-18Fix .clang-tidyEd Tanous1-8/+7
2020-10-23fix include namesEd Tanous1-0/+230