summaryrefslogtreecommitdiff
path: root/redfish-core/lib/update_service.hpp
AgeCommit message (Expand)AuthorFilesLines
14 daysupdate service: update applytime valueJagpal Singh Gill1-17/+3
2024-05-29updateservice: add start update D-Bus interfaceJagpal Singh Gill1-15/+287
2024-05-21Allow configuring "bmc" and "system"Ed Tanous1-3/+7
2024-05-11updateservice: refactor task creationJagpal Singh Gill1-119/+117
2024-05-11updateservice: refactor parse multi-part formsJagpal Singh Gill1-33/+72
2024-05-09Fix TFTP merge conflictEd Tanous1-5/+6
2024-05-08Add https parsingEd Tanous1-1/+25
2024-05-01Bring consistency to config optionsEd Tanous1-4/+5
2024-04-24Handle error code properlyEd Tanous1-5/+6
2024-04-19Add missing headersEd Tanous1-0/+3
2024-04-17Refactor tftp parserEd Tanous1-32/+63
2024-04-17Break out DoTftpUpdateEd Tanous1-34/+44
2024-04-17Refactor UpdateServiceEd Tanous1-242/+251
2024-04-13Fix nullptr failures for image uploadEd Tanous1-0/+6
2024-04-07Remove redundant static modifierEd Tanous1-3/+4
2024-03-28Create Redfish specific setProperty callEd Tanous1-14/+5
2024-03-21Use readJson to simplify updateEd Tanous1-32/+24
2024-01-19Remove some boost includesEd Tanous1-2/+1
2024-01-19Clean up tftp update to use URLEd Tanous1-51/+69
2024-01-09Fix spelling mistakesEd Tanous1-1/+1
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-18/+18
2023-08-30Ignore Non-software-related events during UpdateMyung Bae1-3/+29
2023-08-24Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`Michael Shen1-2/+2
2023-08-17Refactor Update monitorForSoftwareAvailable functionMyung Bae1-95/+99
2023-08-14Reduce some Error log severitiesCarson Labrado1-1/+1
2023-08-03Show Update error type on logs if unknownMyung Bae1-0/+2
2023-07-20Replace logging with std::formatEd Tanous1-50/+46
2023-07-12Use openssl random number generatorEd Tanous1-3/+3
2023-06-28Rename all error_code instances to ecEd Tanous1-12/+12
2023-06-28Refactor setProperty methodGeorge Liu1-19/+16
2023-06-13Add content type check in the update serviceNinad Palsule1-15/+31
2023-06-09Fix Error log entries to WarningMyung Bae1-1/+1
2023-06-09Consistently name AsyncResp variablesEd Tanous1-5/+7
2023-05-25update service: use getCollectionMembersJohn Edward Broadbent1-39/+6
2023-05-19Capture all boost::system::error_codes by refEd Tanous1-1/+1
2023-05-19Remove redfish-post-to-old-updateserviceEd Tanous1-30/+0
2023-05-16Boost::urls::formatEd Tanous1-8/+9
2023-05-12fix more push vs emplace callsPatrick Williams1-3/+3
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-4/+3
2023-03-24UpdateService: Support for MultipartHttpPushUriGeorge Liu1-47/+167
2023-03-11Remove body member from RequestEd Tanous1-1/+1
2023-02-24Take boost error_code by referenceEd Tanous1-6/+6
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-4/+5
2023-02-16Fix some more includesEd Tanous1-0/+1
2023-02-13Fix a couple #includesEd Tanous1-0/+1
2023-01-24Refactor GetSubTree methodGeorge Liu1-21/+18
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu1-8/+9
2023-01-18Fix a boatload of #includesEd Tanous1-6/+8
2023-01-17Add check for globalsEd Tanous1-0/+4
2022-12-29Add missing const in update serviceEd Tanous1-1/+1