summaryrefslogtreecommitdiff
path: root/redfish-core/lib/update_service.hpp
AgeCommit message (Expand)AuthorFilesLines
2021-09-18Make fewer copiesEd Tanous1-9/+11
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-6/+7
2021-06-16Remove ambiguous privileges constructorEd Tanous1-6/+6
2021-06-10Redfish: Fix bug that cause validator failedChicago Duan1-2/+2
2021-06-09Add support for MaxImageSizeBytes in UpdateServiceTejas Patil1-0/+6
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-535/+500
2021-05-28Adjust parameter name of FirmwareInventoryIdAbhishek Patel1-6/+8
2021-04-08Using AsyncResp everywherezhanghch051-51/+49
2021-02-19Start using sdbusplus::message::filename()Ed Tanous1-4/+3
2021-01-25Tasks for TFTP uploadAlbert Zhang1-1/+1
2021-01-04Implement PercentComplete for code updateGeorge Liu1-0/+2
2020-12-30Look for Version Already Exists ErrorGunnar Mills1-2/+12
2020-12-18Fix .clang-tidyEd Tanous1-10/+10
2020-11-12update_service: fix segmentation violation when updating imagesTim Lee1-3/+0
2020-10-23Turn on ALL perf checksEd Tanous1-4/+4
2020-10-15Lots of performance improvementsEd Tanous1-6/+5
2020-08-24update_service: add sufficient delay for fw object to get createdChalapathi Venkataramashetty1-1/+1
2020-08-20Increase TFTP timeoutGunnar Mills1-3/+3
2020-08-17Enable unused variable warnings and resolveEd Tanous1-8/+8
2020-08-17Remove middlewaresEd Tanous1-6/+4
2020-07-10Codespell redfish-core spelling fixesGunnar Mills1-2/+2
2020-06-27Update Service: Change error message based on error logsJames Feist1-2/+65
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-52/+51
2020-05-28FW Update: Task: Update messagesJames Feist1-38/+85
2020-05-14Task: Use TaskEvent messagesJames Feist1-3/+5
2020-03-17Task: Add payload supportJames Feist1-7/+9
2020-03-12task: add fwupdate supportJames Feist1-1/+71
2020-02-27SoftwareInventory: Implement Bios Related ItemGunnar Mills1-6/+4
2020-02-20Update service: Remove odata.contextGunnar Mills1-7/+0
2020-02-03Add support to fetch the 'Updateable' componentsAppaRao Puli1-1/+3
2020-01-07only return fw images in FirmwareInventoryAndrew Geissler1-2/+6
2019-12-12Redfish: Support health status of firmware inventory objectsCarol Wang1-1/+0
2019-12-04Redfish: ApplyTime property GET and PATCH supportJayashankar Padath1-33/+96
2019-12-02Add "Retry-After" header for temporarily unavailable messagesJason M. Bills1-1/+0
2019-10-11Fix a bunch of warningsEd Tanous1-10/+7
2019-10-10SoftwareInventory: Catch more interfacesJames Feist1-4/+2
2019-10-08update_service: s/update/imageJames Feist1-2/+2
2019-09-23Fix: Only return error info in invalid URI caseAyushi Smriti1-8/+8
2019-07-03Return error on invalid swIdAndrew Geissler1-0/+11
2019-07-02fwstatus: Enhance state of firmware inventoryAndrew Geissler1-53/+10
2019-06-26simpleupdate: Basic support of SimpleUpdateAndrew Geissler1-11/+172
2019-06-14Redfish: ApplyTime property patch supportJayashankar Padath1-0/+53
2019-05-09simpleupdate: Move code around for future re-useAndrew Geissler1-140/+143
2019-04-11fw-update: Support host image updateAndrew Geissler1-50/+92
2019-04-11fw-inventory: Add RelatedItem to inventoryAndrew Geissler1-0/+27
2019-03-30fw-inventory: description of FirmwareInventory objAndrew Geissler1-0/+21
2019-02-21bmcweb: fix compiler warningsEd Tanous1-1/+0
2019-02-09bmcweb: move variant usage to std namespaceEd Tanous1-9/+6
2018-12-10Remove custom version of getPtrEd Tanous1-4/+6
2018-11-26bmcweb: Redfish away from json cacheEd Tanous1-33/+29