summaryrefslogtreecommitdiff
path: root/src/webserver_main.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Add missing headersEd Tanous1-2/+0
2024-04-10Move run and redfish to compile unitsEd Tanous1-149/+2
2024-03-28Add misc-include-cleanerEd Tanous1-0/+1
2023-08-01Revert "Cache user role in session object"Gunnar Mills1-4/+0
2023-07-28Cache user role in session objectEd Tanous1-0/+4
2023-07-20Replace logging with std::formatEd Tanous1-11/+11
2023-05-30Allow async resolver to be optionalEd Tanous1-2/+2
2023-05-25Fix some includesEd Tanous1-1/+1
2023-05-05Update Logging option for the setting log levelMyung Bae1-2/+0
2023-03-20Aggregation: Increase response read limit to 50MBCarson Labrado1-3/+0
2023-02-28Remove sessions when user is deletedXie Ning1-0/+3
2023-01-18Fix a boatload of #includesEd Tanous1-19/+21
2022-07-25bmcweb: Show exception what() before exitingJosh Lehan1-0/+6
2022-07-14Move errant logging statementEd Tanous1-1/+1
2022-07-07dbus_singleton: use stack variable and externNan Zhou1-3/+4
2022-07-01Make nbd-proxy header build in all casesEd Tanous1-4/+1
2022-06-01Move redfish/v1 instantiationEd Tanous1-2/+0
2022-05-23bmcweb: Fetch Satellite Config from D-BusCarson Labrado1-0/+9
2022-02-22Make run() staticEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-3/+3
2022-01-12enable bugprone exception escape checkEd Tanous1-1/+14
2021-08-10Add google service rootFeras Aldahlawi1-0/+5
2021-07-12Fix Klocwork Issues - Return from int main()P Dheeraj Srujan Kumar1-0/+1
2021-06-22Fix include what you use in bmcweb_config.hEd Tanous1-0/+1
2021-03-31Move SystemBus init to early stageAppaRao Puli1-3/+3
2021-03-29Make redfish namespace consistentEd Tanous1-1/+1
2021-03-12Initialize Event Service Config on bmcweb restartP Dheeraj Srujan Kumar1-2/+4
2021-02-19Fix compile issue on DISABLE_XSS_PREVENTIONEd Tanous1-3/+5
2020-12-12Add hostname listener for generating self-signed HTTPS certificateAlan Kuo1-0/+6
2020-10-23fix include namesEd Tanous1-1/+1
2020-10-05Fix naming conventions in loggerEd Tanous1-1/+1
2020-09-22Fix IBM management console to match coding standardEd Tanous1-5/+2
2020-08-17Enable unused variable warnings and resolveEd Tanous1-1/+1
2020-08-17Enable clang warningsEd Tanous1-2/+1
2020-08-17Remove middlewaresEd Tanous1-6/+7
2020-07-16Rework Authorization flowJames Feist1-2/+2
2020-06-29Revert "Revert "EventService: Add event log support with inotify""AppaRao Puli1-0/+9
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-2/+4
2020-06-11Revert "EventService: Add event log support with inotify"James Feist1-9/+0
2020-05-14Remove the locks associated with the sessionRatan Gupta1-0/+1
2020-05-08EventService: Add event log support with inotifyAppaRao Puli1-0/+9
2020-04-08Rest service root implementationRatan Gupta1-0/+7
2019-12-17Fix authorization for LDAP usersRAJESWARAN THILLAIGOVINDAN1-4/+0
2019-12-10Revert "Fix authorization for LDAP users"James Feist1-0/+4
2019-12-09Fix authorization for LDAP usersRAJESWARAN THILLAIGOVINDAN1-4/+0
2019-11-21Implement nbd-proxy as a part of bmcwebIwona Klimaszewska1-0/+9
2019-10-18Make references to crow less obviousEd Tanous1-1/+1
2019-10-11Fix a bunch of warningsEd Tanous1-1/+1
2019-07-09Redfish(Authorization): Add the privilege in the user session object.Ratan Gupta1-0/+4
2019-06-13Redfish: Add certificate service to manage HTTPS certificatesMarri Devender Rao1-9/+0